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

what are the prerequisites for costing transactions?

0 Answers   Scan Steel,


After completing Report customization process.suppose we have 10 report parameter in report so, that we re-register that parameter in concurrent program?

3 Answers   IBM,


what is meant by Drill Down in Discoverer report? why it will be use?

3 Answers   Oracle,


Where I can download D2K software?

2 Answers  


In custom.pll what are the events we can Not write.

1 Answers  






Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports

2 Answers  


Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?

7 Answers   Satyam,


while registering executable and concurent program we register both with application name|<oracle purchasing>? so my question is why we are defining in both concurent program and executable?

9 Answers  


After deploying like forms,reports into server how we connect this forms,reports to web?

1 Answers   IBM,


What is the interface?

3 Answers  


how to avoid duplicate data while uploading data from flatfile to staging table? some validations

5 Answers   Amdocs,


What are the benefits of using soa architecture?

0 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)