CREATE TABLE class (
Name char (10),
Time char (10),
Room char (2),
AgeFid int) ;
Answers
Answered by
0
Answer:
CREATE TABLE (TABLENAME )
(
NAME VARCHAR (10)
TIME TIME
ROOM INT (5)
AGE INT
);
Explanation:
NOW the table is ready .you give the wrong string data types ( Char or varchar).
this is the right one . please mark me as brainlists
Similar questions