单项选择题
truncate table students的作用是()。
A.清空学生表中的数据 B.转换表结构 C.删除表 D.行列转换
单项选择题 DELETE FROM students where id=2的作用是()。
单项选择题 UPDATE students SET name=’tom’的作用是()。
单项选择题 INSERT[INTO]表名[字段名]VALUES(值列表)实现的功能是()。