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 are the tools for Oracle ?
In oracle there is column command, how will you explain that?
What is the use of file param in imp command?
What operating systems are supported by oracle database 10g xe?
How to delete a user account in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
How to revoke create session privilege from a user in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Why do you use stored procedures and state some of its disadvantages?
6. Display the client name and order date for all orders using the traditional method.
does the query needs a hint to access a materialized view?
How to insert multiple rows with one insert statement in oracle?
What is a read write transaction in oracle?
What is the difference between a user and a schema in oracle?
Explain oracle left join with an example?