Sorry, but "sql" does not identify the School Subject for us. Please look to the upper left-hand column in red.
Sra
Write a SELECT statement that returns four columns based on the InvoiceDate column of the Invoices table:
• Use the CAST function to return the first column as data type varchar.
• Use the CONVERT function to return the second and third columns as a varchar, using style 1 and style 10, respectively.
• Use the CAST function to return the fourth column as data type real.
1 answer