Chris this is something even stranger with the demo build script of mine. This is the structure of the BONUS table I have:
CREATE TABLE BONUS
(
ENAME VARCHAR2(10),
JOB VARCHAR2(9),
SAL NUMBER,
COMM NUMBER
);
So we can easily say that don't use the SCOTT user as your example to teach design :-)




Reply With Quote