Display the records between two range?
Answers were Sorted based on User's Feedback
Answer / nishi
select rownum, empno, ename from emp where rowid in (select rowid from emp where rownum <=&upto minus select rowid from emp where rownum<&Start);
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / basanti
select * from emp where emp_id between '200' and '300'
| Is This Answer Correct ? | 0 Yes | 0 No |
I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.
Define 'view' advantage ?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
What is dictionary cache ?
does the query needs a hint to access a materialized view?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
Whether any commands are used for months calculation? If so, what are they?
What is control file used for?
How to create an initialization parameter file?
How to use "in" parameter properly?
What is an oracle database table?
What are ACID properties in databases?