An SQL exercise concerning the definition, projection, implementation and access to a replica of the YouTube database. This project will be better defined once I get acces to a Linux environment. For more information, check the folder documents, which contains more details about the motivation for this project (in portuguese).
https://www.python.org/downloads/release/python-3128/
python -m venv .venv # For Windows
python3 -m venv .venv # For Linux.venv\Scripts\activate # For Windows
source .venv/bin/activate # For Linuxpip install -r requirements.txt