"127.0.0.1:E:\kmodel\BrCCMExV\db\VITKOVICEZPO.FDB". Tabulky Previous topic Chapter index Next topic

TYP_KANALU

 

Popis

(There is no description for table TYP_KANALU)

 

Pole

PK

FK

Pole

Doména

Typ

NN

Default

Popis

 

 

ID

 

INTEGER

 

 

 

 

POPIS

 

VARCHAR(50)

 

 

 

Spouště

(There are no triggers for table TYP_KANALU)

 

Indexy

(There are no indices on table TYP_KANALU)

 

References

(There are no references for table TYP_KANALU)

 

Referenced By

(There are no tables referenced by table TYP_KANALU)

 

Definition


CREATE TABLE TYP_KANALU (
    ID     INTEGER NOT NULL,
    POPIS  VARCHAR(50)
);

 

     Previous topic Chapter index Next topic