document.write('

运行下面的SQL命令,可以删除雇员表中last_name列等于“Smith”的所有记录: DELETE FROM employees WHERE last_name="Smith";

');