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
What are joins in sql and what are the different types of joins?
How to view existing indexes on an given table using sp_help?
What are the key configuration files for sql server reporting services ?
How many instances per computer are there in sql server 2000?
When we should use and scope of @@identity?
What is multilevel indexing?
How to grant a permission in ms sql server using "grant execute" statements?
How to insert multiple rows with one insert statement in ms sql server?
Why we need sql server?
what stored procedure can you use to display the current processes? : Sql server administration
what is difference between NULL and ISNULL in SQL Server 2008?
How to create function with parameter in sql server?
Define master database?
Explain important index characteristics?
Where do we use trace frag?