Month: November 2015
Full Outer Joins
When you want to see a list of all values from two tables in a join, even if there are no matches, you want the Full Outer join. It fills in nulls on both sides where needed.
Continue Reading...Using IN, ANY, and ALL Queries
ANY and ALL queries are related to IN queries in that they are used for multi-row returns. They also allow comparisons to be made (equal, not equal, greater than, less than, etc.).
Continue Reading...Order of SQL SELECT Clause Evaluation
SQL Clauses are evaluated in the following order: Find Where Good Snakes Have Oaths FROM clause WHERE clause GROUP BY clause SELECT clause HAVING clause ORDER BY clause
Continue Reading...Java Programmer 1 Exam Topics
1Z0-808 – DevCert: Java SE 8 Programmer
Continue Reading...