
/* Code Fragment 4.3 What is Bob's date of birth? */

SELECT BIRTH_DATE
FROM EMPLOYEES
WHERE FIRST_NAME = 'Bob'
