Question: Q:Question:Create three or more SQL Data Control Language (DCL) Statements using the Homework Database: Art Exhibition Database Create a new user statement for the database.
Q:Question:Create three or more SQL Data Control Language (DCL) Statements using the Homework Database: Art Exhibition Database Create a new user statement for the database. The user name should be based on yourself containing your name. Statements that grant privileges to the new user. Statements granting privileges to at least 2 of the tables in the assigned database Statements that revoke privileges to the new user. Statements revoking privilegesA:Answer:1) CREATE USER 'sample'@'localhost' IDENTIFIED BY ...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
