If there is no row in Emp table with Ename as Raghava and
you run the below queries in SPUFI.
1.select Ename from EMP wher Ename = 'raghava'
2.Select count(*) from EMP where Ename = 'raghava'
What is SQLCODE shown up in SPUFI
Answer Posted / raghavan.jcs
In both case, It will show SQLCODE +100.
As No row found condition is satisfied here
| Is This Answer Correct ? | 10 Yes | 12 No |
Post New Answer View All Answers
What is meant by dclgen?
What are catalog tables in db2?
How to find the number of rows in a db2 table?
What is reorg?
Are view updateable?
What is a cursor in programming?
How do I import a csv file into db2?
Define buffer pool.
What are the 2 sqlcodes that are returned?
List out the three types of page locks that can be held.
What os does db2 run on?
Define check constraint.
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is a storage group (stogroup)?
How do you concatenate the firstname and lastname from emp table to give a complete name?