Answer Posted / sudarsan
Primary key is a unique id for each table. This prevents
duplication of records. Each table can have a single
primary key. They can be refrenced by any tables as a
foreign key.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is package and it uses and how can u call a package
What is the difference between primary key and unique constraints?
What is default constraint?
What are the 2 types of classifications of constraints in the sql server?
How to connect to SQL Azure Database by using sqlcmd?
How to execute the cursor queries with "open" statements?
how would you store your query in an SSRS report or a Database server?
What is the server name in sql server?
Does windows server 2016 come with sql server?
How to delete duplicate records based on single column from a table?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What is triggers in ms sql server?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
How do I view a stored procedure in sql server query?
Explain atomicity?