AI Coder
AI
Code Editor
Show Output
SELECT emp_name, hire_date, salary FROM employees WHERE salary > 5000;
Output Preview