Question
In transact SQL Write a SELECT statement that returns four columns: VendorName (from the Vendors table) Contact (a concatenated column with the firstinitial from the
In transact SQL
Write a SELECT statement that returns four columns: VendorName (from the Vendors table) Contact (a concatenated column with the firstinitial from the VendorContactFName in lowercase and VendorContactLName in all uppercase separatedby a space RealDate (InvoiceDate converted to regular format-i.e., Nov 18, 2013) InvoiceDollars (InvoiceTotal rounded so cents are not displayed-i.e., 107.00) Filter the results to only return records where a balance is due and sort the results by InvoiceDollars from largest to smallest.
Thank you in advance!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started