Answer Posted / sunil panghal
select salary from emp where salary=(select max(salary)
from emp)
| Is This Answer Correct ? | 6 Yes | 23 No |
Post New Answer View All Answers
What is recovery manager(rman) backup in Oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is oracle database 10g express edition?
When do you get a .pll extension in oracle? Explain its importance
Define oracle database
Can we write insert statement in function in oracle?
What is the usage of analyze command in oracle?
What is a dead lock in oracle?
What is truncate oracle?
What is varray?
How to view the tablespaces in the current database?
What is snapshot is too old? Give and example for better understand.
Can multiple columns be used in group by in oracle?
How to manage transaction isolation level?
What is the relationship among database, tablespace and data file?