Answer Posted / mehdee
That is correct, Alias is an alternate name of the table
and it is used so that application programs will always be
right accessing these DB2 tables, for example:
table name alias name
- - - - - - - -
TABLE_A DATA_FOR_MON_0 (current mon)
TABLE_B DATA_FOR_MON_1 previous
TABLE_C DATA_FOR_MON_2
> now at the end of the month we want to purge the 3rd
month data and start fresh to add or load data for the
duration of the new cuurent month, so what DBADM does is
they simply EMPETY the last month DB2 table and reALIAS the
other two as:
table name alias name
- - - - - - - -
TABLE_C DATA_FOR_MON_0 (current mon)
TABLE_A DATA_FOR_MON_1 previous
TABLE_B DATA_FOR_MON_2
So the application programs using alias name will always
be right about which table is for which month.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a db2 collection?
What is a system catalog table in db2?
What is difference between alias and synonym in db2?
What is meant by union and union all?
B37 abend during spufi?
Define sqlca.
Explain various types of locks in db2?
Explain the function of data manager.
How to restart a DB2 program?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What is dbrm?
What is ibm db2 database?
What is difference between rollback and commit?
What is scrollable cursor in db2?
What is a buffer in memory?