Considere os seguintes comandos SQL: I. select * from R wher...
Próximas questões
Com base no mesmo assunto
Ano: 2008
Banca:
NCE-UFRJ
Órgão:
UFRJ
Prova:
NCE-UFRJ - 2008 - ACAPLAM-PB - Analista de Tecnologia da Informação |
Q162870
Banco de Dados
Considere os seguintes comandos SQL:
I. select * from R where a not in (select a from S)
II. select * from R where not exists (select * from S where R.a=S.a)
III. select * from R where a <> all (select a from S)
IV. select * from R where count(select * from S where R.a=S.a)=0
Pode-se concluir que produzem o mesmo resultado somente os comandos:
I. select * from R where a not in (select a from S)
II. select * from R where not exists (select * from S where R.a=S.a)
III. select * from R where a <> all (select a from S)
IV. select * from R where count(select * from S where R.a=S.a)=0
Pode-se concluir que produzem o mesmo resultado somente os comandos: