Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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