Question: A. Using MySQL Workbench 1. Start MySQL Workbench a. Open connection to the MySQL started on your local machine. b. SQL Editor: Open and execute
A. Using MySQL Workbench 1. Start MySQL Workbench a. Open connection to the MySQL started on your local machine. b. SQL Editor: Open and execute create_databases.sql (File | Open SQL Script) Result: ap, ex, om databases are created. 2. Verify the tables created USE ap; SELECT * FROM terms; 3. Do the textbook Chapter 2 exercises. Once completed, you can now use MySQL Workbench to: (a) review an installed database (e.g., AP) (b) enter and run SQL statements (c) open and run SQL scripts B. Using MySQL Monitor (command-line) to format your assignment solutions properly Note: In this lab, we use the "mysql.exe" command-line client tool.?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
