CH14 Assessment Flashcards
What consists of columns and rows of numerical or text data?
Relational Database
Your database has grown over time, you need to improve query performance. What should you do? (Choose Two)
A. Perform a Database Dump
B. Create a Foreign Key
C. Create an Index for Queried Data
D. Remove Infrequently Accessed Data
C. Create an Index for Queried Data
D. Remove Infrequently Accessed Data
Greg needs to remove a customer’s information completely from a table. Which command should he use?
DELETE (Data)
Which of the following descriptions best describes the type of structure that stores values as blobs?
A. Key/Value Database
B. Rational Database
C. Document Database
D. Non-Relational Database
A. Key/Value Database
Which unit of measurement relates to disk throughput?
IOPS
What statement regarding NoSQL database is Correct? (Choose Two)
A. Each row can store different types of Data.
B. They are less scalable than relational databases.
C. Each row must store the same type of data.
D. They are more scalable than Relational Databases.
A. Each row can store different types of data.
D. They are more scalable than relational databases.
You have configured a database in the headquarters office located in Houston, Texas. Users in Eastern Canada complain about slow query access to the database, while Texas users enjoy fast performance. What should you do?
A. Create an Index
B. Create a Foreign Key
C. Place a Read Replica in Eastern Canada
D. Place a Writable Replica in Eastern Canada
C. Place a Read Replica in Eastern Canada
Peter is accessing a database using JDBC connection. Which of the following terms best describes that type of access he is using?
A. User Interface/Utility Access
B. Query/Report Builder
C. Direct/Manual Access
D. Programmatic Access
C. Direct/Manual Access
You have created a Relational Database. Which of the following elements uniquely identifies a record in the database?
A. Schema
B. Primary Key
C. Field
D. Foreign Key
B. Primary Key
An employee at your office just got married and changed their last name. Which command do you use to change their last name in the employee database?
UPDATE (Data)
Which type of Database does NOT use a Rigid Schema?
NoSQL
Which of the following statements most accurately describes what a Primary Key refers to?
A. Field in a Table
B. Table in a Schema
C. Schema in a Database
D. Record in a Table
A. Field in a Table
You have increased the amount of RAM available for your cloud-based database instance. Which term describes this action?
Scaling UP
You have increased the number of compute nodes for your cloud-based database instance. Which term describes this action?
Scaling OUT
A school has a database with four TABLES, but it needs a fifth table. Which command is used to accomplish this task?
CREATE (Tables)