Question: Write SQL statements: a . Create the database cis 3 9 5 Demo. b . Create a database user cis 3 9 5 _ dev
Write SQL statements:
a Create the database "cisDemo".
b Create a database user "cisdev with password "dolphins".
c Grant user "cisuser with "select" "delete" and "execute"
permission to DB "cis
d Revoke the privilege "delete" for the user "cisuser
Explain the difference between user and role.
Write three command statements to back up the Table for data
only, structure with data and structure only using mysqldump.
Using Mysqldump.exe to backup the CIS database and using mysql
to restore the backed database.
Write the command statement to import the data using mysqlimport from
customers.csv file.
What's the difference to use the LOAD DATA LOCAL INFILE vs
mysqlimport.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
