hi all,
As we design a database
I have a field for storing the last name,
so i give the datatype varchar (50)
now my question is there any difference if i were use
varchar (200) instead of varchar(50)
any performance or any issues
As we design a database
I have a field for storing the last name,
so i give the datatype varchar (50)
now my question is there any difference if i were use
varchar (200) instead of varchar(50)
any performance or any issues
Comment