Skip to content

SQL training, correct problem solving

Notifications You must be signed in to change notification settings

h9lk/sql-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a6e2c6 · Sep 7, 2021

History

21 Commits
Sep 7, 2021
Aug 18, 2021
Aug 18, 2021
Jul 18, 2021
Jul 18, 2021
Jul 18, 2021
Jul 22, 2021

Repository files navigation

Sql learning progress

Solutions to challenges on

Frequently used functions

Aggregate

  • Avg
  • Count
  • Max
  • Min
  • Sum

Conversion

  • Cast
  • Convert

Date & Time

  • Datediff
  • Datepart

Expressions

  • Case
  • Coalesce
  • Top
  • Limit
  • Distinct

Mathematical

  • Ceiling
  • Floor
  • Sqrt
  • Power

Ranking

  • Row_number
  • Rank

String

  • Concat
  • Len
  • Left
  • Ltrim
  • Lower
  • Replace
  • Right
  • Substring