What is the use of placing primary key and foreign key
constrains on columns.
Answers were Sorted based on User's Feedback
Answer / jagadeesh b
If you maintain this relation ship you can get more advantages
1)you can not delete primary table directly..
2)duplicate values are not allowed in primary key table.
3)Null values are not inserted into primary key table so
validation is very easy fro m front end.(for ex; .net 2005).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / 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 |
What is the difference between functions and stored procedures?
Explain timestamp datatype?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
what type of indexes physically sort data?
What are the different types of sub-queries?
What is etl - extraction, transformation, and loading?
What is the difference between for xml raw and for xml auto?
Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation
What is the maximum size of column in sql server?
how to know description of a table in sqlserver 2000
How will u find the query which is running in some other machine
4 Answers CarrizalSoft Technologies, IBM,
How do I create an extended event in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)