Answer Posted / nishi.swain@gmail.com
select distinct sal from table_name t1 where 4=(select count(distinct sal) from table_name t2 where
t1.sal<=t2.sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How exception is different from error?
differentiate between float and double. : Sql dba
What is sql and also describe types of sql statements?
What are the types of functions in sql?
Explain character-manipulation functions?
What is pl sql variable?
What is AUTH_ID and AUTH_USER in pl/sql ?
Can a foreign key have a different name?
Name the different types of indexes in sql and define them.
How does rowid help in running a query faster?
Is it possible to create startup or shutdown trigger for on-schema?
Why is sql*loader direct path so fast?
Can we use pl sql in sql server?
Can we insert data into materialized view?
What is sqlerrm?