Data Flashcards

1
Q

selection operation

A

takes rows from one table and creates a new table

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

SELECT statement

A

identifies the records from a query/request

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

FROM statement

A

identifies the table name

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

WHERE statement

A

Defines the condition from query/request

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

union operation

A

combines fields from multiple tables with same attributes and data types

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

product operation

A

creates a table that includes the attributes from two tables

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

join operation

A

combines two tables appends matching search criterion within new table

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

Graph stores

A

Stores information about networks of data (such as social connections)

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

Wide-column stores

A

A type of NoSQL db that uses column families that store columns of data together

-optimized for queries on large data sets

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

What is a Document-format database?

A

A db that pair each key with a document (complex data structure that can contain many different key-value pairs)

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

NoSQL database

A

“Not Only SQL” a db that can accommodate a variety of data models (key-value, document, columnar, and graph formats

-data is placed in tables designed before the database is built
- useful for working with large sets of distributed data

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

What is a Cloud databases and the benefits it offers?

A

Databases that are optimized to work in a cloud environment

practical benefits:
-Flexible to increase resources
-Highly availability
-Support SaaS cloud deployments

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

Data Lake

A

is a system of data stored in raw format, and can include both structured data, such as tables, and unstructured data, such as audio and video recordings
- usually a single store of all enterprise data as well as information derived from data during reporting, transactions, or other activities

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

Distributed Databases

A

consists of data residing on different machines

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