Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 311 Bytes

File metadata and controls

18 lines (10 loc) · 311 Bytes

SQL CHEATSHEET

TODO: add Time Constraints, Calculation Requirments, and Comparison/Ranking Requirments All SQL questions can be boiled down to these 3 types:

  • Type 1: Select all

  • Type 2: Select the group that did X

  • Type 3: Select the group that didn’t do X

Select

Group

Delete

Union