Computer Science, asked by hogrideroverthebridg, 5 months ago

please tell the SQL commands for the questions attached

Attachments:

Answers

Answered by panchalvikas10
0

Answer:

(i) select Stud_Name from STUDENT where Class="X";

(ii) select * from STUDENT where Roll No <30;

Explanation:

Similar questions