What will be the result of the following two queries?
1. SELECT POW(2.2):
2. SELECT POWER(2.3):
Correct Answer: Query 1 will return 4. while query 2 will return 8.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions