Generation

text to sql syntaxWed, 22 Mar 2023

Crear dos tablas con constraints

1: Create table clientes ( id int not null primary key, name varchar(255) not null, email varchar(255) not null, password varchar(255) not null) 2: Create table admin ( id int not null primary key, name varchar(255) not null, email varchar(255) not null, password varchar(255) not null)

Questions about programming?Chat with your personal AI assistant