What is the use of placing primary key and foreign key
constrains on columns.
Answer Posted / rajendraprasad cherukuri
To segregate the data in different tables belongs to a
particular entity so that data can be retrieved when
required more economically and in a faster way.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
What is the significance of master, tempdb and model databases?
How can you start sql server in different modes?
How to write a query with an inner join in ms sql server?
What is the difference between locking and multi-versioning?
What is efficiency data?
How to change the name of a database user?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
When is update_statistics command used?
How to disable triggers using "disable trigger"?
What are “unrepeatable reads”?
Explain the purpose of indexes?
How many types of database relationship in sql server?
Explain comment on transactions?
How to fine-tune reports?