==========
DROP TABLE
==========

Remove a table.

Synopsis
========

.. code-block:: sql

    DROP [BLOB] TABLE table_name

Description
===========

DROP TABLE removes tables from the cluster.

Use the ``BLOB`` keyword in order to remove a blob table (see
:ref:`blob_support`).

Parameters
==========

:table_name: The name (optionally schema-qualified) of the table to be removed.
