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
Can pl sql procedure have a return statement?
define sql insert statement ? : Sql dba
What are the ddl commands?
Define implicit and explicit cursors.
Explain ttitle and btitle.
What is a scalar value in sql?
How do you modify a column in sql?
Which is faster view or stored procedure?
What is record type in pl sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Is sql a backend language?
Can we create view in stored procedure?
how to convert character strings to numeric values? : Sql dba
Explain exception handling in pl/sql?