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 a query to find five highest salaries from EMP table.
(there is a column SALARY)

Answer Posted / mohammad murtuza ali

select * from emp as(empname,empsal,empdesc) where rownum<6

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is transaction control language (tcl)?

1186


Does truncate need commit?

1005


how to increment dates by 1 in mysql? : Sql dba

1034


explain advantages of myisam over innodb? : Sql dba

1111


What is an index in sql with example?

1020


What is difference between hql and native sql?

1236


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

1223


How is a PL/SQL code compiled?

1283


What do you think about pl/sql?

1125


Is a foreign key always unique?

982


How many rows can sqlite handle?

1162


Why use truncate instead of delete?

1072


How many types of sql are there?

1045


What is over () in sql?

1013


Which is faster truncate or drop?

1100