创建一个在本地服务器上的用户,用户名为user1,密码为888888。正确的SQL语句是()。
8 查阅
创建一个在本地服务器上的用户,用户名为user1,密码为888888。正确的SQL语句是()。
A.createuseruser1%localhostidentifiedby'888888';
B.createuser'user1'%'localhost'identifiedby'888888';
[email protected]'888888';
D.createuser'user1'@'localhost'identifiedby'888888';
参考答案: