That's it! We start with the SELECT
clause, use FROM
to specify a table, add a WHERE
clause with an expression, and finish with an OR
clause.
Almost! We start with the SELECT
clause, use FROM
to specify a table, add a WHERE
clause with an expression, and finish with an OR
clause.