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 |
Explain various On-Delete options in a DB table. Which is the default option?
0 Answers Akamai Technologies,
What is the purpose of the tempdb database?
How to create a login account in ms sql server to access the database engine using "create login" statements?
How do I run a trace in sql server?
How to delete duplicate rows in sql server?
What is the difference between update lock and exclusive lock?
Working with TLogs
What is sql server profiler trace data file?
What are the differences between DDL, DML and DCL in SQL?
0 Answers ABB, Aspire, Infogain,
What is molap and its advantage? : sql server analysis services, ssas
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
what are the main differences between ms access and sqlserver
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)