Question:The REPLACE statement is:
A Same as the INSERT statement
B Like INSERT, except that if an old row in the table has the same value as a new row for a PRIMARY KEY or a UNIQUE index, the old row is deleted before the new row is inserted
C There is no such statement as REPLACE
+ AnswerB
+ Report