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 |
how can we send a concurrent program output to the clients through mail or fax give me example.
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
Olap tools
as a technical developer in oracle applications which type errors feced in your experience sofar
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
What are the main diff. between oracle 7.3 and oracle 8i?
What is auto invoicing? : oracle accounts receivable
Can we get the deleted Record again if the delete transaction has been committed.
How to find locks exists in a table or not?
Name a tablespace automatically created when you create a database.
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..