Wednesday, May 21, 2008

SQL Summary

This tutorial has taught you the standard computer language for accessing and manipulating database systems.

You have learned how to execute queries, retrieve data, insert new records, delete records and update records in a database with SQL.

SQL is a standard language that works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, MySQL, Sybase, and other database systems.


Now You Know SQL, What's Next?

The next step is to learn ADO.

ADO is a programming interface to access data in a database from a web site.

ADO uses SQL to query data in a database.

If you want to learn more about ADO, please visit our ADO tutorial.

No comments: