Skip to content

fahimalamabir/sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Fundamentals

Basic

  • Introduction to basic of querying tables in relational databases
  • joining tables into one, combining tables using set theory, work with subqueries in PostgreSQL

BASIC2

  • how to use CASE WHEN to create categorical variables
  • aggregate data into single column with multiple filtering
  • construct subqueries using SELECT, FROM, WHERE
  • nested and correlated subqueries to extract more complex data from a relational database
  • common table expressions

Intermediate

  • Intro to windows functions
  • fetching,ranking, paging
  • aggregate window functions and frames
  • pivoting, roll-up and cube
  • COALESCE and STRING_AGG

About

my SQL works

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors