I'm creating the DB for my TCC and the table Clients are:
create table clients(
id serial primary key,
name varchar(255),
cpf varchar(11),
cnpj varchar(14),
....
I thought of doing a CHECK limiting the OR fill of the CPF or CNPJ, in case th...
asked by
17.08.2017 / 00:58