单项选择题
A.drop tableto stu; B.drop table stu; C.drop table if exist stu; D.create table stu;
以下在mysql数据库中,可以实现创建数据库abc的SQL语句是()A.drop table abc;B.cr...
单项选择题以下在mysql数据库中,可以实现创建数据库abc的SQL语句是()
A.drop table abc; B.create tableifexists abc; C.create database abc; D.create table abc;
delete from student where s_id>5的代码,如果取消where s_id>5,执行...
判断题delete from student where s_id>5的代码,如果取消where s_id>5,执行delete from student语句后的结果意味着删除表student的所有记录。
当我们发现mysql无法正常启动时,应当去mysql的错误日志中查询报错信息。
判断题当我们发现mysql无法正常启动时,应当去mysql的错误日志中查询报错信息。