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 a composite index and how does it differ from a multiple index?
Which catalog tables contain authorization information?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is the role of schema in the db2 database?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is the physical storage length of timestamp data type?
What is the purpose of using commit?
Can SQL statements/queries be included in a copybook?
How do you stop a db2 database in linux?
What is catalog database in db2?
What is the difference between db2 and oracle?
What is the use of predicate?