Select * from employees where (total_sales-25000) between (select avg(total_sales) from employees) and (select avg(total_sales)*1.2 from employees); What will be the output of the above query? Table: Employees(emp_id,fname,lname,salary,total_sales)
Reveal answer
Fill a bubble to check yourself