Computer Science, asked by akgamer3334, 4 months ago

write the sql query to print the first three characters fo FIRST NAME from worker table​

Answers

Answered by mail2dimpee
0

Answer:

SELECT FIRST_NAME  AS "WORKER_NAME"

FROM Worker;

Similar questions