I am designing a database with multiple tables like users, content, etc. I want to allot id to each row in the tables.
So what are the criteria to generate an unique id for each row in each table. And should I make the id in auto increment mode?
I am designing a database with multiple tables like users, content, etc. I want to allot id to each row in the tables.
So what are the criteria to generate an unique id for each row in each table. And should I make the id in auto increment mode?