You are on page 1of 1

CREATE TABLE student

(
stdid int(4) primary key,
stdname varchar(20),
sex char(1),
stream varchar(20),
class varchar(1),
sec varchar(1),
per decimal(5,2)
);

You might also like