Answer Posted / ramu
select top(100) salary from table1 where salary not
in(select top(99) salary from table1)
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
what are aggregate and scalar functions? : Sql dba
what is bdb (berkeleydb)? : Sql dba
How do I truncate a sql log file?
How run sql*plus commands that are stored in a local file?
What are operators available in sql?
What is the difference between a primary key and a clustered index?
What is an invalid partition table?
What is plpgsql language?
Mention what pl/sql package consists of?
What is oracle sql called?
What is triggering circuit?
What are functions in sql?
Why is sql*loader direct path so fast?
What is varray in pl sql?
when is the use of update_statistics command? : Sql dba