You are on page 1of 3

1.

Write a sql statement to dislay specific columns like


name and commission for all the salesman?

2.write a query to display first name,last name and their


salary of employee where column headings will be
specified as aliases:firstname,lastname ans salary?
3. write a query to list the name of all the employees
who are working as account in finance section and
drawing salary is greater thsn equal to 5000 and less
thsn equal to 20000?

4.write an sql query to print details of the workers who are


also managers?
5. list the empno,name,job,salary who either joined who
either joined in the month of December or working in
accounting department

You might also like