Seja o seguinte comando SQL-92.
create table agencia
(cdagencia char(08) not null,
cidade char(30) not null,
estado char(2) not null,
fundos integer,
________ (cdagencia),
________
(estado ______("RJ","SP")
Assinale a opção que apresenta as instruções que completam
correta e respectivamente o comando acima.







