Function: sql-help

Show short help for the SQL modes.

Use an entry function to open an interactive SQL buffer. This buffer is
usually named `*SQL*'. The name of the major mode is SQLi.

Use the following commands to start a specific SQL interpreter:

\\FREE

Other non-free SQL implementations are also supported:

\\NONFREE

But we urge you to choose a free implementation instead of these.

You can also use M-x sql-product-interactive to invoke the
interpreter for the current `sql-product'.

Once you have the SQLi buffer, you can enter SQL statements in the
buffer. The output generated is appended to the buffer and a new prompt
is generated. See the In/Out menu in the SQLi buffer for some functions
that help you navigate through the buffer, the input history, etc.

If you have a really complex SQL statement or if you are writing a
procedure, you can do this in a separate buffer. Put the new buffer in
`sql-mode' by calling M-x sql-mode. The name of this buffer can be
anything. The name of the major mode is SQL.

In this SQL buffer (SQL mode), you can send the region or the entire
buffer to the interactive SQL buffer (SQLi mode). The results are appended to the SQLi buffer without disturbing your SQL buffer. (fn)