Instruction: 1. Create a database. Name the database yourNameDatabase. 2. Create two tables. Name the tables, buyerYourName and productYourName. 3. The tables must cater the following fields: •...


Instruction:<br>1. Create a database. Name the database yourNameDatabase.<br>2. Create two tables. Name the tables, buyerYourName and productYourName.<br>3. The tables must cater the following fields:<br>• buyerYourName<br>• buyerld - int<br>• buyerName - String<br>• buyerAddress - String<br>• productYourName<br>• productid - int<br>• productName - String<br>• productPrice - double<br>4. Populate the tables with at least three records.<br>5. Manipulate the tables using the CRUD operations.<br>6. Submit the following:<br>• Screenshot of the schemalist. Circle your database.<br>• Screenshot of the populated tables.<br>• CRUD operation statements (Complete Java codes)<br>• Database script<br>

Extracted text: Instruction: 1. Create a database. Name the database yourNameDatabase. 2. Create two tables. Name the tables, buyerYourName and productYourName. 3. The tables must cater the following fields: • buyerYourName • buyerld - int • buyerName - String • buyerAddress - String • productYourName • productid - int • productName - String • productPrice - double 4. Populate the tables with at least three records. 5. Manipulate the tables using the CRUD operations. 6. Submit the following: • Screenshot of the schemalist. Circle your database. • Screenshot of the populated tables. • CRUD operation statements (Complete Java codes) • Database script

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here