Answer Posted / amith
BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT .
| Is This Answer Correct ? | 44 Yes | 32 No |
Post New Answer View All Answers
What are the differences between innodb and myisam engines?
What is required to create mysql database?
What, if a table has one column defined as TIMESTAMP?
What is a mysql view?
How can you find out the version of the installed mysql?
What are the types of index?
How do I rename a table in mysql?
How to do login in mysql with unix shell.
How do I find users in mysql?
What does schema mean?
How do you flush privileges?
How to convert numeric values to character strings?
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.
What is mysql database server?
What are the two types of queries?