I have an id
column in my employee
table in my database. Now for example I have to use 000001 as an id
. It only shows 1.
I've used the datatype int
for the id
column. My question is, are there any other datatypes that would let me show the zeroes instead of varchar.