MCQs > IT & Programming > MySQL > Is it possible to use group by clause to concatenate strings?

MySQL MCQs

Is it possible to use group by clause to concatenate strings?

Answer

Correct Answer: Yes, use SELECT identifier, GROUP_CONCAT(string SEPARATOR ' ') FROM table_name GROUP BY identifier.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it