///
Analise os comandos SQL a seguir, todos sintaticamente corretos no MS SQL Server.
I. select 10;
II. select avg(case when t.a > 1000 then t.a else 1000 end) media from t;
III. update t set a = tt.b from tt where t.a = tt.a;
De acordo com as regras sintáticas do Oracle 11g, está correto o que se afirma em