• 2022-06-09
    删除记录的语法格式是什么? ()
    A: update from 数据表名where condition
    B: delete from 数据表名where condition
    C: insert from 数据表名where condition
    D: delete into 数据表名where condition