Bsed on the following query: SELECT EMP_LNAME, EMP_FNAME, EMP_AREACODE, EMP_SEX FROM EMPLOYEE WHERE EMP_SEX = F AND

Question:

Bsed on the following query:

SELECT        EMP_LNAME, EMP_FNAME, EMP_AREACODE, EMP_SEX

FROM          EMPLOYEE 

WHERE        EMP_SEX = ‘F’ AND EMP_AREACODE = ‘615’

ORDER BY   EMP_LNAME, EMP_FNAME;


What is the likely data sparsity of the EMP_SEX 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: