- Create and populate a university database that has departments, persons. Use
faker
to create at least 3000 persons. Persons must have a home address. - Some persons are students. Students can optionally have one major (a reference to a department).
- Some persons are professors. They are affiliated with one department.
- Write a query that shows all students with a Texas home address.
- Submit the Python code that creates and populates the database.
- Leave the database in place so that the instructor and TA can verify its structure and contents