SQL In Simple English Part 2/2
(Page 1 of 5 )
In part one of this article, Kiran looked at the basics of SQL including SELECT, INSERT, UPDATE and DELETE queries. In this, the final part of the article, Kiran's going to teach us about joins and sub queries. After reading both part 1 and 2 of this article, you should be able to construct intermediate SQL queries to extract and manipulate data from both single and multiple tables.In part one of this article we looked at the basics of SQL including SELECT, INSERT, UPDATE and DELETE queries. In this, the final part of the article, we're going to learn about joins and sub queries. After reading both part 1 and 2 of this article, you should be able to construct intermediate SQL queries to extract and manipulate data from both single and multiple tables.
Next: What is a join? >>
More MySQL Articles
More By Kiran Pai