(Choose 1 answer)
What happens if a UPDATE command is run on a table without a WHERE clause?
A. The first row of the table will be updated
B. It is a syntax error
C. All the rows without a primary key will be updated
D. All the rows in the table are updated
Exit 22