What is the maximum No of rows per page?
No Answer is Posted For this Question
Be the First to Post Answer
What is DYNSLT keyword? How do you perform selection using DYNSLT
What is alias in db2?
What is a cursor and what is its function?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
where will u check for sqlcode ?
What else is there in the PLAN apart from the access path?
Name some fields from SQLCA.
What is a page?
What is a DB2 bind?
when we are trying to update db2 rows. if the program abends . how we will know that the last successful update row was
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
Mention a credible reason why select* is never given preference in an sql program that has been embedded.