If You Are Using MySQL Workbench then MySQLTutorial is the Best Information Source

If you use MySQL Workbench, then you’ll learn that MySQL Workbench has some behaviours that means your SQL Query doesn’t always work like you think it should.

I find MySQLTutorial is the most useful resource if you’re using MySQL Workbench, because it has examples run in MySQL Workbench. Like the example below:


Otherwise, I like -


- as there’s a nice sidebar listing SQL commands out. If you’re new to SQL and don’t know what is possible, it is very useful to see available commands.

The comparable article to the mysqltutorial is this one:
This demonstrates why you need to use both web resources, since this web page talks about:
- ‘Storage Procedure with One Paramter’
- ‘Stored Procedure with Multiple Parameters’
Both of which are very useful to know about and not in the mysqltutorial article.

Image: w3schools dot com useful SQL sidebar

w3schools is also very good for other stuff:

HTML and CSS: HTML, CSS, Bootstrap, W3.CSS, Colors, Icons, Graphics, Sass
JavaScript: JavaScript, jQuery, React, AngularJS, JSON, AJAX, W3.JS
Server Side: SQL, PHP, ASP, Node.js, Raspberry Pi
Programming: Python, Java, C++, C#, Machine Learning
Web Building: Templates, Statistics, Certificates, Editor, Development
XML Tutorials: XML, XML AJAX, XML DOM, XML DTD, XML Schema, XSLT, XPath, XQuery

Comments