hi all i have the following table:
Create Table student
(student_no varchar(5),
student_name varchar (30),
student_address varchar (30),
student_tel number (11),
Primary Key (student_no));
The problem i am having is that student tel does not allow a '0' to be inserted as the first number, so if i insert a number say "0123" when i search or display all info in the table i get "123"