CBSE Class 12 Informatics Practices
Question 31 of 81
MySQL Functions — Question 13
Back to all questions"Itwasok"
Reason — The CONCAT() function in MySQL is used to concatenate multiple strings into a single string. When we use SELECT CONCAT("It", "was", "ok");, it combines the strings "It", "was", and "ok" without any spaces or additional characters between them.