Tag: Database Sequence

Database Sequences and How to Define Them in Vertabelo

All rows in a database need to have a unique identifier. But what if you need to have unique identifiers for all of the rows in all of your tables? We know GUIDs are problematic when indexing, so what other options are there? A database sequence might be a great option.   What Is a Database Sequence? A database sequence is a type of object created in a database that allows developers to generate unique values.

Our website uses cookies. By using this website, you agree to their use in accordance with the browser settings. You can modify your browser settings on your own. For more information see our Privacy Policy.