Page 1 of 1

View the Exhibit and examine the structure of the products table.Using the products table, you issue the following query

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
View the Exhibit and examine the structure of the products table.Using the products table, you issue the following query to generate the names, current list price, and discounted list price for all those products whose list price falls below $10 after a discount of 25% is applied on it.The query generates an error. What is the reason for the error?
View The Exhibi 1
View The Exhibi 1 (113.61 KiB) Viewed 319 times
View The Exhibi 2
View The Exhibi 2 (22.58 KiB) Viewed 319 times
A. The parenthesis should be added to enclose the entire expression.
B. The double quotation marks should be removed from the column alias.
C. The column alias should be replaced with the expression in the where clause.
D. The column alias should be put in uppercase and enclosed within double quotation marks in the where clause.