how to retrive only second row from table?
Answers were Sorted based on User's Feedback
From an Employee table, how will you display the record which has a maximum salary?
29 Answers Cap Gemini, Exilant, Synechron,
Write a unique difference between a function and a stored procedure.
What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
What is data manipulation language?
Explain the rollback statement?
Is sqlite free?
What is bulk collect in pl sql?
I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.
Can we use rowid as primary key?
What is the use of a view in sql?
How to combine two stored procedures in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba