What is difference b/w composit key n primary key and
forigion key?
Answer Posted / reem
A primary key is a column which uniquely identifies the
records in a table.
A foreign key is a column (the child collumn) in a table
which has a corresponding relationship and a dependency on
another collumn (the parent collumn) that is usually in a
different table.
comosit key is more than one attribute can used as aprimary
key
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is maximum table size in mysql?
How to create a new table by selecting rows from another table in mysql?
What is the latest mysql version?
What does mysql_fetch_assoc do?
How do I change global variables in mysql?
What are the differences between mysql vs sql server?
What is username in mysql?
How do I show users in mysql?
Can we store pdf files in mysql?
What is the difference between b-tree and hash indexes?
How to see the create table statement of an existing table?
Why we use mysql workbench?
How to delete a database from mysql server.
How do I import database through command line?
What is the data type for image?