Using MySQL Workbench, Create a database named “bank” with the following tables: Customer with filds: customer_id (integer) name (string) Account with fields: account_id (integer) balance (float) type (one of ‘savings’, ‘checking’, ‘cd’) Customer_Account id (integer) cust_id (integer) acc_id (integer) Populate the database with data of your choice. Note 1: Export the database into a self-contained file named bank1.sql before you continue. Note 2: Using Apache NetBeans, create a Java project that connects to the bank database.

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter7: Database Administration
Section: Chapter Questions
Problem 10RQ
icon
Related questions
Question
  1. Using MySQL Workbench, Create a database named “bank” with the following tables:
    1. Customer with filds:
      • customer_id (integer)
      • name (string)
    2. Account with fields:
      • account_id (integer)
      • balance (float)
      • type (one of ‘savings’, ‘checking’, ‘cd’)
    3. Customer_Account
      • id (integer)
      • cust_id (integer)
      • acc_id (integer)

Populate the database with data of your choice.

Note 1: Export the database into a self-contained file named bank1.sql before you continue.

Note 2: Using Apache NetBeans, create a Java project that connects to the bank database.

Expert Solution
steps

Step by step

Solved in 3 steps with 6 images

Blurred answer
Knowledge Booster
Dataset
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