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 striped backup
What is cursor in mysql?
What is processlist in mysql?
What is mysql data directory? How to determine the location of the data directory?
How can I change database in mysql?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
How many columns can be used for creating Index?
Does mysql support sequence?
Why mysql is so popular?
How to define numeric 9(3) in db2 table without decimal point??
How do I connect to a database in mysql workbench?
How to analyze tables with 'mysqlcheck'?
How to create and drop view in mysql?
What is difference between mysql_connect and mysql_pconnect?
What is the query to display top 20 rows?