What is the result of this query ?

SELECT * FROM EMP WHERE ROWNUM = 1

Answers were Sorted based on User's Feedback



What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / koti

Rajesh,L.l.n.reddy ,Kumar ,Prakash(Ans:- 6) ,Honey Nasies
are given right answers.

Is This Answer Correct ?    4 Yes 2 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / siva

it will display the first record only

Is This Answer Correct ?    2 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / 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

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / archana patil

It will return first record as a result of query.

Is This Answer Correct ?    1 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / smita kale

Smruti whatever you are, dont blame directly or put names
in your answer just answer to question. And there is one
more tab Is This Answer Correct? you can click on No. No
need to write anything else. And among so many incorrect
answers why you used Archana's name only. Thats not
professional.

Is This Answer Correct ?    0 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / rao

SELECT * FROM EMP WHERE ROWNUM = 1
it will be returned only one record. we have to display the
more than records using below mentioned statement....

SELECT * FROM EMP WHERE ROWNUM < 4...

Answer is correct ... checked also

Is This Answer Correct ?    0 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / abhay

It will return first record of the table..

Is This Answer Correct ?    0 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / ramesh babu v

It gives the only first row data

Is This Answer Correct ?    0 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / uday

rownum works for <,<= only not work for =,>=

Is This Answer Correct ?    0 Yes 0 No

What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1..

Answer / eshwer

Hi Apps /Any one, Your right..

ROWNUM is generally used in >=, <=, <, >. But there is 
exception, you can use it = also but only with 1 as 
ROWNUM=1, it will display first record in table. If you use 
ROWNUM=10…. Or any number other than 1 then it will not 
display any records. 


 please you explain why its giving exception  for other than ROWNUM=1.  

what is the mechanism behind this..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Apps Technical Interview Questions

wht is format triger?

4 Answers  


Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

0 Answers  


List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

0 Answers  


do you know is it possible to run the interface without using oracle apps?

0 Answers  


Can you differentiate between mediator and osb?

0 Answers  






In xml report, how to print the headings in every page?

1 Answers   Sierra Atlantica,


What is profile and what is level of profile option and it's hierarchy

1 Answers   IBM,


in ap_terms table what data will be stored

1 Answers  


What is a value set? List its various types.

0 Answers  


In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?

1 Answers   Oracle,


How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?

3 Answers   IBM,


There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.

3 Answers   Satyam,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)