MCQs > IT & Programming > DB2 Programming > How would you retrieve the first 5 characters of FIRSTNAME column of DB2 table EMP?

DB2 Programming MCQs

How would you retrieve the first 5 characters of FIRSTNAME column of DB2 table EMP?


Answer

Correct Answer: SELECT SUBSTR(FIRSTNAME,1,5) FROM EMP;

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