Question: SQL Write a SELECT statement that returns four columns from the Invoice table, named Number, Total, Credits and Balance: Number Column alias for the InvoiceNumber
SQL
Write a SELECT statement that returns four columns from the Invoice table, named Number, Total, Credits and Balance: Number Column alias for the InvoiceNumber column Total Column alias for the InvoiceTotal column Credits Sum of the PaymentTotal and CreditTotal columns Balance InvoiceTotal minus the sum of PaymentTotal and CreditTotal Use AS keyword to assign column aliases.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
