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 the xml datatype?
How to rebuild all indexes on a single table?
Explain what is the purpose of sql profiler in sql server?
What’s the distinction between dropping a info and taking a info offline?
What are page splits?
What are the events recorded in a transaction log?
What is exporting utility?
What are some examples of schemas?
Explain what is lock escalation and what is its purpose?
What is your recommendation for a query running very slow? : sql server database administration
How to set the current database in ms sql server?
What is report subscription?
What is the difference between a stored procedure and a user defined function?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How to change the system date and time from SQL Plus Terminal ?