sql command list Flashcards

1
Q

SELECT

A

basically means get

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

WHERE

A

Specifies field criteria that must be met by each record to be included in the results.

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

FROM

A

Lists the tables that contain the fields listed in the SELECT clause.

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

UPDATE

A

make changes to the the table

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

DELETE

A

remove

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