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 are the different types of triggers in mysql?
Do while loop in mysql procedure?
How can you increase the performance of mysql select query?
Is mysql owned by oracle?
What are the types of database engines available in mysql?
What are the disadvantages of mysql?
What is save point in mysql?
How do I connect to a mysql database?
Which datatype is used for email in mysql?
Is mysql good for big data?
How much does mysql cost?
How do I edit a table in mysql workbench?
How to check if a record exists in a mysql database php?
Should I use pdo or mysqli?
How to check if value already exists in mysql database in php?