• What are the advantages of this SQL over using the INFORMATION_SCHEMA views defined in the ISO SQL standard?

    select *

    from INFORMATION_SCHEMA.COLUMNS

    WHERE COLUMN_NAME LIKE '%Employee_Id%'

    SQL = Scarcely Qualifies as a Language