Question: What is the SQL command to list values in attribute EYE_COLOR in TABLE EYE_COLORS whos alias is EC that links to attribute EYE_COLOR_CODE a FK

What is the SQL command to list values in attribute "EYE_COLOR" in TABLE "EYE_COLORS" whos alias is EC that links to attribute "EYE_COLOR_CODE" a FK in table "MONSTERS" whos alias is MSTR. Show only EYE_COLORS of monsters having the "EVIL_POWER" "Glamouring". Drag the options to the provided blanks to construct the rest of the SQL statement. EYE_COLORS AS EC SELECT AS EYE_COLOR_MONSIER_TOTAL, EVIL_POWER = SKIN COLOR DESC FOR ORDER BY EC.EYE_COLOR COUNT(EYE_COLOR) MONSTERS AS MSTR, MSTR.EYE_COLOR_CODE = EC.EYE_COLOR_CODE WHERE DESC AND JOIN Glamouring FROM EYE_COLOR = EYE_COLOR_CODE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
