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
What are the dmvs? : sql server database administration
What is de-normalization and what are some of the examples of it?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
Can a trigger be created on a view?
what is bit datatype? : Sql server database administration
When does a workload on SQL Azure get throttled?
can you instantiate a com object by using t-sql? : Sql server database administration
How to remove duplicate rows from table except one?
Explain about integration services of Microsoft SQL server?
how you can list all the tables in a database?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
What are the properties of the relational tables?
Define magic tables in sql server?
Explain different backup plans?
How many types of subqueries are there in sql server?