https://quizack.com/mysql/mcq/what-will-be-the-result-of-the-following-two-queries-1-select-2-3-2-select-2-3-3-5
What will be the result of the following two queries?
1. SELECT 2+3
2. SELECT 2+(3'3)-5
Query 1 will return 6, while query 2 will return 17.
Query 1 will return 6. while query 2 will return 6.
Query 1 will return 10. while query 2 will retun 17.
Query 1 will return 17, while query 2 will return 6.
Answer:
Query 1 will return 6. while query 2 will return 6.
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions