Answer Posted / anil
select * from(select ename,deptno,sal from emp order by sal desc) where rownum<=3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is bdb (berkeleydb)? : Sql dba
what are string data types? : Sql dba
What are pl sql data types?
What does <> sql mean?
Is sql a dbms?
Explain the savepoint statement.
what does the t-sql command ident_current does? : Transact sql
How do I create a sql database?
What is difference sql and mysql?
what are the different type of normalization? : Sql dba
What are different types of queries in sql?
What normalization means?
how can we find the number of rows in a table using mysql? : Sql dba
What are its different types of dbms?
What is the difference between function and procedure in pl/sql?