MCQs > IT & Programming > DB2 Programming > How do you concatenate the FIRSTNAME and LASTNAME from EMPLOYEE table to give a complete name?

DB2 Programming MCQs

How do you concatenate the FIRSTNAME and LASTNAME from EMPLOYEE table to give a complete name?


Answer

Correct Answer: SELECT FIRSTNAME || ' ' || LASTNAME FROM EMPLOYEE;

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DB2 Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DB2 Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it