what is unique key?
Answer Posted / gyana ranjan behera
Both primary key and unique enforce uniqueness of the
column on which they are defined. But by default primary
key creates a clustered index on the column, where are
unique creates a nonclustered index by default. Another
major difference is that, primary key doesn't allow NULLs,
but unique key allows one NULL only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to connect to oracle using service name instead of sid?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How to retrieve data from an cursor to a record?
Calculate difference between 2 date / times in oracle sql?
How do we represent comments in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
Is oracle a programming language?
How to convert characters to dates in oracle?
What are the predefined tablespaces in a database?
What is a dynamic performance view in oracle?
How do I start tns listener?
Explain parameter file in oracle.
What happens to the current transaction if the session is killed?
6. Display the client name and order date for all orders using the traditional method.