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

What is mysql procedure?

1 Answers  


How to set mysql variable in php?

1 Answers  


How do I edit a trigger in mysql?

1 Answers  


How many rows can be inserted in mysql at a time?

1 Answers  


Give the syntax of REVOKE commands?

1 Answers  


What are the types of index?

1 Answers  


What is delimiter in mysql?

1 Answers  


What is mysql root?

1 Answers  


How do I connect to a database in mysql workbench?

1 Answers  


How do I start mysql in linux?

1 Answers  


What you can use regular expression for in mysql? Support your answer with an example?

1 Answers  


What does mysql flush tables do?

1 Answers  


Categories