Questão número 292399

Nas questões 53 até 60 considere um banco de dados relacional constituído pelas tabelas X, Y e Z, cujas instâncias são mostradas a seguir.

Observe o resultado de uma consulta mostrado a seguir.

                                 

O comando SQL que NÃO produz o resultado acima é:

  • A.

    select x.*

     from x

    where not exists (select * from z where z.a=x.a)

    union all

    select y.*

    from y

    where not exists (select * from z where z.c=y.c)

  • B.

    select 6 a, 3 b

    union

    select y.*

     from y

    where not exists (select * from z where z.c=y.c)

  • C.

    select x.*

    from x

    where not exists (select * from z where z.a=x.a)

  • D.

    select x.*

    from x

    where not exists (select * from z where z.a=x.a)

     union select 6,3

  • E.

    select x.*

    from x

    where not exists (select * from z where z.a=x.a)

    union all

    select 6,3

Próxima Questão
Provas e Concursos

O Provas e Concursos é um banco de dados de questões de concursos públicos organizadas por matéria, assunto, ano, banca organizadora, etc

{TITLE}

{CONTENT}

{TITLE}

{CONTENT}
Provas e Concursos
0%
Aguarde, enviando solicitação!

Aguarde, enviando solicitação...