IBM
C2090-610 · Question #125
C2090-610 Question #125: Real Exam Question with Answer & Explanation
Sign in or unlock C2090-610 to reveal the answer and full explanation for question #125. The question stem and answer options stay visible for context.
Question
An SQL function designed to convert temperatures from Fahrenheit to Celsius was created as follows: How can this function be used to convert average temperature (AVG_TEMP) data stored in a table called CLIMATE_INFO?
Options
- ACALL conv_temp(climate_info.avg_temp);
- BCALL convert_ftoc(climate_info.avg_temp);
- CSELECT conv_temp(avg_temp) FROM climate_info;
- DSELECT convert_ftoc(avg_temp) FROM climate_info;
Unlock C2090-610 to see the answer
You've previewed enough free C2090-610 questions. Unlock C2090-610 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.