Answer Posted / yadunandan
select max(sal) from emp where sal<(select max(sal) from
emp)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a primary key & a unique key?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What is the usage of control file in oracle?
What is an oracle cursor variable?
how may join possible between (requisition with purchase order)
How to select some columns from a table in oracle?
What are the components of logical database structure in oracle database?
How to execute a stored procedure in oracle?
What is the oracle implicit cursor?
What are the parameters that we can pass through a stored procedure?
Explain the use of indexes option in imp command.
How to define an explicit cursor in oracle?
what is the dual table in oracle?
How to set up autotrace for a user account?
Is there an oracle sql query that aggregates multiple rows into one row?