Posted by: cp21 November 11, 2015
need statement without FROM clause
Login in to Rate this Post:     0       ?        
Write a SELECT statement without a FROM clause that creates a row with these columns:
Price 100 (dollars)
TaxRate .07 (7 percent)
TaxAmount The price multiplied by the tax
Total The price plus tax
To calculate the fourth column, add the expressions you used for the first and third columns
Read Full Discussion Thread for this article