Hi, I will explain AND, OR and NOT Operators in Oracle SQL in this post of Oracle SQL Tutorial series.
Read More »Tag Archives: sql operators
Oracle SQL Tutorial -8 Comparative Operators
Hi , In this article I will tell you some operators . Comparison operators When we want to compare data, for example, there are statements that make it easier for …
Read More »Oracle SQL Tutorial -5 Getting Data From More Than One Tables
Hi , in this article I will tell you about the joins . We use Join to join two tables .The JOIN-related column values must be in two tables . …
Read More »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 …
Read More »