From http://www.w3schools.com (Copyright Refsnes Data)

You Have Learned SQL, Now What?

Previous Next

SQL Summary

This SQL 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.

You have also learned how to create databases, tables, and indexes with SQL, and how to drop them.

You have learned the most important aggregate functions in SQL.

You now know that SQL is the standard language that works with all the well-known database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and MS Access.


Now You Know SQL, What's Next?

Our recommendation is to learn about ADO or PHP MySQL.

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

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


previous next

From http://www.w3schools.com (Copyright Refsnes Data)