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 is row-level compre?
What are the disadvantages of merge replication?
What are the different Topologies in which Replication can be configured?
Explain magic tables in sql server?
What is named calculation? : sql server analysis services, ssas
What is the distinction amongst delete and truncate?
How many types of database relationship in sql server?
How to delete duplicate records based on single column from a table?
Define inner join? Explain with an example?
What is the New in SQL server 2008?
write an SQL query to list the employees who joined in the month of January?
What is a result set object returned by odbc_exec()?
what is the difference between a primary key and a unique key? : Sql server database administration
what is difference between NULL and ISNULL in SQL Server 2008?
What is difference between rownum and row_number?