What is the use of placing primary key and foreign key
constrains on columns.
Answer Posted / deepak
1) PRIMARY KEY IS USED AS UNIQUE KEY, FOR AVOID DUPLICATION.
2) FOR VALIDATING DATA FROM PRIMARY KEY TABLE FOREIGN KEY USE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to provide column names in insert statements in ms sql server?
You want to implement the many-to-many relationship while designing tables. How would you do it?
How to count rows with the count(*) function in ms sql server?
What is key set driven?
What is the use of partition by in sql server?
Explain the dbcc pintable command when would you use it?
what's sql server? : Sql server database administration
Can I save my report as html, excel or word? : sql server management studio
What is the command used to recompile the stored procedure at run time?
What is scalar user-defined function?
How to create function with parameter in sql server?
What is built-in/administrator?
Does index slows down insert statements?
What is etl - extraction, transformation, and loading?
Explain system functions or built-in functions? What are different types of system functions?