Write a SELECT statement that returns these column names and data from the Invoices table: Due Date The invoice_due_date column Invoice Total The invoice_total column 10% 10% of the value of invoice_total Plus 10% The value of invoice_total plus 10% Return only the rows with an invoice total that’s greater than or equal to 500 and less than or equal to 1000. This should retrieve 12 rows. Sort the result set in descending sequence by invoice_due_date. 9. Write a SELECT statement that returns these columns from the Invoices. Im having the hardest time trying to code this.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here