Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Add Foreign Key « Constraints « Oracle PL / SQL
Oracle PL / SQL
Constraints
Add Foreign Key
1.
Add Foreign Primary Key
2.
Alter table to add primary key and alter another table to add foreign key
3.
syntax to reference foreign key
4.
Many to many using a primary-key and foreign-key relationship
5.
Three foreign keys in a table
6.
One to many using a primary-key and foreign-key relationship