Computer Science > Database Management > Structured Query Language
Consider the table STAFF given below :

Write the output for the queries given below: (I)
SELECT STAFF_NAME FROM STAFF WHERE SALARY BETWEEN 25000 AND 30000;SELECT * FROM STAFF WHERE DEPARTMENT = "MATHS" AND SALARY > 25000;SELECT STAFF_NAME, STAFF_ID FROM STAFF WHERE DEPARTMENT LIKE "%S";SELECT MAX(SALARY) FROM STAFF;Keep Practicing
Edvaya Target
Board & Competitive Exams Made Easy
Edvaya Target is built for students preparing for JEE (Main & Advanced), NEET UG, and Board Exams (CBSE, ISC & State Boards) — using a practice-first approach that actually works.
Current Question
Community Stats
Track Your Progress
Sign up to save your practice progress, add favorites, and get personalized insights.

