Does mysql support sequence?



Does mysql support sequence?..

Answer / Vaibhav Shrivastava

Yes, MySQL supports sequences through the use of auto-increment columns. However, it does not have a dedicated 'sequence' data type like some other databases (e.g., PostgreSQL).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Which is better mysql or mssql?

1 Answers  


Where does mysql store data?

1 Answers  


How do I restart mysql on windows?

1 Answers  


What is the usage of regular expressions in mysql?

1 Answers  


What is root password?

1 Answers  


What does innodb stand for?

1 Answers  


How do I run a query in mysql?

1 Answers  


What is innodb mysql?

1 Answers  


What are views in mysql?

1 Answers  


Why mongodb is faster than mysql?

1 Answers  


How do I disable mysql?

1 Answers  


how to know the tables in database having foreign key?

2 Answers  


Categories