Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Before you start these exercises, you need to install the MySQL server and MySQL Workbench. The procedures for doing that are provided in the textbook
Before you start these exercises, you need to install the MySQL server and MySQL Workbench. The procedures for doing that are provided in the textbook in appendix Windows and appendix B Mac
Complete the following:
Make sure the MySQL server is running
Start MySQL Workbench and open a connection for the root user.
Check to make sure you are connected to the server
Do you see any databases listed in the schemas?
Are the lightning bolt icons lit up or dim? If dim, you are not connected
If you are not connected, start the database server.
Use MySQL Workbench to create the Chelsea Books database.
Open the script named chelseabooks.sql
Execute the entire script by either
Clicking on the first lightning bolt icon OR
Pressing CtrlShiftEnter press all three keys at the same time
Review the Chelsea Books database
In the Schemas window on the left expand the database called Chelseabooks. Note the list of database objects in the database: Tables, Views, Stored Procedures, and Functions.
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