I was working upon sequences and since i am new to sequences I had few doubts:
Whats the difference between Sequence and Auto Increment while using in MySQL.
Can i add a sequence or alter a column and change its value to auto-increment or a sequence val if the column is already created in the table(its already a primary key but no auto increment is there) or do i need to drop that column and create it again.
Can i add multiple sequences for a single table's different columns ?
All helping answers will be appreciated.