Adding to the Library Collection

In the past week I’ve added some more reading to my list, extended the library and hammered the credit card. Some of this has been in part to keep abreast of things as a result of being quizzed in job interviews.

<td>
  <a href="http://www.amazon.com/exec/obidos/ASIN/0072230533/arabxptyltd-20"><img border="0" src="http://media.ronaldbradford.com/images/amazon/0072230533.01._AA_SCMZZZZZZZ_.jpg" /></a><img src="http://www.assoc-amazon.com/e/ir?t=arabxptyltd-20&#038;l=as2&#038;o=1&#038;a=0072230533" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</td>

Analysis Patterns by Martin Fowler and Oracle Database 10g Linux Administration

Tagged with: Databases General Oracle

Producing Alternative Means statistics with SQL

MySQL’s built-in AVG() computes the arithmetic mean — the sum divided by the count. That is the right default for many questions, but it is not always the right measure of central tendency.

Extending MySQL Capabilities with UDFs, Plugins and Components

MySQL offers three different approaches to extending the SQL capabilities with the default product you download and install. These are: User Defined Function (UDF) MySQL Manual MySQL Plugin MySQL Manual MySQL Component MySQL Manual For the purposes of this post I will be using the current LTS version MySQL 8.

Producing One-Sample Z-Test statistics with SQL

The one-sample Z-test determines whether a sample mean differs significantly from a known population mean when the population standard deviation is also known. It is the appropriate test when the population parameters are established — quality control benchmarks, national averages, long-run process measurements — and you want to evaluate whether a new sample is consistent with them.