how we can use more then one primary key in Single Table
Answer Posted / sathishrpillai
A single table can't have two primary keys.it can only
forgein keys.but u can use any number of foregin key in a
single table.
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What is mysql in dbms?
Why should I use mysql?
Is there a free mysql?
How do I find users in mysql?
If you wish to encrypt the username and password using php, how will you do that?
How do I quit mysql?
What is the use of mysqli_fetch_assoc?
How to get a list of all tables in a database?
How can you retrieve a portion of any column value by using a select query?
How to list or view all databases from the mysql server.
How do I change the max connection in mysql?
What are date and time data types?
What is a storage engine? What are the differences between innodb and myisam engines?
Does mysql case matter?
What is 'mysqlshow'?