CREATE TABLE Student ( Roll_no int, Name char(50), Age int, );. Here we have specified that the column Roll_no and Age will hold only integer ...
確定! 回上一頁