What is ECMAScript 6 or ES6?


ECMAScript 6 (ES6) is the specification or standard followed by many programming languages like JavaScript, JScript, ActionScript, etc. The most popular programmimg language following this specification is JavaScript, That is why many people call ECMAScript 6 JavaScript 6 New features introduced in ECMAScript 6: The let statement allows you to declare a variable with block […]

MySQL LEFT JOIN Example


Assuming you have these two MySQL tables

You can ask MySQL to show you all customers who has a valid credit card

MySQL output