Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `tienda`.`nombre_cliente` (
- `id_Nombre` BIGINT(4) NOT NULL,
- `Nombre` TEXT(60) NOT NULL,
- `Primer_Apellido` TEXT(60) NOT NULL,
- `Segundo_Apellido` TEXT(60) NULL,
- PRIMARY KEY (`id_Nombre`))
- COMMENT = 'Tabla que guarda los datos de cliente';
Advertisement
Add Comment
Please, Sign In to add comment