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

TABULKY

 

Popis

(There is no description for table TABULKY)

 

Pole

PK

FK

Pole

Doména

Typ

NN

Default

Popis

 

ID

T_ID

INTEGER

 

 

 

 

NAZEV

T_STRING20

CHAR(20)

 

 

 

 

POZNAMKA

T_STRING

VARCHAR(255)

 

 

 

Spouště

(There are no triggers for table TABULKY)

 

Indexy

Index

Pole

Aktivní

Unikátní

Order

PK_TABULKY1

ID

ASC

 

References

(There are no references for table TABULKY)

 

Referenced By

(There are no tables referenced by table TABULKY)

 

Definition


CREATE TABLE TABULKY (
    ID        T_ID NOT NULL,
    NAZEV     T_STRING20,
    POZNAMKA  T_STRING
);


ALTER TABLE TABULKY ADD CONSTRAINT PK_TABULKY1 PRIMARY KEY (ID);

 

     Previous topic Chapter index Next topic