{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Table operations using `Spark SQL`, `Hive context`, and `Presto`\n", "\n", "#### Topics covered in this example\n", "* Creating an external table using `%%sql` magic and querying the table.\n", "* Querying the table using a hive context.\n", "* Connecting to the table using a Presto connector and querying the table." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "***\n", "\n", "## Prerequisites\n", "