1.3.1 sql Flashcards

1
Q

SELECT

A

used to collect fields from a given table

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

FROM

A

specifies which table the information will come from

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

WHERE

A

specifes the search criteria

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

ORDER BY

A

choose which order the data is displayed ascenidng or descending order DESC

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

INSERT INTO

A

used to insert a new record into a database table

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

UPDATE

A

update a record

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

DELETE

A

deletes a record

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