Based on the following query: SELECT EMP_LNAME, EMP_FNAME, EMP_DOB, YEAR(EMP_DOB) AS YEAR FROM EMPLOYEE WHERE YEAR(EMP_DOB) =

Question:

Based on the following query:

SELECT        EMP_LNAME, EMP_FNAME, EMP_DOB, YEAR(EMP_DOB) AS YEAR

FROM            EMPLOYEE

WHERE         YEAR(EMP_DOB) = 1966;


What is the likely data sparsity of the EMP_DOB column?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: