πŸ“Š MySQL
Q. What does this query return?
Code:
SELECT CONCAT('My', 'SQL');
  • (A) My SQL
  • (B) My-SQL
  • (C) MySQL
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) MySQL

Explanation: `CONCAT()` joins two or more strings together.

Explanation by: Mr. Dubey
`CONCAT()` joins two or more strings together.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate