22.
What is the need of "column Aliases" in "SELECT" clause?

24.
The following MySQL statement belongs to which condition types?
SELECT fname
FROM person
WHERE fed_id=’111-11-111’;