What is the result of this query ?

SELECT * FROM EMP WHERE ROWNUM = 1

Answer Posted / pradeep naidu manne tcs

ROWNUM=1 ONLY FOR THIS IT WILL GIVES U THE OUT PUT OTHER THAN 1 IT GIVES OP AS NOW ROWS SELECT ED

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by soa and what are the benefits of using this architecture?

611


How can we import the data into a database using sql * loader?

669


what are the prerequisites for costing transactions?

2622


what are the different transaction clauses in AR?

1590


what is pay run id ?

1693






List the types of flexfield?

591


tell me the scenarios of the independent in reports

2091


In oracle application how do you debug or trace errors?

620


Explain oracle apps architecture.

753


Can you explain the difference between architecture followed in 10g & 11g?

641


How to create a purchase order without a requisition?

613


How can you achieve loose coupling in soa framework?

709


how to print multi lay outs,muti currency,muti language in xml publisher

10688


Can you differentiate between mediator and osb?

614


A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.

1661