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 / pulakesh dey

It will not display any record. Rownum is a pseudo column.
This column only will be populated once the result set is
generated. That is the reason if you write a same query in
ascending or descending order the rownum of a specific
record will be different.

Is This Answer Correct ?    8 Yes 13 No

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

Answer / archana patil

It won't display any record. It return with zero or no records.

Is This Answer Correct ?    0 Yes 6 No

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

Answer / vishnu pratap mall

it will display all records of the employee of the first row
in the table.

Is This Answer Correct ?    2 Yes 9 No

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

Answer / prakash

it will gives result:no rows returned.

because rownum applicable onle < or <=
not use > or >=.

Is This Answer Correct ?    13 Yes 24 No

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

Answer / raju

it will displays the all records

Is This Answer Correct ?    3 Yes 71 No

Post New Answer

More Oracle Apps Technical Interview Questions

How to write the no data found in XML Publiser Report in apps?

2 Answers   UST,


what is aim methodolozy

1 Answers   Wipro,


wht r the basetables of customer interface?

2 Answers  


I Have report which is having field at the end of page,,, problem is when i run report data is overflowing to the next page,,i want the data to come on same page can anybody help me out????

4 Answers   Satyam,


in procedure how to return a value

3 Answers  






P_CONC_REQUEST_ID mandatory in oracle reports to run in oracle applications or not ( I am not talking about running in report builder or D2k ) or not ?

9 Answers   CSC, IBM, KPIT, Oracle,


What are triggers?

3 Answers  


what is the use of anchors?

2 Answers   IBM,


how to find the custom directory in front end.

1 Answers   IBM, Sierra Atlantica,


what is meant by lexical parameter

1 Answers   Wipro,


Is it possible calling from one report to another? if possible means tell me ?

3 Answers   Intelligroup, Satyam,


Who information?s?

2 Answers  


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)