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

ZPUSOB_LITI

 

Popis

(There is no description for table ZPUSOB_LITI)

 

Pole

PK

FK

Pole

Doména

Typ

NN

Default

Popis

 

ID

 

INTEGER

 

Identifikace způsobu lití.

 

 

NAZEV

 

VARCHAR(50)

 

Popis způsobu lití.

 

 

OZNACENI

 

CHAR(1)

 

 

 

Spouště

(There are no triggers for table ZPUSOB_LITI)

 

Indexy

Index

Pole

Aktivní

Unikátní

Order

PK_ZPUSOB_LITI_ID

ID

ASC

 

References

(There are no references for table ZPUSOB_LITI)

 

Referenced By

(There are no tables referenced by table ZPUSOB_LITI)

 

Definition


CREATE TABLE ZPUSOB_LITI (
    ID        INTEGER NOT NULL,
    NAZEV     VARCHAR(50),
    OZNACENI  CHAR(1)
);


ALTER TABLE ZPUSOB_LITI ADD CONSTRAINT PK_ZPUSOB_LITI PRIMARY KEY (ID)
USING INDEX PK_ZPUSOB_LITI_ID;

 

     Previous topic Chapter index Next topic