SQL Getting Sta...login
SQL Getting Started Tutorial Manual
author:php.cn  update time:2022-04-12 14:15:40

SQL summary


We have already learned SQL, What should we learn next?


SQL Summary

This SQL tutorial has taught you the standard computer language used to access and manipulate database systems.

We have learned how to use SQL to perform queries, get data, insert new records, delete records, and update records in a database.

We have learned how to create databases, tables, indexes through SQL, and how to drop them.

We have learned about the most important Aggregate function in SQL.

SQL is a standard language that works with database systems including MS SQL Server, IBM DB2, Oracle, MySQL, MS Access, and many more.


We have learned SQL, what should we learn next?

We recommend learning ADO or PHP MySQL next.

If you want to learn about ADO, visit our ADO tutorials.

If you want to learn about MySQL, visit our PHP tutorials.

php.cn