Quantcast
Channel: SQL Tutorial
Viewing all articles
Browse latest Browse all 19

Express Tour of SQL

$
0
0
This tutorial provides an express tour of SQL. You will learn how to create a table, how to view the structure of existing table, how to insert records, how to update records, how to retrieve data, how to delete records and how to drop tables. Coming tutorials will focus in detail each of these statements. The objective of this tutorial is to give you a feel of SQL.

Topics include:
  • CREATE Statement
  • DESC Command
  • INSERT Statement
  • UPDATE Statement
  • DELETE Statement
  • DROP Statement









  • Viewing all articles
    Browse latest Browse all 19

    Trending Articles