What are the rules for db2 programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are types of indexes?
What is innodb buffer pool?
What is image copy?
what is copy pending and check pending ?
How to define the data items to receive the fetch items for the SQL?
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
What is the difference between cursor and select statement?
What is temporal table in db2?
select distinct(empid),distinct(dept),name from EMP will the above query work?
Which are the db2 tools to protect integrity of the database?
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?
How do you retrieve the data from a nullable column?