How to run db2 command in windows?
What is a bind card?
Is db2 a mainframe database?
What action db2 takes when a program aborts in the middle of a transaction?
What are simple, segmented and partitioned table spaces ?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
is it compulsory commitment control in journal?
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
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?