SELECT CONCAT(first_name, ' ', middle_name, '', last_name) as name FROM `customers`;

BY Best Interview Question ON 20 Sep 2022