what is the querry to get first 10 records from the emp
table?(emp no is the primary key)
Answers were Sorted based on User's Feedback
Answer / karthik
select * from emp
where rownum <=10;
or
select * from (select rownum r,emp.* from emp)
where
r between 1 and 10;
| Is This Answer Correct ? | 8 Yes | 0 No |
Give two methods you could use to determine what DDL changes have been made.
How would you determine what sessions are connected and what resources they are waiting for?
which one is currently in used software cmpanies.
What is the difference between the SQL*Loader and IMPORT utilities?
What is the mandatory setup in cyclecount ?
How do you resize a data file?
What is Virtual Memory?
Explain the use of table functions.
Explain the use of setting GLOBAL_NAMES equal to TRUE.
Could you please let me know the interfaces in OM / FA??
What are the interface tables used for ar invoices, customers, receipts for conversion process? : oracle accounts receivable
How would you force a log switch?