- Github: https://github.com/michaelkedey
- Linkedin: https://www.linkedin.com/in/michaelkedey
- movie rentals
- flight ticketing
- procedures for adding data
- triggers for validatiing data input
- I have a src directory and README.md file in the repository.
- mysql-project-jomacs/README.md
- mysql-project-jomacs/src
- The src directory serves as the root of the project. It contains a queries.sql file in which I have some staements to query the databases, rentals.sql where I created the movie rentals database, and ticketing.sql where i have the flights ticketing database
- mysql-project-jomacs/src/rentals.sql
- mysql-project-jomacs/src/ticketing.sql
- mysql-project-jomacs/src/queries.sql
- download and install MySQL and be sure to add the bin path to your system environent variables
- Fork or clone the repository to your local environment
- Move into the cloned repository, ceate a branch and switch to it
- Change directory into the src directory, which contains the MySQL configuration files
- Either copy the configurations and run in MySQL Workbench or create a database connection in your code editor, and and run the code from there. be sure to have your output panel opened if you use the later option
follow me on Github for more