判断题
查询1601A表中所有员工的详细信息的SQL语句是:delete * from 1601A。
错误(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 SQL语句“create table 1601A select * from student;”表示将student表结构和数据一起复制为一个新表1601A。
判断题 清除books表中的所有记录的SQL语句是:insert from books。
判断题 在centos6中可以使用yum -y install mysql-server来安装mysql的服务器端。