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 u combine pipeline parallelism and partition parallalism? how and whan?
Explain natural key?
Is it good to store images in database?
Write a query to get maximum and second maximum in oracle?
if i want to display the name of students such that to which city they belong must have count greaer than two
diff b/w inter process and in process
What are database connection details?
What is difference between server and database?
Explain the record term used in database.
What is database schema name?
how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
What is a reference table in database?
What is meant by distributed system?
What is the best database software for small businesses?
Under which circumstance should you create an index on a table?