SQLTable[...] represents a table in an SQL connection.
Integrated into the core Mathematica language is industrial-strength string manipulation, not only with ordinary regular expressions, but also with Mathematica's own powerful ...
SQLColumnNames[conn] returns a list of {table, name} pairs for each column in an SQL connection.
As the world's most extensive programmatic mathematical typesetting system, Mathematica provides a range of controls over the details of layout and rendering.
FrameStyle is an option for Graphics, Grid, and other constructs that specifies the style in which to draw frames.
NonlinearModelFit[{y_1, y_2, ...}, form, {\[Beta]_1, ...}, x] constructs a nonlinear model with structure form that fits the y_i for successive x values 1, 2, ... using the ...
SQLTableNames[conn] returns the names of each table in an SQL connection.
Forms of Input and Output How Input and Output Work The Representation of Textual Forms
AlignmentPoint is an option which specifies how objects should by default be aligned when they appear in Inset.
Which
(Built-in Mathematica Symbol) Which[test_1, value_1, test_2, value_2, ...] evaluates each of the test_i in turn, returning the value of the value_i corresponding to the first one that yields True.