WGU D426 EXAM STUDY GUIDE QUESTIONS WITH COMPLETE
SOLUTIONS
A _______________ is software that helps business users interact with database systems
l. l. l. l. l. l. l. l. l. l. l.
-- Answer ✔✔ Database Application
l. l. l. l. l.
Database Role: l.
What role is responsible for securing the database system against unauthorized users. This
l. l. l. l. l. l. l. l. l. l. l. l.
role enforces procedures for user access and database system availability. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l. l. l.
Database Administrator
l. l.
Many database users should have limited access to specific tables, columns, or rows of a
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
database. What database "special requirement" allows database systems to allow individual
l. l. l. l. l. l. l. l. l. l. l.
users access to specific data? -- Answer ✔✔ Authorization
l. l. l. l. l. l. l. l. l.
Database special requirements: l. l.
Database systems ensure data is consistent with structural and business______________.
l. l. l. l. l. l. l. l. l.
-- Answer ✔✔ Rules
l. l. l. l.
Architecture Question: l.
This interprets Queries, creates a plan to modify the database or retrieve data, and returns
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
query results to the application. -- Answer ✔✔ Query Processor
l. l. l. l. l. l. l. l. l. l.
Architecture Question: l.
The query processor performs ___________ to ensure the most efficient instructions are
l. l. l. l. l. l. l. l. l. l. l.
executed on the data. -- Answer ✔✔ Query Optimization
l. l. l. l. l. l. l. l. l.
Architecture Question: l.
This translates the query processor instructions into low level file system commands that
l. l. l. l. l. l. l. l. l. l. l. l.
modify or retrieve data. -- Answer ✔✔ Storage Manager
l. l. l. l. l. l. l. l. l.
,Database sizes range from megabytes to many terabytes, so the storage manager uses
l. l. l. l. l. l. l. l. l. l. l. l.
__________ to quickly locate data. -- Answer ✔✔ Indexes
l. l. l. l. l. l. l. l. l.
Architecture Question: l.
The ______________ ensures the following:
l. l. l. l.
- Ensures transactions are properly executed.
l. l. l. l. l.
- Prevents conflicts between concurrent transactions.
l. l. l. l. l.
- Restores the database to a consistent state in the event of transaction or system failure. --
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Answer ✔✔ Transaction Manager
l. l. l. l.
General Database Systems Question: l. l. l.
This is data about the database, such as column names, number of rows in a table, etc. --
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Answer ✔✔ Metadata
l. l. l.
Is the MongoDB database engine Open-Source, Private, Free, or Commercial? -- Answer
l. l. l. l. l. l. l. l. l. l. l.
✔✔ Open-Source
l. l.
What is the MongoDB database Engine type? -- Answer ✔✔ NoSQL
l. l. l. l. l. l. l. l. l. l.
SQL statement: l.
This command inputs rows into a table. -- Answer ✔✔ INSERT
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command retrieves data from a table -- Answer ✔✔ SELECT
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command modifies data in a table. -- Answer ✔✔ UPDATE
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command deletes rows from a table. -- Answer ✔✔ DELETE
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This statement makes a new table by specifying the table and column names. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
CREATE TABLE
l. l.
, During creation, each column is assigned a ____________ that indicates the format of
l. l. l. l. l. l. l. l. l. l. l. l.
column values. These can be numeric, textual, or complex. -- Answer ✔✔ Data Type
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This data type stores integer values. -- Answer ✔✔ INT
l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores fractional numeric values. -- Answer ✔✔ DECIMAL
l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores textual values. -- Answer ✔✔ VARCHAR
l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores year, month, and day. -- Answer ✔✔ DATE
l. l. l. l. l. l. l. l. l. l.
Name for the first phase of database design. -- Answer ✔✔ Analysis
l. l. l. l. l. l. l. l. l. l. l.
Name for the second phase of database design. -- Answer ✔✔ Logical Design
l. l. l. l. l. l. l. l. l. l. l. l.
Name for the third phase of database design. -- Answer ✔✔ Physical Design
l. l. l. l. l. l. l. l. l. l. l. l.
Database Design phases: l. l.
This phase specifies database requirements without regard to a specific database system.
l. l. l. l. l. l. l. l. l. l. l.
Requirements are represented as entities, relationships, and attributes. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l.
Analysis
l.
Database Design Related Question: l. l. l.
A(n) ____________ is a link between entities. -- Answer ✔✔ Relationship
l. l. l. l. l. l. l. l. l. l.
Database Design Related Question: l. l. l.
A(n) _______________ is a descriptive property of an entity. -- Answer ✔✔ Attribute
l. l. l. l. l. l. l. l. l. l. l. l.
Database Design Related Question: l. l. l.
The following are other names for what phase: Conceptual Design, Entity-Relationship
l. l. l. l. l. l. l. l. l. l.
Modeling, and Requirements Definition -- Answer ✔✔ Analysis
l. l. l. l. l. l. l. l.
SOLUTIONS
A _______________ is software that helps business users interact with database systems
l. l. l. l. l. l. l. l. l. l. l.
-- Answer ✔✔ Database Application
l. l. l. l. l.
Database Role: l.
What role is responsible for securing the database system against unauthorized users. This
l. l. l. l. l. l. l. l. l. l. l. l.
role enforces procedures for user access and database system availability. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l. l. l.
Database Administrator
l. l.
Many database users should have limited access to specific tables, columns, or rows of a
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
database. What database "special requirement" allows database systems to allow individual
l. l. l. l. l. l. l. l. l. l. l.
users access to specific data? -- Answer ✔✔ Authorization
l. l. l. l. l. l. l. l. l.
Database special requirements: l. l.
Database systems ensure data is consistent with structural and business______________.
l. l. l. l. l. l. l. l. l.
-- Answer ✔✔ Rules
l. l. l. l.
Architecture Question: l.
This interprets Queries, creates a plan to modify the database or retrieve data, and returns
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
query results to the application. -- Answer ✔✔ Query Processor
l. l. l. l. l. l. l. l. l. l.
Architecture Question: l.
The query processor performs ___________ to ensure the most efficient instructions are
l. l. l. l. l. l. l. l. l. l. l.
executed on the data. -- Answer ✔✔ Query Optimization
l. l. l. l. l. l. l. l. l.
Architecture Question: l.
This translates the query processor instructions into low level file system commands that
l. l. l. l. l. l. l. l. l. l. l. l.
modify or retrieve data. -- Answer ✔✔ Storage Manager
l. l. l. l. l. l. l. l. l.
,Database sizes range from megabytes to many terabytes, so the storage manager uses
l. l. l. l. l. l. l. l. l. l. l. l.
__________ to quickly locate data. -- Answer ✔✔ Indexes
l. l. l. l. l. l. l. l. l.
Architecture Question: l.
The ______________ ensures the following:
l. l. l. l.
- Ensures transactions are properly executed.
l. l. l. l. l.
- Prevents conflicts between concurrent transactions.
l. l. l. l. l.
- Restores the database to a consistent state in the event of transaction or system failure. --
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Answer ✔✔ Transaction Manager
l. l. l. l.
General Database Systems Question: l. l. l.
This is data about the database, such as column names, number of rows in a table, etc. --
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Answer ✔✔ Metadata
l. l. l.
Is the MongoDB database engine Open-Source, Private, Free, or Commercial? -- Answer
l. l. l. l. l. l. l. l. l. l. l.
✔✔ Open-Source
l. l.
What is the MongoDB database Engine type? -- Answer ✔✔ NoSQL
l. l. l. l. l. l. l. l. l. l.
SQL statement: l.
This command inputs rows into a table. -- Answer ✔✔ INSERT
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command retrieves data from a table -- Answer ✔✔ SELECT
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command modifies data in a table. -- Answer ✔✔ UPDATE
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This command deletes rows from a table. -- Answer ✔✔ DELETE
l. l. l. l. l. l. l. l. l. l.
SQL Statement: l.
This statement makes a new table by specifying the table and column names. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l. l. l. l. l.
CREATE TABLE
l. l.
, During creation, each column is assigned a ____________ that indicates the format of
l. l. l. l. l. l. l. l. l. l. l. l.
column values. These can be numeric, textual, or complex. -- Answer ✔✔ Data Type
l. l. l. l. l. l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This data type stores integer values. -- Answer ✔✔ INT
l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores fractional numeric values. -- Answer ✔✔ DECIMAL
l. l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores textual values. -- Answer ✔✔ VARCHAR
l. l. l. l. l. l. l. l.
Data Type Question:
l. l.
This datatype stores year, month, and day. -- Answer ✔✔ DATE
l. l. l. l. l. l. l. l. l. l.
Name for the first phase of database design. -- Answer ✔✔ Analysis
l. l. l. l. l. l. l. l. l. l. l.
Name for the second phase of database design. -- Answer ✔✔ Logical Design
l. l. l. l. l. l. l. l. l. l. l. l.
Name for the third phase of database design. -- Answer ✔✔ Physical Design
l. l. l. l. l. l. l. l. l. l. l. l.
Database Design phases: l. l.
This phase specifies database requirements without regard to a specific database system.
l. l. l. l. l. l. l. l. l. l. l.
Requirements are represented as entities, relationships, and attributes. -- Answer ✔✔
l. l. l. l. l. l. l. l. l. l. l.
Analysis
l.
Database Design Related Question: l. l. l.
A(n) ____________ is a link between entities. -- Answer ✔✔ Relationship
l. l. l. l. l. l. l. l. l. l.
Database Design Related Question: l. l. l.
A(n) _______________ is a descriptive property of an entity. -- Answer ✔✔ Attribute
l. l. l. l. l. l. l. l. l. l. l. l.
Database Design Related Question: l. l. l.
The following are other names for what phase: Conceptual Design, Entity-Relationship
l. l. l. l. l. l. l. l. l. l.
Modeling, and Requirements Definition -- Answer ✔✔ Analysis
l. l. l. l. l. l. l. l.