leo.blog();

SQL

Standards

There is a “standard SQL” is specified by ISO/ANSI, but it’s not very accessible.

SQL1992 can be found here.

Ibis

Ibis is a Python library that exposes database tables as DataFrames and generates SQL based on the operations performed on the Data Frames.

Leave a Comment