SQL Flashcards

1
Q

Real

A

decimal value

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

Statement

A

command that ends with ;

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

Clause

A

Perform a special task (aka command) in CAPITAL LETTERS

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

Paramater

A

List of columns, values, data types that are passed to a command

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

PRIMARY KEY

A

Uniquely identify a row - attempts to add another row with the same value will not be accepted

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

UNIQUE

A

Similar to PRIMARY KEY but a table can have several UNIQUE columns

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

DEFAULT

A

Assumed value if a value is not provided

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

DISTINCT

A

Filters columns to unique values

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

WHERE

A

Sets a condition to filters rows

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

Aggregates

A

calculations performed on multiples rows

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