//Criar tabela Produto
CREATE TABLE PRODUTO
(CD_PROD number(10,0) constraint PK_PROD primary key,
DESCRICAO_PROD varchar(40), VALOR_UNIT number(5)
);
Acerca do comando acima, assinale a opção INCORRETA.
CREATE TABLE PRODUTO
(CD_PROD number(10,0) constraint PK_PROD primary key,
DESCRICAO_PROD varchar(40), VALOR_UNIT number(5)
);
Acerca do comando acima, assinale a opção INCORRETA.