SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
Here is a simple calculator example using the GUIKit` package and Mathematica scripts for calculations.
You may want to export data from Mathematica to a spreadsheet. Excel is one example of a common spreadsheet format that Mathematica supports.
VCF
(Mathematica Import/Export Format) MIME types: text/directory, text/x-vcard vCard personal data format. Commonly used in email and personal information management applications and on mobile devices. Standard ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
GeometricMean[list] gives the geometric mean of the values in list.
InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
LowerTriangularize[m] gives a matrix in which all but the lower triangular elements of m are replaced with zeros. LowerTriangularize[m, k] replaces with zeros only the ...
MeanDeviation[list] gives the mean absolute deviation from the mean of the elements in list.