What is the difference between the Primary and Foreign key?
Answer Posted / dinesh kumar
Primary key will checks for the Duplicates.
Can hold only one primary key for a single table.
Foreign key will be referred from the Primary/unique Key
constraint. Hold even null values in it.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use boolean type in select statement?
What are procedures used for?
What is sap sql anywhere?
what are the 'mysql' command line options? : Sql dba
Why is nosql good?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
How to get list of all tables from a database?
Does sql*plus also have a pl/sql engine?
Explain the difference between drop and truncate commands in sql?
What is pls integer?
What does cursor do in sql?
Are sql connections encrypted?
What is memory optimized table?
What is the use of stored procedures?
How delete all data from all tables in sql?