SQL video tutorials for beginners - with MySql Workbench

The Structured Query Language or SQL is undoubtedly the most used language to access data from an application beyond the language (Java, PHP, etc..) in which the application is developed.

SQL is the standard language to manipulate data in a relational database. Although each database tends to introduce variations in language, they mostly respect compatibility. Thus what we learn with MySql can be used in any other database.