SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table estudante( id_estudante int not null primary key, ra char(9)not null unique, nome varchar2(40) not null, nota number(3,1) ); create table cliente( id_Cliente int not primary key, endereco varchar(50) not , nome varchar(50) not , cpf char(11) not unique, data_nasc date not , telefone char(11) not unique desc cliente; ); -- cliente -- id_cliente -- nome -- cpf -- data_nasc --telefone

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear