in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil consider for insertion and how will u insert
ALTER TABLENAME
ADD COLUMN <COLUMN NAME> <DATATYPE>(<SIZE>)
| Is This Answer Correct ? | 1 Yes | 0 No |
can i code union in cobol-db2 pgm ?
What is blu acceleration in db2?
I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables..
What is an inner join, and an outer join ?
Explain package in db2 and its advantages?
what are the SQL codes u freequently got?
What is the syntax for creating a table in the db2 database?
How do you filter out the rows retrieved from a Db2 table ?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
how to unload different table data into different gdg files/ vsam files.
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What will the COMMIT accomplish?