Can a table have two primary keys?
Answer Posted / anand
Yes table can have two or more primary key,when we want to
create more then one primary we use unique constranit with
not null or we can create with triggre.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What program will open a mdb file?
How can we optimize a sql query?
What is localdb mssqllocaldb?
How do I trace sql profiler?
What is linq to sql?
What is memory optimized?
Which one is better subquery or joins?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What is data manipulation language?
Is sqlexception checked or unchecked?
How is debugging done?
What does sql stand for?
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 many clustered indexes can you have?