chapter 5 Flashcards

1
Q

what does the command ‘create table’ do?

A

creates a new table in the DB

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

what does the command ‘alter table’ do?

A

modifies table definitions

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

what does the command ‘not nulls’ do?

A

ensure the column doesn’t accept null

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

t or f: one of the data manipulation commands is ‘insert’.

A

true

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

what does the command ‘delete’ do?

A

delete a table row

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

what does the command ‘drop’ do?

A

deletes table from DB

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

what does the command ‘order by’ do?

A

listing order

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

….. checks whether attribute value is within range

A

between

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