write a query for the fifth highest salary?
Answer Posted / p.chella vijaya
select top 5 (salary) from emp order by desc
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Can you tell any two advantages of stored procedures?
How do I manually create a database?
What are the types of joins?
Explain database partitioning.
How to implement database security?
Explain database partitioning. What is its importance?
How is image stored in database?
What is Object Oriented model?
What is the function of cluster index?
What is a database lookup?
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?
What is meant by distributed system?
can i use the commands "modify" and Change in DB2 to alter my column datatype and its name in a table?
Explain the table term used in database.
Why do we need distributed database?