What is the result of this query ?
SELECT * FROM EMP WHERE ROWNUM = 1
Answers were Sorted based on User's Feedback
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 |
Answer / archana patil
It won't display any record. It return with zero or no records.
| Is This Answer Correct ? | 0 Yes | 6 No |
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 |
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 |
can we get profile values in report without using user exists is it possible how?
What is Place holder Columns?
how do you describe O2C along with tables
when will formula,place holder and summary columns fire in reports?
what do u mean by debit/credit memo invoices?
3 Answers ACC, Convergys, Mascon,
35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
How can a process be deployed in soa?
Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?
why we can use synonym?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?
In one flat file i got headers and lines data how you can write control file now ?