adding test scripts
[csql.git] / test / tools / csql / exp.test146.ksh
blobadc5d24b836f42cb8229b31bd2e89b02d70044f2
1 echo CREATE TABLE t1(f1 int,f2 int,primary key(f1));
2 Statement Executed
3 echo CREATE TABLE t2(f3 int,f4 int,primary key(f3));
4 Statement Executed
5 echo CREATE TABLE t3(f5 int,f6 int,foreign key(f5) references t1(f1),foreign key(f6) references t2(f3));
6 Statement Executed
7 Statement Executed
8 Statement Executed
9 Statement Executed