SQL basics Flashcards

1
Q

What does SELECT do?

A

The feilds that you want the query to return/display data from

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

What does FROM do?

A

Specify the names of the tables where the data is to be retrieved from

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

What does WHERE do?

A

Enter your search criteria which the returned recods have to match

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

What does ORDER BY do?

A

Enter the field name that you want to order the results by the end in what order (ASC/DESC)

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