Question: 1)Write a SELECT statement that returns two columns based on the vendors table.The first column, contact , is the vendor contact name in this format:

1)Write a SELECT statement that returns two columns based on thevendorstable.The first column,contact, is the vendor contact name in this format:vendorContactFName, followed by a space, followed by the first letter ofvendorContactLName, followed by a period.(for example: 'Steven' and 'Smith' would be: 'Steven S.'The second column,phone, is thevendorPhonewithout the area code.Use the string functions to return only rows for vendors in the 559 area code.Sort the result set by first name, then last name.(I return 34 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 Mathematics Questions!