is it possible to assign two primary key in a table
Answer Posted / sushma s
A table can have only one primary key assigned.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is a data directory?
What is mysql and why it is used?
Does mysql scale well?
What language is used in mysql?
What is the datatype of image in mysql?
In how many ways we can retrieve data in the result set of mysql using php?
What's new in mysql 8?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
How large can a mysql table be?
What are the 3 main types of search queries?
How do I run mysql from command line?
What is localhost in mysql?
How to create table with same structure of student table in mysql?
Give string types available for column?
What are the other commands to know the structure of a table using mysql commands except explain command?