- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 2 study documents about .
2 results
Package deal
ITS410: DATABASE MANAGEMENT COURSE
Working with MySQL Table Joins
Changing a MySQL Table Structure
Performing an Advanced MySQL Query
Configuring a MySQL Database
Other
Changing a MySQL Table Structure
Option #2: Changing a MySQL Table Structure 
Using the "classicmodels" database you installed in Module 1 and your MySQL Workbench, add a JSON field named "customers_contacts" to the "customers" table with the following keys: 
 
customerNumber, 
contactLastName, and 
contactFirstName. 
Write a SQL statement to insert at least three values for the "customers_contacts" field. Use data from the customers table. If you need a hint on how to write the SQL insert statement for a JSON data type...