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 profile options?

4 Answers   Accenture,


Tell me some thing about SQL-LOADER.

2 Answers   IBM,


in procedure how to return a value

3 Answers  


what is pl/sql table and pl/sql records? what is the use of that?

3 Answers   Intelligroup,


Tell me how to find the custom directory in front end?

0 Answers  






What do you understand by soa?

0 Answers  


what are centralized and decentralized level of control of item attributes?

2 Answers   Scan Steel,


How many parameters we can pass through pl/sql program in Oracle apps

4 Answers  


please send me forms, xml pulisher questions,answers

0 Answers   Zensar,


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,


what are the difference between 11.5.7 and 11.5.9 in oracle apps

4 Answers  


How many phases of implementation and what are those.

2 Answers   Accenture,


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)