module 3 Flashcards

1
Q

what is the unique set of guidelines every SQL follows called?

A

syntax

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

What is the basic formula for a query?

A

SELECT

FROM

WHERE

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

what does SELECT do?

A

Specifies the columns from which to retrieve data

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

what does FROM do?

A

Specifies the table from which to retrieve data

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

what does WHERE do?

A

Specifies criteria that the data must meet

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