Question: CIS 2 7 6 DB Module 3 Assignment 1 . Write a select statement that returns all rows from the Vendors table. 2 . Write
CISDB
Module Assignment
Write a select statement that returns all rows from the Vendors
table.
Write a select statement that returns the InvoiceNumber,
InvoiceDate and InvoiceTotal
columns from the Invoice table
Write a select statement that returns the VendorName, VendorCity,
VendorState and
VendorPhone columns from the Vendors table. Alias the following
columns:
VendorState State VendorCity City and VendorPhone Phone
Write a select statement that returns InvoiceNumber and a
calculated column aliased
as BalanceDue from the Invoice Table balance is calculated as follows:
InvoiceTotal
minus PaymentTotal minus CreditTotal
Write a select statement that returns the top percent from the
Invoice table. Include
the following columns: InvoiceNumber, InvoiceDate and InvoiceTotal.
Write a select statement that returns VendorName,
VendorContactFName,
VendorContactLName from the Vendors table. Alias the following
columns:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
