Question: Write a SELECT statement that will return the TradingSymbol column only from the rows where PurchasePrice is greater than 25.00.
Write a SELECT statement that will return the TradingSymbol column only from the rows where PurchasePrice is greater than 25.00.
Step by Step Solution
3.44 Rating (163 Votes )
There are 3 Steps involved in it
SELECT TradingSymbol FROM Table WHERE PurchasePrice 2500 Explanation SELECT TradingSymbol T... View full answer
Get step-by-step solutions from verified subject matter experts
