Database Lab
AI-enhanced title
select first_name,last_name,salary,job_id from employees where job_id LIKE '%CLERK' and salaryBETWEEN 3000 and 5000;
desc employees;