Sobre o comando SQL abaixo, é INCORRETO afirmar:
CREATE TABLE Conta (
numero int primary key,
agencia varchar(15) not null,
saldo numeric (12,2));
Sobre o comando SQL abaixo, é INCORRETO afirmar:
CREATE TABLE Conta (
numero int primary key,
agencia varchar(15) not null,
saldo numeric (12,2));