Introduction to SQL database:
SQL stands for structured query language.
And it is the backbone of many database driven applications.
It is used to store large data that normal html or xml want be able to do.
It is also used to track the stats of the website along with many other
features.
Here is how SQL guid looks like:

To create a database just simply right click on database and select
“New database” and type the name of the database you want to create.

Below as you can see, the database “Inventory”
was created under database folder. On the right side, there
are different objects that belong to the inventory database,
the main ones that are important for the data driven application.
are: Tables, Views, Stored Procedures.

|
|
|