summaryrefslogtreecommitdiff
path: root/db-4.8.30/test/scr038/data/comments_at_the_end.sql
blob: 8ae5387b852bcb2844819c2fc3b6e1c2bd06d204 (plain)
1
2
3
4
5
6
CREATE DATABASE numismatics;  /*+ CACHESIZE = 16m */

CREATE TABLE coin (cid INT(8) PRIMARY KEY,
                       unit VARCHAR(20));

/* This is the end of sql. */