Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors

Languages