My favorites
▼
|
Sign in
javahotel
Hotel Software for small, medium and large
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
examples
/
ntile_sql
/
create_ddl.sql
r586
1
2
3
4
5
6
7
8
9
10
CREATE TABLE EMPNO (GRP INTEGER, EMPNO VARCHAR2(20), ENAME VARCHAR2(100));
CREATE TABLE EMPSALARY (LAST_NAME VARCHAR2(100), SALARY NUMBER);
CREATE TABLE ContestResults (
ColID int NOT NULL,
Category varchar(10) NOT NULL,
Weight int NOT NULL,
Entrant varchar(20) NOT NULL,
CONSTRAINT PK_ContestResults PRIMARY KEY (ColID)
);
Show details
Hide details
Change log
r392
by stanislawbartkowski on Jun 11, 2011
Diff
[No log message]
Go to:
...xamples/ntile_sql/create_ddl.sql
...les/ntile_sql/create_package.sql
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 393 bytes, 10 lines
View raw file
File properties
svn:eol-style
native
Powered by
Google Project Hosting