When we can declare a column as Unique and Not Null both at
the same time. What is the use pf Primary Key then?
Answer Posted / thanga prabu.n
Unique Key creates Non-Cluster index in default,
But in Primary Key creates Cluster index in default
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is the difference between an inner join and an outer join?
What is the maximum number of triggers, you can apply on a single table?
What are field types?
What is a recursive stored procedure?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is the use of sqldataadapter?
What is trigger in pl sql with examples?
Explain the uses of database trigger.
How to write html code in pl sql?
Do ddl statements need commit?
What are the features of pl sql?
Explain the commit statement.
Mention what does plv msg allows you to do?
What is sqlcontext?