单项选择题
查询wg库下user表中ID为1103的所有信息,以下SQL语句操作正确的是()
A.select * from wg.user where ID='1103';
B.show * from wg.user where ID='1103';
C.select from wg.user where ID='1103' and *;
D.select table wg.user where ID='1103';
点击查看答案&解析
相关考题
-
单项选择题
我们在忘记MySQL管理员账号后,可以通过跳过权限库对密码进行重置,以下跳过mysql权限检测的命令为:()
A.--skip-grant-tables
B.--skip-grant-databases
C.--skip-grant-table
D.--skip-grant-database -
单项选择题
MySQL服务启动后默认监听在那个端口上()
A.3306
B.3307
C.3308
D.3309 -
单项选择题
在windows系统下使用什么命令启动Mysql()
A.net start mysql
B.net mysql start
C.systemctl start mysql
D.net start mysqld
