Answer Posted / monika
SELECT * FROM(SELECT a.*,row_number() over(ORDER BY NULL)
rn FROM emp a)
WHERE rn=2
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
what is a trigger in mysql? : Sql dba
What is not equal in sql?
what is view? : Sql dba
What is consistency?
What are the disadvantages of file system?
how many sql ddl commands are supported by 'mysql'? : Sql dba
How do I write a cron which will run a sql query and mail the results to agroup?
What is a field in a database?
What is data type in database?
What is output spooling in sql*plus?
What is the starting oracle error number?
How many triggers can be applied to a table?
How many joins in sql?
Can a primary key be a foreign key?
Where not exists in sql?