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 to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
what is the difference between gui testing and database testing? : Mysql dba
What is normalization and list the different types of normalization?
What is database in php mysql?
How to determine the location of the data directory?
What is the use of procedure in mysql?
Is oracle better than mysql?
What is timestamp in mysql?
Why do we write stored procedures?
What are the security alerts while using mysql?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
How do you select a table?
How do I setup mysql?
how to display nth highest salary from a table in a mysql query? : Mysql dba
How do I show users in mysql?