单项选择题

在MySQL中,如果想修改某条记录,下列语句不能实现的是()

A.insert
B.先使用delete,再使用insert
C.replace
D.update