Module 10 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Relational database

A

A collection of datasets organized as records and columns in tables. In a relational database system, relationships are defined between the database tables. Think of a relational database as a set of data with 1-to-1 and 1-to-many relationships. For example, a database of customers would match each customer with an identifier that uniquely identifies the customer. Developers use structured query language (SQL) to interact with the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon Relational Database Service (Amazon RDS)

A

Amazon RDS lets developers create and manage relational databases in the cloud. Amazon RDS lets developers track large amounts of data and organize and search through it efficiently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Amazon DynamoDB

A

The AWS nonrelational database service. Data is stored in key-value pairs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Nonrelational database

A

Also called a “NoSQL” or “Not only SQL” database. Each entry is stored in a key-value pair in which each key is attached to values. Each entry can have a different number of values attached to a key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Amazon Redshift

A

The AWS data-warehousing service that can store massive amounts of data in a way that makes it fast to query for business intelligence (BI) purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Online transaction processing (OLTP)

A

A category of data processing that is focused on transaction-oriented tasks. OLTP typically involves inserting, updating, or deleting small amounts of data in a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Online analytic processing (OLAP)

A

A computing method that lets users efficiently and selectively extract and query data to analyze it from different points of view.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon Aurora

A

A relational database engine compatible with MySQL and PostgreSQL, built for the cloud, combining the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open-source databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

MySQL

A

An open-source relational database management system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly