How do you concatenate a string?

Answer:

v can concatenate two string by using a function like:

select CONCAT( CONCAT('ename','e_mrks'),"name","marks"

from student;

First answer by ID1950676526. Last edit by ID1950676526. Question popularity: 2 [recommend question].