is it possible to assign two primary key in a table
Answer Posted / kunal
yes, it is called composite key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of indexes are there in mysql?
How to define numeric 9(3) in db2 table without decimal point??
Can mongodb replace mysql?
What are the applications required to support mysql?
What is the data source name for mysql?
What language does mysql use?
What is mysqli_free_result?
what is the default port for mysql server? : Mysql dba
What is mysql installer?
What is mysql port?
What is “i_am_a_dump” flag in mysql?
How do I connect to a mysql database?
Can mysql store files?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What is sqlyog?