Question: Simple source code - (may be partial source code) code in HTML/JavaScript, Java, C++, or another programming language for at least one software application using
Simple source code - (may be partial source code) code in HTML/JavaScript, Java, C++, or another programming language for at least one software application using the following information:
| Customer | ||
| Field Name | Data Type | Description |
| Customer_id | Number | Primary Key |
| Name | Text | Customer Name |
| Address | Text | Customer Address |
| Text | Customer Email | |
| Contact | Number | Customer Contact Info |
| Account | ||
| Field Name | Data Type | Description |
| Account_no | Number | Primary Kay |
| Account_type | Text | Type of Account |
| Account_bal | Number | Current Balance of Account |
| Customer_id | Number | Foreign Key |
| Card | ||
| Card_id | Number | Primary Key |
| Card_payment | Number | Current Card Payment |
| Card_balance | Number | Current Card Balance |
| Card_limit | Number | Card's Credit Limit |
| Card_paymentduedate | Date | Next Payment Due Date |
| Customer_id | Number | Foreign Key |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
