Difference between primary key and unique key ?
Answer Posted / chauhan rakesh botad
Primary key doesnot allow null value but unique key allows
null value. We can declare only one primary key in a table
but a table can have multiple unique key(column assign).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can we store any pdf file in oracle
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What happens to the current transaction if a ddl statement is executed?
How to use select statement to count the number of rows in oracle?
What is oracle and what are its different editions?
Point out the difference between user tables and data dictionary?
How to increment dates by 1 in oracle?
How to do a full database export?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
20. Using a set operator, display the client number of all clients who have never placed an order.
Is oracle a language?
How do we get field detail of a table?
What is oracle database 10g express edition?
How to use windows user to connect to the server?
does the query needs a hint to access a materialized view?