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 default schema in mysql?
What is a session in mysql?
What is the insert?
What is the usage of ENUMs in MySQL?
How do I copy a table in mysql?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
What is the datatype of image in mysql?
How to filter data from a mysql database table with php?
How many tables we can create in mysql database?
Is mysql free for enterprise?
How to shutdown mysql server?
What is mysql community edition?
How do you know if your mysql server is alive?
What is mysql database server?
explain GROUPBY & HAVING clause with examples.