Module 3 Flashcards

1
Q

Attribute

A

a characteristic or quality of data used to label a column in a table

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

Formula

A

A set of instructions that performs a specific action using the data in a spreadsheet

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

What are the 3 most important keywords when it comes to SQL

A

Select, From, Where

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
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
9
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
10
Q

Like clause

A

allows you to tell the database to look for certain patterns

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

Alias

A

Assigning a new name

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