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 |
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
what is the difference b/w oracle8i and oracle9i
What is cardinality?
why r u using etl tool.
Explain the use of setting GLOBAL_NAMES equal to TRUE.
What are different types of transactions in ar? : oracle accounts receivable
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?
Explain the difference between a data block, an extent and a segment.
difference of using cursor for loop and open,fetch,close.which one is better
Why more redos are generated when the oracle database is in begin backup mode?
what is the difference between oracle 81,91,11i