how u can find the n row from a table?
Answer Posted / guest
select rownum,ename,sal,empno from(select ename,sal,empno from
table_name order by sal) group by rownum,ename,sal,empno
having rownum=(select count(*) from table_name
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Write a sql query to find the names of employees that begin with ‘a’?
What are the different dcl commands in sql?
What is linq to sql?
explain advantages of innodb over myisam. : Sql dba
Whis is not false in primary key?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What are different categories of sql commands?
What is data manipulation language?
How many types of literals are available in pl sql?
What is the use of index in hive?
Which sql statement is used to return only different values?
How are functions and procedures called in PL/SQL?
How do I trace sql profiler?
What are views in sql?