Explain dclgen.
No Answer is Posted For this Question
Be the First to Post Answer
Are views updatable ?
What is load utility in db2?
What are the disadvantages of using VARCHAR?
How to find primary key of a table in db2?
What is the STOSPACE Utility used for?
What is a base table?
how to check the table is empty or not?
What do you need to do before you do EXPLAIN?
wht is d/f between union and joins ?
Name some fields from SQLCA
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
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