Please write SQL commands for the followings
Attachments:
Answers
Answered by
0
B) insert into table name
Values(________) ;
C) select sname where student I'd is__
From table name;
Answered by
0
1. CREATE TABLE "STUDENT"('StudentID' INTEGER, "SName" VARACHAR (30 ),...)
Similar questions