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
How do I assign a variable in mysql?
What is table level locking in mysql?
What is the difference between BLOB AND TEXT?
How do I check mysql version?
How to convert numeric values to character strings?
What is new mysqli?
What is the role of a limit in a mysql query?
How can you find out the version of the installed mysql?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is the difference between heap table and temporary table?
Is mysql a odbc?
How to enable or disable a row of a table using MySQL in struts?
How do I rename a table in mysql?
Why do we use views instead of tables?
What is the difference between unix timestamp and mysql timestamp?