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
Cite the differences between execution of triggers and stored procedures?
How do you add a column to a table?
Can we create a trigger on view?
What is normalization sql?
Why do we need cursor in pl sql?
what are different types of collation sensitivity? : Sql dba
What does count (*) mean?
How many joins can you have in sql?
Define commit?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Explain the the update statement in sql?
how to use in conditions? : Sql dba
How many types of privileges are available in sql?
what does the t-sql command ident_current does? : Transact sql
What is the maximum rows in csv?