Databases: SQL!

On this project, I studied and learned about databases and SQL language. I completed several readings and some extra studying from videos to get the grasp of how databases work, how to interact with them, and the commands.

screenshot

The goal of this project was to complete a series of challenges on the website SQL Zoo. This website offers a compiler and some dummy tables to work with and test your code.

Built With

  • SQL
  • VSCode
  • Github

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone git@github.com:lmaldonadoch/SQL_sqlzoo.git

Author

👤 Luis Angel Maldonado

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project inspired by Microverse Program.
  • Project originally taken from The Odin Project