Introduction To SQL
Introduction:
SQL is the Structured Query Language, it is the Standard language that used to access and manipulates the Databases.
SQL is a database language, it is used for database creation, deletion, fetching rows and modifying rows etc. It is pronounced as S-Q-L or sometime See-Qwell.
The Following are the Most Popular Databases,
SQL is a database language, it is used for database creation, deletion, fetching rows and modifying rows etc. It is pronounced as S-Q-L or sometime See-Qwell.
Using SQL (Structured Query language) we can do many more things. Bellow are the some of them
We will see how to work with SQL in the next coming topics.
Introduction:
SQL is the Structured Query Language, it is the Standard language that used to access and manipulates the Databases.
SQL is a database language, it is used for database creation, deletion, fetching rows and modifying rows etc. It is pronounced as S-Q-L or sometime See-Qwell.
The Following are the Most Popular Databases,
- SQL Server
- Oracle
- MySQL
- DB2
- Sybase
- Microsoft Access
SQL is a database language, it is used for database creation, deletion, fetching rows and modifying rows etc. It is pronounced as S-Q-L or sometime See-Qwell.
Using SQL (Structured Query language) we can do many more things. Bellow are the some of them
- Execute queries against a database using English-like statement
- Retrieve data from a database
- Insert records in a database
- Update records in a database
- Delete records from a database
- Create new databases
- Create new tables in a database
- Create stored procedures in a database
- Create views in a database
- Set permissions on tables, procedures, and views
We will see how to work with SQL in the next coming topics.
0 comments:
Post a Comment