| customer | ||||||||||||||||||||||
| customerid |
| name | city | street | phone | fax | ||||||||||||||||
| Name | Type | Fields |
|---|---|---|
| title | table | titleid,title, |
| Table | Source Table | Source Field | Destination Table | Destination Field | is Foreign Key | Descr. | Deferrable | Initially Deferred | Constraint Name | MATCH |
| customer | customer | customerid | orders | customerid | 0 | ON DELETE RESTRICT | f | f | | UNSPECIFIED |
| customer | customer | customerid | orders | customerid | 0 | ON UPDATE CASCADE | t | t | | UNSPECIFIED |
| orders | orders | orderid | invoice | orderid | 0 | ON DELETE RESTRICT | f | f | fororders | FULL |
| orders | orders | orderid | invoice | orderid | 0 | ON UPDATE CASCADE | f | f | fororders | FULL |
| orders | customer | customerid | orders | customerid | 1 | FOREIGN KEY ... REFERENCES | t | t | | UNSPECIFIED |
| invoice | orders | orderid | invoice | orderid | 1 | FOREIGN KEY ... REFERENCES | f | f | fororders | FULL |