Answer Posted / sowmya k
Yes we can create a primary key without creating the Unique
key. The primary key concept is same similar to the unique
key. We can set primary key to only one column, but a
unique key constraint can be set to more then one column.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Why join is faster than subquery?
which types of join is used in sql widely? : Sql dba
What is a stored procedure in sql with example?
how to get a list of all tables in a database? : Sql dba
What is the difference between cluster and non-cluster index?
What is scalar data type in pl sql?
How to disable a trigger name update_salary?
how to start mysql server? : Sql dba
Is it possible to read/write files to-and-from PL/SQL?
What does select top 1 do in sql?
Is vs as in pl sql?
What are sql functions? Describe in brief different types of sql functions?
Can we use ddl statements in stored procedure sql server?
What is meant by user defined function?
What is full join?