Quiz 6
Quiz yourself on MySQL commands, including DROP, TRUNCATE, JOIN, and REPLACE.
Question # 1
Q
Why adding or dropping a column from a very large table may be a bad idea?
A)
Adding or removing columns causes a table to be rebuilt and can be an expensive operation for a very large table.
B)
There’s no disadvantage to adding or dropping a column of the table.
C)
The operation can only be expensive if the column being dropped is used as a foreign key.
Get hands-on with 1400+ tech skills courses.