Skip to content

ewerthonk/sql-challenges-beecrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beecrowd SQL Solutions

Solution to every single one of the 46 Beecrowd Challenges.

📖 Project

👨🏻‍🏫 Introduction

Solution of all 46 SQL Problems from Beecrowd (previously called URI).

Every challenge was solved following the SQLFluff style guide.

💡 SQL Concepts

The following concepts were execised during the challenge solving:

  • DATE comparisons
  • DISTINCT
  • REGEXP_REPLACE
  • SUBSTR
  • CTEs
  • CONCAT
  • Subquery
  • Many-to-many table relations
  • Complex Joins and Subqueries
  • COALESCE
  • OVER
  • PARTITION BY

🗄 SQL File

✅ Completed challenges

📦 Folder Structure

├── LICENSE
├── README.md                             <- The top-level README for developers using this project.
├── references                            <- Explanatory materials.
│
├── solutions-sql-problems_beecrowd.sql   <- file with SQL beecrowd solutions

About

Solution of SQL problems from URI/Beecrowd. My 1st Database (SQL) Exercises.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors