Prepare test data for the sales management system
Prepare simulated data for testing a sales management system. Request to generate 4 tables, with the following data requirements: Salesperson table, requires 50 salespersons in 5 regions: NorthChina, SouthChina, CentralChina, Southwest, Northwest; 4 types of educational backgrounds: Senior High School, Associate Degree, Bachelor, Master. The table structure is as follows: The client table requires 200 client data, with the following structure: Product table, requiring simulation of 30 types of products, with the following structure: Sales contract table, requiring simulation of 10000 sales records, distributed over a period of one year in 2024: There are two key issues that need to
...