SQL

SQL Indexing in 9 Minutes and a Half

Proper indexing is one of the keys to relational database performance that use the SQL language. However, a disturbingly high number of people have it more or less wrong.

SQL Query Time Saver Tricks

This video shows you how to make writing complicated SQL queries easier with aliasing. This includes the best way to write multiple table queries.

Working with MySQL and SUM

In this screencast, you are going to learn a MySQL query trick. You might be already familiar with the SUM() and IF() functions. We will be combining them to come up with some useful queries. This can reduce the number of queries you need to run for fetching certain types of summary data, and also …

Working with MySQL and SUM Read More »