how we can use more then one primary key in Single Table
Answer Posted / sharad
CREATE TABLE Test (id1 INT ,id2 INT , name CHAR(20) NOT
NULL, PRIMARY KEY(id1,id2));
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is action query?
What is the difference between truncate and delete?
How do I find mysql version in mysql workbench?
Why does mysql have so many connections?
Can we rollback truncate in mysql?
Explain timestamp?
How you can create a trigger in mysql?
How do I start mysql database?
What is sql vs mysql?
How do I make an action query?
What is sql in mysql?
How to display nth highest salary from a table in a mysql query?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
What, if a table has one column defined as TIMESTAMP?
What's new in mysql 8?