Hi all,
I'm facing a big problem using MySQL...i've created a table using this code:
create table table1(name char(20), age int(3));
Now this table can insert ineteger values in name field........which i don't want and the age field can take a value like e.g. 123456789...although it's length is 3.....will you help me to solve this problem.....plz.