Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 1 ( 5 Marks ) 1 . Create three users with the following usernames: a . _ 1 ( for instance, kyt 0 1
Task Marks
Create three users with the following usernames:
afor instance, kyt
b
c
d Set all passwords to be the same as the username.
Use GRANT statements to grant the privileges to alter
relational tables, to drop relational tables, and to read and write relational tables in the
database created in the previous step. The privilege must be granted such that is able to grant the privileges to the other users.
Use GRANT statements to grant the privileges to read
data from the Book and Author tables. The privilege must be granted such that the is NOT able to grant the privileges to the other users.
Use ALTER USER statement to set the resource limits of :
total number of queries issued per hour must be set to and total number of updates
issued per hour must be set to
University of Wollongong
School of Computing and Information Technology
CSIT Data Management and Security
Page of
Use ALTER USER statements to expire the password of
Use SELECT statements to retrieve and display the privileges granted to all the users.
Save the SQL commands and the result from step into a text file. The file name must
be tasktxt Example: Ttasktxt
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started