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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!