Question: Write the same SELECT statement from SELECT vendor_name, vendor_contact_last_name, vendor_contact_first_name FROM vendors ORDER vendor_contact_last_name, vendor_contact_first_name ASC and additionally add a WHERE clause that limits the
Write the same SELECT statement from SELECT vendor_name, vendor_contact_last_name, vendor_contact_first_name FROM vendors ORDER vendor_contact_last_name, vendor_contact_first_name ASC and additionally add a WHERE clause that limits the results to only those last names that begin with A or B. (Hint, LIKE is the way to do this; this will give you 26 rows.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
