Oracle SQL Tutorials – Chapter 2 (Part 1 of 3)

CHAPTER 2 WHERE Conditions Comparison operators BETWEEN operator IN operator LIKE operator IS NULL operator Logical operators AND operator OR operator NOT operator ORDER BY operator   RESTRICTING ROWS WITH WHERE WHERE statement can be used to return only specific rows. WHERE statement must be written after the SELECT statement. The condition that defined in … Continue reading Oracle SQL Tutorials – Chapter 2 (Part 1 of 3)