What is auto increment in mysql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What is the difference between b-tree and hash indexes?

0 Answers  


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.

0 Answers  


How can you filter the duplicate data while retrieving records from the table?

0 Answers  


Can you tell a way to know the number of days between the two given dates in php?

0 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

0 Answers  






What are the purposes of using enum and set data types?

0 Answers  


What is a scalar function?

0 Answers  


What is a tinyint in mysql?

0 Answers  


How can I change database in mysql?

0 Answers  


Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.

3 Answers  


How do I start mysql server?

0 Answers  


What are the advantages of MySQL when compared with Oracle?

0 Answers  


Categories