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
How is data stored in mysql?
What are different types of queries?
What is mysql connector used for?
What is 1nf 2nf 3nf?
List some mysql advantages and disadvantages?
How large can a mysql table be?
What are the 3 main types of search queries?
What is orm in mysql?
Is mysql better than oracle?
Explain about the architecture of MYSQL?
How to get a list of all tables in a database?
What are the disadvantages of mysql?
Explain the different types of constraints?
Can we save images in mysql database?
How do I check mysql version?