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 "cis395Demo".
b. Create a database user "cis395_dev1" with password "dolphins".
c. Grant user "cis395_user1" with "select" ,"delete" and "execute"
permission to DB "cis39.
d. Revoke the privilege "delete" for the user "cis395_user1".
Explain the difference between user and role.
3 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 CIS395 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.
 Write SQL statements: a. Create the database "cis395Demo". b. Create a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!