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 is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Is it possible to pass parameters to triggers?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
How is a process of pl/sql compiled?
How many unique keys can a table have?
What is a left inner join?
What is the current version of sql?
Does mysql support pl sql?
Can instead of triggers be used to fire once for each statement on a view?
Is inner join faster than left join?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Explain character-manipulation functions?
How can check sql version from command line?
How do you remove duplicate records from a table?
What if we write return in procedure?