consider the table student and list names of


Consider the table student and list names of students in the departments other than maths and computer.

SELECT std_name FRM student WHERE dept_name NOT IN
(‘Maths','Computer);

Request for Solution File

Ask an Expert for Answer!!
Database Management System: consider the table student and list names of
Reference No:- TGS0282941

Expected delivery within 24 Hours