Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 18, 2019 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/bcc21f2b962c7ecc4c4e04e48b34cdf7 to your computer and use it in GitHub Desktop.
Save parzibyte/bcc21f2b962c7ecc4c4e04e48b34cdf7 to your computer and use it in GitHub Desktop.
CREATE TABLE clientes(
idCliente VARCHAR(255) NOT NULL,
nombre VARCHAR(255) NOT NULL,
direccion VARCHAR(255) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment