Answer Posted / anil pednekar
select * from (select sal from table1 group by sal ) where
row num=3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a primary key sql?
What is clause in sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How to use sql*plus built-in timers?
what are the disadvantages of mysql? : Sql dba
How many types of triggers exist in pl/sql?
What is the difference between sql and mysql?
How do I run a pl sql program?
What is a temporal data type?
how can we know the number of days between two given dates using mysql? : Sql dba
When should I use nosql database?
What is sql clause?
What is the difference between inner join and left join?
Write the alter statement to enable all the triggers on the t.students table.
Is foreign key mandatory?