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 / guest
For 1st query the sql code will +100
for second query the count is zero and sql code is 0
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
When the like statement is used?
What is the use of reorg in db2?
If I have a view which is a join of two or more tables, can this view be updateable?
Mention the definition of cobol in varchar field.
How does a cursor work?
How to rename a table in DB2 ?
What is difference between isnull and coalesce?
what is utility for parm lib
what is db2 restart?
Why select is not preferred in embedded sql programs?
What is with ur in db2?
What is release/acquire in bind?
What does db2 plan contain?
What type of database is db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.