how we can use more then one primary key in Single Table
Answer Posted / jemi
can't
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What are the limitations of mysql?
What does mysql_fetch_assoc do?
How do I select a database in mysql?
How do I stop a mysql service?
Explain the difference between primary key and candidate key in mysql?
What is mysql uuid?
What is a blob datatype?
How to include numeric values in sql statements?
How can you make a database as your current database?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How can I connect mysql database?
Is mysql query case sensitive?
What is a storage engine? What are the differences between innodb and myisam engines?
How do I run mysql from command line?
How do I start mysql in mysql workbench?