what are the advantages of primary key over unique+notnull
Answer Posted / smita
A Foriegn key can refer to the primary key.
A Foriegn key can refer to the unique key also .
Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
What is a sql profiler?
Can we use rowid as primary key?
how to drop an existing table in mysql? : Sql dba
what are properties of a transaction? : Sql dba
what is user defined functions? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What does seeding a database mean?
What is cost in sql execution plan?
Is the primary key an index?
What is sql data?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
How do I partition in sql?
Can we insert in sql function?
Enlist the advantages of sql.
What is a pl/sql block?