Define predicate?
No Answer is Posted For this Question
Be the First to Post Answer
what is a trigger and types of triggers
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is the usage of open cursor command?
How to get Top 10 Salaries from a Table
How do you Load a table ?? and what is Load replace ?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
Name the different types of Table spaces.
What are the Isolation levels possible ?
How can deadlocks be resolved?
How to test SQL -911 error while developing COB-DB2 program
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'