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
Will you be able to store pictures in the database?explain.
How to view all columns in an existing table?
How to convert characters to numbers in oracle?
How to create a server parameter file?
Explain a data segment?
What is an oracle table?
Is oracle the best database?
How do you tell what your machine name is and what is its IP address?
What does sharding mean?
How to commit the current transaction in oracle?
What is dual table oracle?
What are the numeric comparison operations?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is transaction control statement and how many types of transaction control statement in Oracle?
How to get a list of all user accounts in the database?