1. Create a database yourNameDB (with your actual first name instead of yourName) in MySQL workbench. 2. Create a table yourNameTable in this DB (with your actual first name instead of yourName) with any 4 columns of your choice (every answers will be unique) 3. Create a user yourNameUser and grant it all necessary permissions to work with your database 4. Insert 4 records (rows) in your table (choose your own data)

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter7: Database Administration
Section: Chapter Questions
Problem 4SCG: Write, but do not execute, the commands to grant the following privileges: a. User Oliver must be...
icon
Related questions
icon
Concept explainers
Question
1. Create a database yourNameDB (with your actual first
name instead of yourName) in MySQL workbench.
2. Create a table yourNameTable in this DB (with your
actual first name instead of yourName) with any 4
columns of your choice (every answers will be unique)
3. Create a user yourNameUser and grant it all
necessary permissions to work with your database
4. Insert 4 records (rows) in your table (choose your own
data)
5. fetch this data from yourNameDB and display it on a
web page using PHP.
Transcribed Image Text:1. Create a database yourNameDB (with your actual first name instead of yourName) in MySQL workbench. 2. Create a table yourNameTable in this DB (with your actual first name instead of yourName) with any 4 columns of your choice (every answers will be unique) 3. Create a user yourNameUser and grant it all necessary permissions to work with your database 4. Insert 4 records (rows) in your table (choose your own data) 5. fetch this data from yourNameDB and display it on a web page using PHP.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr