Answer Posted / nevual
Primary keys are the unique identifiers for each row. They
must contain unique values and cannot be null. Due to their
importance in relational databases, Primary keys are the
most fundamental of all keys and constraints. A table can
have only one Primary key.
Foreign keys are both a method of ensuring data integrity
and a manifestation of the relationship between tables.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what type of index will get created after executing the above statement? : Sql server database administration
What are trace flags and mention a few common trace flags used with sql server?
How to replace given values with null using nullif()?
Create and insert into temp table in sql server?
What is the web service used for reporting services?
What is difference in performance between insert top (n) into table and using top with insert?
What is the cartesian product of table?
What structure can you implement for the database to speed up table reads?
What is user-defined multi-statement table-valued function?
What is a field in a table?
plss anybody specify tha constrian management system in dbms
What is the ‘fillfactor’?
What is purpose of normalization?
How do I completely remove sql server instance?
How to drop an existing table with "drop table" statements in ms sql server?