Write a SELECT statement that returns one column from the Vendors table named vendor_address that joins the vendor_addre

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Write a SELECT statement that returns one column from the Vendors table named vendor_address that joins the vendor_addre

Post by answerhappygod »

Write a SELECT statement that returns one column from theVendors table named vendor_address thatjoins the vendor_address1 and vendor_address2 columns.Format this column with the vendor_address1, one space, four dashes(----), one space and thevendor_address2 like this:Attn: Supt. Window Services ---- PO Box 7005Sort the result set by vendor_name in ascending sequence.Return only those rows where vendor_address1 and vendor_address2are not null and vendor_address2must start with ‘P’.This should give 9 rows. Please show a screenshot of the executedquery.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply