Enterprise Database Systems: AS400, IMS, and Oracle
Covers enterprise database systems including IBM IMS, AS400 database files, Oracle database administration, and data warehousing concepts
Questions
How many ARCn processes can be associated with an instance
- five
- four
- three
- ten
when the control file is to be created the database has to be in the
- mounted
- not mounted
- restricted
- open
do you get return code GE in GN call in IMS call ?
- True
- False
for secondary index data bases do we no need to have separate PSB
- True
- False
Which opcode is used to add a new field to a Physical file without deleting its records?
- CRTPF
- CHGPFM
- CHGPF
- Can't be done so
When a record is deleted in a Logical file, it will affect its Physical file.
- True
- False
An operational system is which of the following?
- A system that is used to run the business in real time and is based on historical data.
- A system that is used to run the business in real time and is based on current data.
- A system that is used to support decision making and is based on current data.
- system that is used to support decision making and is based on historical data.
A star schema has what type of relationship between a dimension and fact table?
- Many-to-many
- One-to-one
- One-to-many
- All of the above
Fact tables are which of the following?
- Completely normalized
- Partially normalized
- Completely denormalized
- Partially denormalized
Reconciled data is which of the following?
- Data stored in the various operational systems throughout the organization.
- Current data intended to be the single source for all decision support systems.
- Data stored in one operational system in the organization.
- Data that has been selected and formatted for end-user support applications.
A data warehouse is which of the following?
- Can be updated by end users
- Contains numerous naming conventions and formats
- Organized around important subject areas.
- Contains only current data.
The __________ attribute is used to declare variables based on definitions of columns in table.
- %ROWTYPE
- %TYPE
- AS_COLUMN
- None of the above