What is a base table?
Answers were Sorted based on User's Feedback
Answer / s
Base table is created by using CREATE TABLE and the table
description is stored in Catalog table SYSTABLES. The
definition and data are persistant.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is meant by the attachment facility?
What is index cardinality?
Can you search give an array in the WHERE clause of a db2 query?
What is the error code -803 ?
how to unload different table data into different gdg files/ vsam files.
Why do we bind in db2?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What is the difference between dbm cfg and db cfg file in db2 ?
why we create view.
what is parm utility
How to check table size in db2 sap?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..