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.
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.
SQLTableInformation[conn] returns a list of information about the tables in an SQL connection.
SQLTableNames[conn] returns the names of each table in an SQL connection.
SQLTable[...] represents a table in an SQL connection.
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.