Answer Posted / krish
select * from(select * from emp order by rowid desc)where
rownum=5;
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what is bdb (berkeleydb)? : Sql dba
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What are its different types of dbms?
Can we perform dml on view?
What can you do with pl sql?
what is an alias command? : Sql dba
How do I order columns in sql?
how to see the create table statement of an existing table? : Sql dba
How many sql statements are used? Define them.
what is bcp? When is it used?
Which function is used to return remainder in a division operator in sql?
What is dbo in sql?
What is dense_rank in sql?
What is sql comments?
Is left join same as inner join?