Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created July 29, 2011 09:13
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 mariuz/1113493 to your computer and use it in GitHub Desktop.
Save mariuz/1113493 to your computer and use it in GitHub Desktop.
key size test
CREATE TABLE PRODUCTS
(
COMPANY_CODE varchar(2) NOT NULL,
REF_NUMBER varchar(256) NOT NULL,
"DESC" varchar(100),
CONSTRAINT PRODUCTS_PK PRIMARY KEY (COMPANY_CODE,REF_NUMBER)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment