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 is nosql vs sql?
what are date and time data types? : Sql dba
What is the difference between a primary key and a clustered index?
What is the use of stored procedures?
How do I trace sql profiler?
What are the main features of cursor?
Why truncate is faster than delete?
Is it possible for a table to have more than one foreign key?
How can I see all tables in sql?
What is a composite primary key?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the purpose of design view?
Why do we use joins?
What are the popular database management systems in the it industry?
Is sql a oracle?