CloseSQLConnection[conn] disconnects the current connection associated with a data source.
DataSourceNames[] returns a list of the names of data sources made available through DatabaseResourcesPath.
JDBC
(DatabaseLink Symbol) JDBC[arg, ...] is an object that holds parameters for making a JDBC connection to a database.
SQLConnections[] returns a list of the open SQLConnection objects.
SQLExpr[expr] allows a Mathematica expression to be stored in a database.
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSets[] returns a list of the open SQLResultSet objects.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
When large amounts of data are being transferred between Mathematica and a database, you may find that the operations are slow. In this case it may be advantageous to use a ...
BeckmannDistribution[\[Mu]_1, \[Mu]_2, \[Sigma]_1, \[Sigma]_2] represents the Beckmann distribution with means \[Mu]_1 and \[Mu]_2 and standard deviations \[Sigma]_1 and ...