.

SQL


Reading time: less than 1 minute
  • SQL is a “human readable” query language used by databases.

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.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "SQL",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/sql"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "SQL", February, 2025. [Online]. Available: https://www.gkbrk.com/sql. [Accessed Feb. 04, 2025].
APA Style
Yaltirakli, G. (2025, February 04). SQL. https://www.gkbrk.com/sql
Bluebook Style
Gokberk Yaltirakli, SQL, GKBRK.COM (Feb. 04, 2025), https://www.gkbrk.com/sql

Comments

© 2025 Gokberk Yaltirakli