Question: CO 3 : Introduction to relational databases and MySQL CO 4 : How to use PHP with a MySQL database Prompt This exercise will give
CO: Introduction to relational databases and MySQL
CO: How to use PHP with a MySQL database
Prompt
This exercise will give you a chance to use phpMyAdmin to review the databases that are used with this book and to test the types of SQL statements that you will use in your PHP applications. Complete Chapter Exercise Use phpMyAdmin with a database, take a screenshot as you complete each step:
Select the myguitarshop database to display the tables for this database, and click the Browse button to view the data for the products table.
Click the Structure tab to view the column definitions for the products table. Note that none of the columns allow a null value or provide a default value. Run SQL statements against the myguitarshop database
Use the SQL tab to run the first query in figure Then, run the second query.
Run the query in figure Then, modify the list price value in the query so it only selects products with a price thats less than and run the query again.
Run the first query in figure to add a row to the products table. Then, browse the products table to view the new row. Last, run a DELETE statement to delete the new row.
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
