AI Coder
AI
Code Editor
Show Output
/* Select all the employees whose salary is greater than 5000 */ SELECT * FROM employees WHERE salary > 5000;
Output Preview