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 do you mean by field in sql?
how to increment dates by 1 in mysql? : Sql dba
Is crud a cuss word?
What is dml and ddl?
what is foreign key? : Sql dba
Are dml statements autocommit?
What is primary key and foreign key with example?
What are different methods to trace the pl/sql code?
What are the events on which a database trigger can be based?
What is cursor status?
What are records give examples?
What is rownum in sql?
What is index example?
What is the difference between the conventional and direct path loads? : aql loader
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba