AI Coder
AI
Code Editor
Show Output
SELECT * FROM employees WHERE salary > 5000 AND (dept_id = 1 OR dept_id = 5);
Output Preview