SQL for Web Developers (Part I)
SQL(Structured Query Language) is a special-purpose language developed to work with relational databases. More specifically it’s used to manage and manipulate data in those databases. While SQL won’t be used to write the next big web application it’s useful in interacting with the database that would power that application. For example, think about Twitter — without the user data, tweets, and follower-following associations that are…