Create a Sales database (you can use Microsoft Access as the database format). Create three tables inside the database:
- The Buyers Table. Columns: ID, first name, last name;
- Table Sellers. Columns: ID, first name, last name;
- Sales Table. Columns: transaction ID, customer identifier, merchant identifier, transaction amount, date of the transaction.