Considere as tabelas relacionais, e respectivas instâncias, mostradas a seguir.



O comando SQL

select A from X1 where
not exists
(select * from X3 where
not exists
(select * from X2 where
X1.A=X2.C and X3.B=X2.D))

produz um resultado com apenas uma coluna, cujo(s) valor(es) é/são: