Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 9, 2014 01:56
Show Gist options
  • Save sqlparser/10218609 to your computer and use it in GitHub Desktop.
Save sqlparser/10218609 to your computer and use it in GitHub Desktop.
Capitalization datatype
CREATE TABLE dept(deptno NUMBER(2),
dname VARCHAR2(14),
loc VARCHAR2(13))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment