Answer Posted / sudhakara reddy k
select max(sal) from emp where
sal<(select max(sal) from emp);
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the blob datatype?
What is memory advisor in Oracle?
What is rowid and rownum in oracle?
what is the scenario where you take the database to NoArchivelog mode?
How does one get the view definition of fixed views/tables?
Explain constraining triggers.
Calculate difference between 2 date / times in oracle sql?
What are the different types of modules in oracle forms?
How to view existing locks on the database?
What are the differences between char and nchar in oracle?
How to define a specific record type?
Explain how are indexes update?
What is a table index?
What is merge statement used for?
What is the exact use of Collections?