Solved
3
Save
Practice questions for this set
Learn 1 /7 Study with Learn
Rows in a table can be changed by using the SQL UPDATE statement. (T/F)
Choose an answer
1 True 2 False
Don't know?
Terms in this set (19)
, The SQL keyword CONSTRAINT True
can be used in conjunction with
the SQL keywords PRIMARY KEY
and FOREIGN KEY. (T/F)
The SQL keyword DELETE is False
used to delete a table's
structure. (T/F)
Rows can be removed from a True
table by using the SQL DELETE
statement. (T/F)
The SQL keyword CHECK is True
used to limit column values to
specific values. (T/F)
Rows in a table can be changed True
by using the SQL UPDATE
statement. (T/F)
The SQL keyword PRIMARY KEY True
is used to designate the
column(s) that are the primary
key for the table. (T/F)
The SQL CREATE TABLE True
statement is used to name a new
table and describe the table's
columns. (T/F)