Viewing 15 posts - 1 through 15 (of 15 total)
Thank all of you, I am just a new kid on the block
January 7, 2012 at 4:47 am
ok Dev thanks any way
January 7, 2012 at 4:41 am
well this morning I am trying on pretty similar thing but with no success. take a look at this
CREATE TABLE COURSE
(
CID ...
January 7, 2012 at 4:27 am
no the table name is actually called "fact_table". the idea is to insert td1id and td2id into the "fact_table.
January 7, 2012 at 4:01 am
create table test1 (t1id number (pk), t1name varchar2(5), t1job varchar2(20));
insert into test1 values (10, 'Paul', 'Driver');
insert into test1 values (11, smith', 'Chef');
insert into test1 values (13, 'andy', 'police');
create table test2...
January 7, 2012 at 3:24 am
I understand the concept but I am having problem with the implimentation. that said all that you have said have done with clear understanding.
January 6, 2012 at 9:51 am
sql developer in fact I just copy the syntax, i know that the quataion marks are not allow
January 6, 2012 at 8:36 am
ok let put it this way, I will change the name of the table
:alien:
January 6, 2012 at 7:58 am
just name them like to differentiate the tables, in reality the name convention are different
January 6, 2012 at 7:50 am
so far I have created the table base on your advice, and my time table looks likes this:
CREATE TABLE "DIM_TIME"
(
"TIME_KEY" NUMBER,
...
January 6, 2012 at 7:17 am
Viewing 15 posts - 1 through 15 (of 15 total)