chapter 5 Flashcards
1
Q
what does the command ‘create table’ do?
A
creates a new table in the DB
2
Q
what does the command ‘alter table’ do?
A
modifies table definitions
3
Q
what does the command ‘not nulls’ do?
A
ensure the column doesn’t accept null
4
Q
t or f: one of the data manipulation commands is ‘insert’.
A
true
5
Q
what does the command ‘delete’ do?
A
delete a table row
6
Q
what does the command ‘drop’ do?
A
deletes table from DB
7
Q
what does the command ‘order by’ do?
A
listing order
8
Q
….. checks whether attribute value is within range
A
between