TotalWidth is an option which can be set for output streams to specify the maximum total number of characters of text that should be printed for each output expression. Short ...
Underoverscript[x, y, z] is an object that formats as x_y^z.
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.