What is precompiler in db2?
Answer / Jitendra Kumar Yadav
In DB2, a precompiler is a utility that processes SQL source code before it is compiled or linked with the application program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why use RUNSTAT Utility?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..
Define check constraint.
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?
What is dclgen (declaration generator)?
What is database alias db2?
What is innodb buffer pool?
How can deadlocks be resolved?
Define predicate?