Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 823 Bytes

File metadata and controls

12 lines (9 loc) · 823 Bytes

SQLZoo Problem Solutions

Overview

This repository contains my solutions to all the SQL problems available on SQLZoo. I completed all these problems within a 48-hour timeframe.

Content

The solutions are organized into separate files corresponding to the different sections and problems on SQLZoo. Each file contains the SQL queries used to solve the respective problem, along with any necessary explanations or comments.

Usage

Feel free to explore the solutions to learn SQL concepts or to compare your own solutions. You can run the SQL queries in your preferred SQL environment or directly on SQLZoo to see the results.

Contributions

If you find any errors in the solutions or have suggestions for improvement, please open an issue or submit a pull request. Contributions are welcome!