Answer Posted / manjeet
select max(sal) from emp where sal not in (select max(sal)
from emp)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the general rules on data consistency?
How many types of database triggers exist?
How to test null values?
What are the most common interview questions on ETL Testing for experience?
Explain the use of record length option in exp command.
What is a database schema in oracle?
What is a select query statement in oracle?
What is user managed backup in Oracle?
What is a snapshot log?
How to convert a date to char in oracle? Give one example.
When system tablespace is created?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
Why oracle is used?
How to write a left outer join with the where clause in oracle?
How to create a stored program unit?