DB- Lab Manual
DB- Lab Manual
When executing a SELECT statement with a WHERE clause, MySQL evaluates the WHERE
clause after the FROM clause and before the SELECT clauses:
Comparison Operators
= Equal to
> Greater than
< Less than
>= Greater than or equal to
<= Less than or equal to
<> Not equal to
Example Statements:
1
Database Systems – Lab 03