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 |
can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
QUESTION IS THAT DURING UPLOADING DATA IN PROD SERVER,OUR EQUIPMENT TAG NUMBERS ARE NOT MATCHING WITH SAP TAG NUMBERS SO DUE TO THIS WE ARE FACING PROB, BECAUSE WHENEVER ALARM IS COMING FROM SCADA DUE MISMATCH THE NOTIFICATION IS NOT CREATED IT IS GIVING ERROR. PLEASE SUGGEST THE METHOD SO THAT THE TAG NUMBERS OF BOTH (SCADA EQUIPMENT AND SAP EQUIP) SHOULD CONCIDE.OTHERWISE WE HAVE TO GO FOR LONG PROCESS EITHER BY INTERFACE TABLE OR BY EXPORTING ALL DATA AND MAKING RIGHT CHANGES.DO YOU HAVE ANY SHORTCT METHOD PL WRITE ME. THANKS
please send me oracle pl/sql exp resume. and also faqs...
Is Oracle 7.3 is a single user or multi user..Is it possible to use this as a backend for web applications?
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 standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable
Explain the difference between a hot backup and a cold backup and the benefits associated with each
How would you determine who has added a row to a table?
How would you determine the time zone under which a database was operating?
What is the architectural difference between Oracle and SQL Server 2000? If I have 100 databases, how many instances get created when you use Oracle and how many get created when you use SQL Server?
What is store procedure?and how do u take the values from database and run in scripts?
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable