An open API service indexing awesome lists of open source software.

https://github.com/nfaltir/sql

📦 A SQL codebook with useful queries
https://github.com/nfaltir/sql

data-science database sql

Last synced: about 1 year ago
JSON representation

📦 A SQL codebook with useful queries

Awesome Lists containing this project

README

          

# Useful SQL Queries

## Summary
- Summary statistics queries
- basic

## Extract
- generating a sample dataset
- output data

## Join
- Joining tables
- INNER, OUTER, LEFT, RIGHT joins

## Cleaning

- basic data cleaning commands
- great for large datasets where python might be slower