Tables Previous topic Chapter index Next topic

LISTA_OFICINAS

 

Description

(There is no description for table LISTA_OFICINAS)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

NOMBRE

 

CHAR(20)

 

 

 

Triggers

(There are no triggers for table LISTA_OFICINAS)

 

Indices

Index

Fields

Active

Unique

Order

PK_LISTA_OFICINAS

NOMBRE

ASC

 

References

(There are no references for table LISTA_OFICINAS)

 

Referenced By

(There are no tables referenced by table LISTA_OFICINAS)

 

Definition

CREATE TABLE LISTA_OFICINAS (
    NOMBRE  CHAR(20) NOT NULL
);


ALTER TABLE LISTA_OFICINAS ADD CONSTRAINT PK_LISTA_OFICINAS PRIMARY KEY (NOMBRE);

 

     Previous topic Chapter index Next topic