Module 3 - The ins and outs of core data tools Flashcards

1
Q

Attribute

A

A characteristic or quality of data used to label a column

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

Observation

A

All of the attributes for something contained in a row of a data table

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

What databases use SQL?

A

Relational databases
1. MySQL
2. PostgresQL
3. Microsoft SQL Server
4. Oracle

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

Query

A

A request for data or information from a database

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

Syntax

A

The predetermined structure of a language that includes all required words, symbols, and punctuation, as well as their proper placement.

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

SELECT

A

Specifies the columns from which to retrieve data

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

FROM

A

Specifies the table from which to retrieve data

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

WHERE

A

Specifies criteria that the data must meet

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