<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2854636358152850&amp;ev=PageView&amp;noscript=1">
6 min read

SQL Commands that Pimp Out Your BAS!

By Phil Zito on Jul 4, 2014 7:13:02 AM

In my previous article I discussed the fundamentals of SQL and provided an overview of SELECT, the first of the four main SQL commands. In this article, I will cover some beginner/intermediate topics:

  • Sub-queries
  • Joins
  • Table Creation
Topics: sql Database Information Technology
4 min read

Learning SQL: The One Language That Keeps On Giving

By Phil Zito on Jun 11, 2014 8:57:05 PM

You need to learn SQL, not tomorrow, not in a few hours. You need to learn SQL right now! The good news is SQL, which stands for Structured Query Language, isn't that hard to learn.

Topics: sql Database Information Technology