{ "cells": [ { "cell_type": "raw", "metadata": {}, "source": [ "SELECT list of expressions (column names or aggregate functions) in the output\n", "FROM list of tables\n", "WHERE conditions (usually combined with AND)\n", "GROUP BY list of column names" ] }, { "cell_type": "raw", "metadata": {}, "source": [ "SELECT and FROM are mandatory" ] } ], "metadata": { "kernelspec": { "display_name": "Mysql", "language": "mysql", "name": "jupyter-mysql-kernel" }, "language_info": { "file_extension": ".sql", "mimetype": "text/x-sh", "name": "mysql" } }, "nbformat": 4, "nbformat_minor": 4 }