SQL stands for Structured Query Language. Database programming language designed for the retrieval and management of data in a relational database. All relational database management systems like MySQL ,Oracle , MS Access and SQL server uses SQL as their standard database language MySQL is an open source relational database that uses structured query language to interact with databases.It stores data in the form of table and can be modified using SQL.
This Repository for beginners easy to learn and easy to practice the query. The mostly basics like "select, update, Rename,AlterTable, Where clauses, order by, Group by, joins, and Aggregation's"