I have solved first LeetCode MySQL problem from the SQL 50 challenge. While solving this problem I have learned how to write queries & select specific columns from a table.
IS NULL checks for NULL values, while != checks for values that are not equal
ORDER BY sorts the query results in ascending (ASC) or descending (DESC) order
ORDER BY sorts the query results in ascending (ASC) or descending (DESC) order
LENGTH() function returns the number of characters in a string