Unit 3 Flashcards

1
Q

All changes in the table structure are made by using the _______command, followed by a keyword that produces the specific change you want to make

A

Alter Table

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

You can alter an existing table by adding one or more columns

A

Adding Column

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

change a column definition as long as there is either no data or the existing column fits into the new column definition.

A

Changing a Column

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

modify a table by deleting a column

A

Dropping a Column

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

clause is especially useful when the listing order is important to you

A

Order By

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

produces a list of only those values that are different from one another.

A

Distinct

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