I am creating a database and in the tables the primary key value is 1 2 3 4 etc. My teacher said i can use number(4) for the primary key data type.
However some suggest that I use 'int(20) unsigned'
I am quite confused, what should i use...
Database is Oracle