If first_name contains Edward and last_name contains Williams, what will the solution column contain when this code is e
Posted: Fri Jul 01, 2022 5:46 am
If first_name contains Edward and last_name contains Williams,what will the solution column contain when this code is executed?CONCAT(LOWER(LEFT('Edward',1)), LOWER(LEFT('Williams',7))) ASsolution