Our SQL Tutorial starts with introduction to SQL language and Relational Database Management Systems, and then moves on to simple and frequently used SQL clauses like SELECT, WHERE, UPDATE, and DELETE. After you have familiarized yourself with these basic SQL concepts and SQL clauses, the tutorial explains more complicated SQL concepts including table relationships, primary and foreign keys and database normalization, joining tables, views, and indexes.

Although there are existing SQL standards, most popular relational database management systems like MS SQL Server, Oracle, and DB2 use their own SQL dialect (also know as SQL extension or SQL implementation) of one of the SQL standards (ISO or ANSI). We have strived to remain dialect independent and most of the examples in this tutorial can be applied to most major SQL implementations.

No Comment.

Add Your Comment

Your Comment