Answer Posted / nusrath sultana
select * from emp
where &n=(select count(distinct(sal)) from emp b
where emp.sal<b.sal)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a user role in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
what are steps for interface? where is exchange rate defined in which table?
How many types of segments in Oracle?
How to create a stored function in oracle?
How to load a large xml file?
What are the numeric comparison operations?
Explain oracle insert into command?
How to check database size in Oracle?
Explain compound trigger in oracle?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
How to write numeric literals in oracle?
How to assign values to variables?
How to add a new column to an existing table in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.