O número de registros deletados por esse comando é:
Considere as seguintes tabelas relacionais e respectivas instâncias.
Analise o comando SQL a seguir.
delete from S
where not exists
(select * from R
where R.A=S.C and R.B=S.D)
Considere as seguintes tabelas relacionais e respectivas instâncias.
Analise o comando SQL a seguir.
delete from S
where not exists
(select * from R
where R.A=S.C and R.B=S.D)