Study the scenario and complete the question(s) that follow: Ground Movers Construction is a construction firm that has
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Study the scenario and complete the question(s) that follow: Ground Movers Construction is a construction firm that has
question(s) that follow: Ground Movers Construction is a construction firm that has recruited you for a Python network programming role inside their organisation. They have asked that you develop a software that maintains record of their equipment as well as their customers. This system would contain a server and client-side apps. The server program should connect to a MySQL database named hire store. The client machines request particular data from the server, which operates the MySQL database. The client should have a menu similar to the following example: HIRE STORE Register Customer Register Equipment 3. Hire Out Equipment 4. Return Equipment 1 x. Exit Choice: Figure 1 3.1 As part of your program, verify that each consumer registers prior to renting any equipment. This data is kept in a table named customers. All equipment offered for hiring by clients must be kept in a table labelled equipment. A third table will need to be created to keep track of all transactions. (30 Marks) [Sub Total 30 Marks]
Study the scenario and complete the