Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write query for fourth maximum salary from employee table

Answer Posted / arun kumar

select top 1 e.emp_code,e.emp_name,ed.basic_salary from
employee_master e, employee_salary_detail ed where
e.emp_id=ed.emp_id order by basic_salary desc

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create prepared statements using odbc_prepare()?

1099


What is a covering index?

1039


What do you mean by table and field in sql?

1062


How to resolve the orphan use problem? : sql server security

1068


What are different types of subquery?

1302


Explain about system stored procedure?

1076


What are the disadvantages of using the stored procedures?

1183


What is a Join and explain its types?

1146


What are the lambda triggers?

956


What do you understand by replication in sql server? Mention the different types of replication in sql server.

990


Can sql server be linked with other servers like oracle?

1016


In what version of sql server were synonyms released?

997


What is scan table/view and seek table/view when its occurs? : sql server database administration

1088


Explain log shipping and mention its advantages.

1085


What the different topologies in which replication can be configured?

1140