Question: Write a code for the following please: A) write a sql query to find the 2nd or 3rd highest paid employee from an employee table

Write a code for the following please:

A) write a sql query to find the 2nd or 3rd highest paid employee from an employee table (EMPID, name, salary, Deptname) from every dept using employee table (EMPID, name, salary, deptname)

B) giving a table TBL with a field number that has rows with the following values: 1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,1 write a query to add 2 where number is 0 and add 3 where number is 1.

C) how can you select all the even number records and all the odd number records form a table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!