write a query for the fifth highest salary?
Answer Posted / p.chella vijaya
select top 5 (salary) from emp order by salary desc
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
Which is the best graph database?
What is a database connection string?
can u combine pipeline parallelism and partition parallalism? how and whan?
What is table scan and index scan?
What is the role of tester in discovery(in Checklist)?
Is database a hardware or software?
Define stored procedure?
What is database client?
please tell me the informatica telecom projects interview question? like if they ask about project explanation and the difficulties and the solutions taken to solve the issues for telecom projects,e.g i am workin for a vodafone project handlin postpaid section,pls tell me wat wud be the process if i work in this ? thanks
How do I manually create a database?
What is the purpose of firebase?
Data structure used to implements a menu:
What is the importance of database partitioning?
What happens when shared and exclusive locks are applied on data item?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?