select distinct salary from employee_data order by salary DESC;
mysql> select distinct f_name from employee_data;