It is essential to know the purpose for your database or the problem you want to solve using your application. You must consider the following points before you start creating an application.
| Customer Form | Order Form | Invoice Form | Product Form |
| First Name | Customer ID | Invoice ID | Product category |
| Last Name | Order | Product ID | Product ID |
| Phone Number | Quantity | Customer ID | Unit Price |
| Address | Total | Amount Paid | Discount |
| Customer ID | Invoice ID | Order Date |
