This week's material covered the concept of data warehousing and OLAP database design. Compared to the last two weeks of material, I am finally starting to understand how SQL and databases work on a large scale, in addition to learning more about the technical details of SQL. After reading about data warehousing, I realized that I have always pictured large scale databases as "warehouses" of some sort, even before I knew anything about SQL or database design. I find how data is processed separately in a "warehouse" which is then sliced and diced into cubes, and then finally "served" to users sending multiple queries as a fascinating and efficient way as to how data is moved around the Internet and private servers and databases. In hindsight, some of the simple databases I had to design for a previous Android class could've been much improved if I had known about the concepts of data warehousing -- mobile applications often involve large numbers o...