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 |
What is a data page?
how to u check the query is executing or not ?where will u check for sqlcode ?
How to get the ddl of a table in db2?
What is db2 command?
What is db2 optimizer?
How would the varchar column remarks defined?
What is lock escalation in db2?
What do you mean by commit and rollback?
Is schema the same as database?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
What is the use of reorg in db2?
What is FREEPAGE and PCTFREE in TABLESPACE creation?