How is Sequences handled in MySQL?

Questions by Robert   answers by Robert

Showing Answers 1 - 6 of 6 Answers

M.V.S.Arun Kumar

  • May 10th, 2007
 

Sequences are handled by primary key or by unique in which primary keys don't allow any duplicate rows and null values are not accepted. Sequences and unique allows multiple NULL values and duplicates values are not allowed

  Was this answer useful?  Yes

sampra

  • Mar 10th, 2008
 

sequence handle is a concept by which we can provide a auto a auto genrated key to database like we have to provide primary key that is unique  then we can use the squence

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions