HomeMySQL Functions Write a query against the EMPL table to show the names of all employees concatenated with their jobtypes. 0 Comments Facebook Twitter Q. Write a query against the EMPL table to show the names of all employees concatenated with their jobtypes.Answer =SELECT CONCAT (ename, job) FROM Empl;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )