totn SQL

SQL Tutorial (Complete)

Congratulations, you have completed the SQL tutorial.

Tutorial Summary

This SQL tutorial covered topics such as how to retrieve and manipulate data using the following SQL statements:

  • SELECT statement
  • INSERT statement
  • UPDATE statement
  • DELETE statement

More advanced SQL statements were covered such as:

  • UNION operator
  • UNION ALL operator
  • INTERSECT operator
  • MINUS operator

Concepts such as tables and views were explained. An understanding of how to create, modify, and delete tables and views using:

  • CREATE TABLE statement
  • ALTER TABLE statement
  • DROP TABLE statement
  • CREATE VIEW statement

These are just some of the many topics covered in this SQL tutorial.

Although SQL is the standard for relational databases, there are proprietary differences between the various database technologies. As such, we recommend that you try one of our other database tutorials to become familiar with the database that you will be using.

Other Database Tutorials

Now that you know the basics, learn a specific database technology.

Try one of our other database tutorials:

There is still more to learn!