Each file code demonstrates individual different capabilities.
BE AWARE SQL and MySQL are different:
- SQL (Structured Query Language) is a standard language used to manage and manipulate relational databases, providing the commands and syntax for tasks like querying and updating data.
- MySQL, on the other hand, is a popular open-source relational database management system (RDBMS) that uses SQL to perform its database operations.
If you want to run sql file, you could either do the following:
- Run it directly using PHPMyAdmin (This is what i used)
- Install a database configuration or something using visual code