Review Questions
-
Which type of database stores data in columns and rows?
- Nonrelational
- Relational
- Key-value store
- Document
-
Which of the following Structured Query Language (SQL) statements can you use to write data to a relational database table?
- CREATE
- INSERT
- QUERY
- WRITE
-
Which of the following statements is true regarding nonrelational databases?
- You can create only one table.
- No primary key is required.
- You can’t store data with a fixed structure.
- You don’t have to define all the types of data that a table can store before adding data to it.
-
What is a no-SQL database?
- A nonrelational database without primary keys
- A schemaless relational database
- A schemaless nonrelational database
- A relational database with primary keys
-
What do new Relational Database Service (RDS) instances use for database storage?
- Instance volumes
- Elastic Block Store (EBS) volumes
- Snapshots
- Magnetic storage
-
Which of the following are database engine options for Amazon Relational...