What is precompiler in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between drop table and delete table?
what are the max. & min. no. of partitions allowed in a partition tablespace?
What is sqlcode -922 ?
What is a DBRM, PLAN ?
When do you specify the isolation level? How?
What is meant by explain?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
can we update the table by using cursors can anyone post the query?
what is rebinding ?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?
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'