Computer Knowledge
Database Management Systems
5,543 Questions
Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.
E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database
Database Management Systems Questions
B
Correct answer
Explanation
Logging elapsed time for SQL statements is a performance monitoring best practice, but it's not mandatory for every SQL statement in PL/SQL. This would add overhead and isn't always necessary. The statement is overly prescriptive.
-
Writability
-
Setter Semantaics
-
Readability
-
Atomicity Semantics
C
Correct answer
Explanation
Property declaration attributes include writability (readwrite/readonly), setter semantics (assign/retain/copy/strong/weak), and atomicity semantics (atomic/nonatomic). 'Readability' is not a standard property attribute category.
-
Consolidating Data
-
Copying Data
-
Cleaning Data
-
Interpolating Data
A
Correct answer
Explanation
In data warehousing and OLAP contexts, rollup refers to consolidating data by aggregating it from a lower level of detail to a higher level (e.g., daily to monthly, or product to category). This is a fundamental operation for generating summaries and trends.
-
Slicing of Data
-
Cutting of Data
-
Subset of Data
-
Dicing of Data
A
Correct answer
Explanation
Slicing refers to extracting a subset of data from a multidimensional cube by keeping one or more dimensions constant while varying others. Dicing is selecting a sub-cube by specifying ranges on multiple dimensions. Cutting and subsetting are not standard Essbase operations.
-
Relational Database
-
Multidimensional Database
-
Both Relational and Multidimensional
-
None of the Above
B
Correct answer
Explanation
Oracle Essbase is an industry-standard Multidimensional Database Management System (MDBMS) designed for OLAP (Online Analytical Processing). It is not a Relational Database, which uses tables and foreign key relationships, though it can integrate with them.
-
It is a relational Database
-
Stores data on the intersection of members
-
Can have only 3 dimensions
-
None of the above
B
Correct answer
Explanation
Multidimensional databases (MDDB) store data at the intersection of dimension members, enabling fast OLAP operations. Unlike relational databases that store rows in tables, MDDBs use array-like structures where each cell contains data at the cross-section of dimensions.
-
Application Manager
-
Admin Console
-
Essbase Console
-
OLAP Manager
A
Correct answer
Explanation
Essbase 6.5 used Application Manager as the primary administrative interface for managing applications, databases, users, and security. Admin Console and Essbase Console are terms from later versions, and OLAP Manager was not the standard tool name for version 6.5.
-
Server Log
-
Application Log
-
Database Log
-
Cube Log
B
Correct answer
Explanation
Essbase captures cube-related operations in the Application Log, which tracks database-specific activities like calculations, data loads, and modifications. The Server Log handles server-level events, while Database and Cube Log aren't standard Essbase log types.
-
Member
-
Dimension
-
Generation
-
Level
B
Correct answer
Explanation
In Essbase, each major business category or perspective (such as Product, Time, Geography, or Account) is organized as a Dimension. Dimensions form the framework for organizing and analyzing data, while Members, Generations, and Levels are components within dimensions.
-
One central Fact table surrounded by the dimensions.
-
One central dimension table surrounded by the fact tables.
-
One dimension table corresponding to Fact table.
-
One Fact table corresponding to Fact table.
A
Correct answer
Explanation
A star schema consists of a single central fact table containing quantitative and foreign key data, surrounded by multiple dimension tables that provide descriptive context. The name 'star' comes from the visual resemblance to a star when the schema is diagrammed, with the fact table at the center and dimension tables radiating outward like points.
-
Normalized
-
Denormalized
-
both
-
none
B
Correct answer
Explanation
Data warehouse schemas are typically denormalized intentionally to optimize query performance for analytical workloads. Unlike operational databases that use normalization (3NF) to reduce redundancy and ensure transactional integrity, data warehouses use denormalized structures like star schemas to minimize joins and speed up complex aggregation queries.
D
Correct answer
Explanation
For granting RACF ID access to online IMST screens, the SCL1 database must be accessed. This is the security database that stores user permissions and access controls for mainframe applications. RM, PH, and C8 are other databases but not used for RACF access management.
-
ILOG JRules Studio
-
Business Rules Management System(BRMS)
-
Rule Execution Server(RES)
-
Rules DBMS
B
Correct answer
Explanation
Just as DBMS manages data, BRMS (Business Rules Management System) manages business rules. BRMS provides storage, versioning, execution, and management of business rules, analogous to how DBMS handles data. ILOG JRules is a specific BRMS product (not analogous to the category). Rule Execution Server is a component within BRMS architecture. 'Rules DBMS' is not a standard term.