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
Which is better sqlite or mysql?
What does mysql_query return?
Write a query to display current date and time?
Can you rename a database in mysql?
How to define numeric 9(3) in db2 table without decimal point??
How do I select a database in mysql?
How does mysql store dates?
What are the objects can be created using CREATE statement?
How to drop an existing view in mysql?
Is mysql written in c?
How do I automate a backup in mysql?
How do I know if mysql is installed on windows?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How to show certain selected rows with the value "pcds".
How do you insert a table?