Structured Query Language - a primer (part 3)
Part 3 - Structured Query Language (SQL) is the language of databases - responsible for the creating, reading, updating, and deleting of data in those databases. Since its first appearance in the mid-70's SQL has defined how the management and handling of structured data. In turn, relational database management systems now underpin storage of the worlds data. Further underlining the importance of SQL followed it's acceptance as a standard of the American National Standards Institute (ANSI) and later the International Organization for Standardization (ISO). In this article we take a look at the basic syntax for the most important and frequently used SQL operations.