In an expression like f[x], the 'function name' f is itself an expression, and you can treat it as you would any other expression. You can replace names of functions using ...
The symbolic architecture of Mathematica notebooks allows immediate interoperability with a wide range of document, web, graphics and other formats. Mathematica automatically ...
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
$CommandLine is a list of strings giving the elements of the original operating system command line with which Mathematica was invoked.
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
$ByteOrdering gives the native ordering of bytes in binary data on your computer system.
SQLTableNames[conn] returns the names of each table in an SQL connection.