{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "%LOAD firebird service=firebird.fdb user=SYSDBA" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "INSERT INTO STUDENT VALUES (1, 'Angelo')" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "INSERT INTO STUDENT VALUES (2, 'Barbara')" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "INSERT INTO STUDENT VALUES (3, 'Dandelion')" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "SELECT * FROM STUDENT" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "xsql", "language": "sqlite", "name": "xsql" }, "language_info": { "codemirror_mode": "sql", "file_extension": "", "mimetype": "", "name": "mysql", "version": "0.0.3" } }, "nbformat": 4, "nbformat_minor": 4 }