Given an employee table, how would you find out the second
highest salary?
Answer Posted / mithilesh mishra
Select Max(sal) from emp where sal not in (select max(sal)
from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain detail about ftp in datastage?
What is a database development?
Explain about xml databases?
What are the 18 schemas?
In which table collections errors are stored.
Explain the process of the user request and data generating?
What is DB Development software?
1. Using the XML Document below, with the URI “recipe.xml”
define
the following queries in XQuery:
a.) Give the names of all breakfast in the menu.
b.) Select breakfasts that have price lower than $7.00?
What is normalization? Explain different levels of normalization?
What is an application role and explain a scenario when you would use one?
How can you log an error to the server event log from a stored procedure?
What are the constraints on severity level in raiseerror?
What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?
You are testing the performance of a query the first time you run the query, the performance is slow. the second time you run the query, the performance is fast. why is this?
What is the maximum length of an extended property?