Answer Posted / shince jose
select * from (
select ROW_NUMBER() OVER (ORDER BY alias) as rowid ,alias
from tbl) a where rowid=2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the advantages and disadvantages of views in a database? : Sql dba
Why function is used in sql?
Which command is used to delete a trigger?
Differentiate between sga and pga.
Is sqlexception checked or unchecked?
What is a schema? How is it useful in sql servers?
Explain 3 basic parts of a trigger.
What is difference between stored function and application function?
What is the difference between sum and count in sql?
Can we commit in trigger?
Does varchar need length?
Can variables be used in sql statements?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
Is left join and outer join same?
What is database sql?