SQL Flashcards

1
Q

What does the SQL command SELECT do?

A

chooses data

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

What does the SQL command FROM do?

A

determines the table to grab data from

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

What does the SQL command INSERT do?

A

Places new data into the table

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

What does the SQL command UPDATE do?

A

changes existing data

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

What does the SQL command DROP do?

A

gets rid of existing data

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

What does the SQL command DELETE do?

A

gets rid of existing data

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

What does the SQL command WHERE do?

A

criteria to meet

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

What does the SQL command OR do?

A

widens the search criteria

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

What does the SQL command AND do?

A

narrows search criteria

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

What does the SQL command LIKE do?

A

similar to this

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