注意:此页面搜索的是所有试题
题目内容
(国家开放大学数据库运维)
下列语句中创建新用户的语句为( )
A. insert into mysql.user(Host,User,Password) VALUES(.host_name., .user_name.,PASSWORD(.password.)
B. create user username@localhost identified by ‘123456’
C. insert into mysql.user(Host,User,Password) VALUES(host_name, user_name,PASSWORD(password)
D. create user username@localhost identified by 123456
A. insert into mysql.user(Host,User,Password) VALUES(.host_name., .user_name.,PASSWORD(.password.)
B. create user username@localhost identified by ‘123456’
C. insert into mysql.user(Host,User,Password) VALUES(host_name, user_name,PASSWORD(password)
D. create user username@localhost identified by 123456
参考答案

