Which of the following SQL query is correct for selecting the name of staffs from 'staffinfo' table where salary is 10,000 or 25,000?
(b).SELECT name FROM staffinfo WHERE salary IN (10000, 25000);
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
(b).SELECT name FROM staffinfo WHERE salary IN (10000, 25000);
need an explanation for this answer? contact us directly to get an explanation for this answer