Skip to content

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

Notifications You must be signed in to change notification settings

ewerthonk/sql-challenges-beecrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Beecrowd SQL Solutions

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

🔗 Click here to go to the SQL File.

💡 SQL Concepts

Besides SELECT, FROM, JOINS, WHERE, GROUP BY, ORDER BY, DISTINCT, etc., you will find the following concepts:

Beecrowd #2614: Semptember Rentals

  • Date Comparison

Beecrowd #2625: CPF Validation

  • REGEXP_REPLACE
  • SUBSTR

Beecrowd #2737: Lawyers

  • CTE

Beecrowd #2738: Contest

  • CONCAT
  • Subquery

Beecrowd #2988: Cearense Championship

  • CASE

Beecrowd #2989: Departments and Divisions

  • Many-to-many table relations
  • Complex Joins and Subqueries
  • COALESCE

Beecrowd #2992: Highest Avarage Salary Divisions & beecrowd #2998: The Payback

  • OVER
  • PARTITION BY

📝 SQL Style Guide

SQLFluff

✅ Completed challenges

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published