Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 2 (Q.No. 29)
29.
In SQL, which command is used to create a database user?
ADD USER TO DATABASE
MK USER
CREATE USER
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Yogesh singh said:   7 years ago
Eg: CREATE USER 'newuser'@'localhost 'IDENTIFIED BY' password.

Post your comments here:

Your comments will be displayed after verification.