The same applies to "Sql", this word is also reserved in vba (QueryTables collection), e.g.:
    ActiveSheet.QueryTables.Add(Connection:=connstring, Destination:=Range("A1"), Sql:=sqlstring)
It's true that nothing 'terrible' happens, but ... who knows ...