SQLServerLaunch[{name -> location, ...}] launches a database server that hosts access to the databases specified in the parameters.
SQLServer[...] is an object that represents a server process started in Mathematica.
SQLServerShutdown[server] shuts down an active SQLServer started in Mathematica.
SQLServers[] returns a list of the open SQLServer objects.
SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
SQLTableExportedKeys[conn] returns a table of foreign key descriptions that reference the table's primary key.
SQLTableImportedKeys[conn] returns a table of primary key descriptions that are referenced by the table's foreign key.
SQLTableIndexInformation[conn] returns a table of indices and statistics for a table.
SQLTableInformation[conn] returns a list of information about the tables in an SQL connection.