Working with Sequences in an Oracle database
Have you ever wondered how bank account numbers have been created in such a way that no two people can have the same account number? Better still how about Identity numbers like university matriculation number, staff id or Passport numbers. How are they generated without the possibility of a duplication? This is made possible because of an object that does the tracking called a SEQUENCE.