Which SELECT statement will display the style, color, and lot_no for all cars based on model?
A. Select style, color, lot_no
From auto
Where model = upper('&model');
B. Select style, color, lot_no
From auto
Where model = '&model';
Thank you.
|
Results 1 to 10 of 15
Thread: UPPER QuestionThreaded View
|
Click Here to Expand Forum to Full Width |