SQL For Beginners
What is SQL? SQL stands for Structured Query Language, which is used for access a database.
By using SQL,
you can execute queries against a database, retrieve data from a database, insert new records in a database, delete records from a database
and update records in a database.
If you want to use SQL for your web database, you need to know basic web design and web development, know how to write a script using PHP, ASP, or JSP.
In this course, you will learn how to:
Select data from a database;
Filter data using Where clause;
Sort data by Order;
Use wildcards for smart search;
Use aggregate functions;
Insert data into a database;
Update data in a database;
Delete data from a database;
Create, update and delete tables.
|