One of the most important features of Mathematica is that it is an extensible system. There is a certain amount of mathematical and other functionality that is built into ...
Mathematica normally assumes that all your variables are global. This means that every time you use a name like x, Mathematica normally assumes that you are referring to the ...
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
SQLColumnPrivileges[conn] returns a table of access rights about the columns in an SQL connection.
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.
SQLTablePrimaryKeys[conn] returns a table of primary key descriptions.
SQLTablePrivileges[conn] returns a table of access rights about the tables in an SQL connection.
ActivateWindow is an option to DoNETModeless that specifies whether to make the window visible.