CBSE BOARD X, asked by kushaldale, 1 year ago

Please write SQL commands for the followings

Attachments:

Answers

Answered by nanhaykumar
0

B) insert into table name

Values(________) ;

C) select sname where student I'd is__

From table name;

Answered by adi1520
0

1. CREATE TABLE "STUDENT"('StudentID' INTEGER, "SName" VARACHAR (30 ),...)

Similar questions