![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark -- Mark Harrison Pixar Animation Studios |
|
Mark Harrison Pixar Animation Studios |
#3
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark -- Mark Harrison Pixar Animation Studios |
|
Mark Harrison Pixar Animation Studios |
#4
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark -- Mark Harrison Pixar Animation Studios |
|
Mark Harrison Pixar Animation Studios |
#5
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark -- Mark Harrison Pixar Animation Studios |
|
Mark Harrison Pixar Animation Studios |
#6
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark |
#7
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark |
#8
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark |
#9
| |||
| |||
|
|
I'm doing some FK analysis of our tables by making a directed graph representing FK dependencies and then traversing the graph. In my code, I name everything using directed graph terminology, but I'd like to have something a bit more "user friendly" in the report. In this scenario: create table t1(a varchar2(20)); alter table t1 add constraint t1_fk foreign key(a) references t2(b); t1.a must exist in t2.b. So, t1 is the _______ of t2. t2 is the _______ of t1. Many TIA! Mark |
![]() |
| Thread Tools | |
| Display Modes | |
| |