What is SQL?
SQL (Structured Query Language) is programming language used to querying, maintaining and storing data in databases.
Among popular database systems we can list: MySQL, SQL Server, Microsoft Access, Oracle and many more.
What are possibilities of SQL?
- Querying databases,
- Creating procedures in databases,
- Getting the data,
- Adding data to databases,
- Creating new databases,
- Updating data in database,
- Deleting the data from database,
- Building tables within databases,
- Authorization maintenance towards views, tables,
- Creating views in databases.