You are on page 1of 23

SAP PowerDesigner

Physical Data Model Report

Model: mantenimiento
Report: Full Physical Report

Author: JAVIER CEVALLOS


Version:
Date: 14/12/2023
Summary:
Physical Data Model mantenimiento Report Full Physical Report

Table of Contents

The 'Table of Contents' field needs to be updated!

SAP PowerDesigner 14/12/2023 Page 2 of 23


Physical Data Model mantenimiento

I Specifications
Include specifications here...

PowerDesigner 14/12/2023 Page 3


Physical Data Model mantenimiento

II Model information
II.1 Card of model mantenimiento
Name mantenimiento
Code MANTENIMIENTO
Comment
DBMS SAP SQL Anywhere 16
Database <None>

PowerDesigner 14/12/2023 Page 4


Physical Data Model mantenimiento

III PDM Diagrams


III.1 Model level diagrams
III.1.1Diagram mantenimiento
cliente
clie_codi integer <pk> mantnimiento
clie_cedu numeric(13) mant_codi integer <pk>
clie_apel varchar(40) clie_codi integer <fk>
clie_nomb varchar(40) mant_tipo varchar(15)
clie_emai varchar(50) mant_cant numeric(5)

PowerDesigner 14/12/2023 Page 5


Physical Data Model mantenimiento

IV Physical diagrams objects


IV.1References
IV.1.1Model level references

IV.1.1.1 List of references


Name Code Parent Table Child Table
cliente_matenimiento CLIENTE_MATENIM cliente mantnimiento
IENTO

IV.1.1.2 Reference cliente_matenimiento

IV.1.1.2.1 Card of reference cliente_matenimiento


Name cliente_matenimiento
Code CLIENTE_MATENIMIENTO
Parent Table cliente
Child Table mantnimiento

IV.1.1.2.2 Code preview of the reference cliente_matenimiento


if exists(select 1 from sys.sysforeignkey where role='FK_MANTNIMI_CLIENTE_M_CLIENTE') then
alter table MANTNIMIENTO
delete foreign key FK_MANTNIMI_CLIENTE_M_CLIENTE
end if;

alter table MANTNIMIENTO


add constraint FK_MANTNIMI_CLIENTE_M_CLIENTE foreign key (CLIE_CODI)
references CLIENTE (CLIE_CODI)
on update restrict
on delete restrict;

IV.1.1.2.3 List of diagrams containing the reference cliente_matenimiento


Name Code
mantenimiento MANTENIMIENTO

IV.1.1.2.4 List of reference joins of the reference cliente_matenimiento


Parent Table Column Child Table Column
clie_codi clie_codi

PowerDesigner 14/12/2023 Page 6


Physical Data Model mantenimiento

IV.2Tables
IV.2.1Model level tables

IV.2.1.1 List of tables


Name Code
cliente CLIENTE
mantnimiento MANTNIMIENTO

IV.2.1.2 List of table columns


Name Code
clie_codi CLIE_CODI
clie_cedu CLIE_CEDU
clie_apel CLIE_APEL
clie_nomb CLIE_NOMB
clie_emai CLIE_EMAI
mant_codi MANT_CODI
clie_codi CLIE_CODI
mant_tipo MANT_TIPO
mant_cant MANT_CANT

IV.2.1.3 List of table keys


Name Code Table
Identifier_1 IDENTIFIER_1 cliente
Identifier_1 IDENTIFIER_1 mantnimiento

IV.2.1.4 List of table indexes


Name Code Uniqu Cluste Prima Forei Altern Table
e r ry gn ate
Key Key
CLIENTE_PK CLIENTE_PK X X X cliente
MANTNIMIE MANTNIMIEN X X X mantnimiento
NTO_PK TO_PK
CLIENTE_MA CLIENTE_MAT X mantnimiento
TENIMIENTO ENIMIENTO_F
_FK K

PowerDesigner 14/12/2023 Page 7


Physical Data Model mantenimiento

IV.2.1.5 Table cliente

IV.2.1.5.1 Card of table cliente


Name cliente
Code CLIENTE
DBMS SAP SQL Anywhere 16

IV.2.1.5.2 Check constraint name of the table cliente


CKT_CLIENTE

IV.2.1.5.3 Server validation rule of the table cliente


%RULES%

IV.2.1.5.4 Code preview of the table cliente


drop index if exists CLIENTE.CLIENTE_PK;

drop table if exists CLIENTE;

/*==============================================================*/
/* Table: CLIENTE */
/*==============================================================*/
create table CLIENTE
(
CLIE_CODI integer not null,
CLIE_CEDU numeric(13) null,
CLIE_APEL varchar(40) null,
CLIE_NOMB varchar(40) null,
CLIE_EMAI varchar(50) null,
constraint PK_CLIENTE primary key clustered (CLIE_CODI)
);

/*==============================================================*/
/* Index: CLIENTE_PK */
/*==============================================================*/
create unique clustered index CLIENTE_PK on CLIENTE (
CLIE_CODI ASC
);

IV.2.1.5.5 List of diagrams containing the table cliente


Name Code
mantenimiento MANTENIMIENTO

IV.2.1.5.6 List of incoming references of the table cliente


Name Code
cliente_matenimiento CLIENTE_MATENIMIENTO

PowerDesigner 14/12/2023 Page 8


Physical Data Model mantenimiento

IV.2.1.5.7 List of all dependencies of the table cliente


Name Code Class Name
cliente_matenimiento CLIENTE_MATENIMIENTO Reference

IV.2.1.5.8 List of extended attributes of the table cliente


Name Data Type Value Target Name
At (Physical Option) SAP SQL Anywhere 16
DbspaceIn (Physical Option) SAP SQL Anywhere 16
Encrypted (Physical Option) false SAP SQL Anywhere 16
PctFree (Integer) SAP SQL Anywhere 16
TemporaryTable (String) SAP SQL Anywhere 16

IV.2.1.5.9 List of columns of the table cliente


Name Code
clie_codi CLIE_CODI
clie_cedu CLIE_CEDU
clie_apel CLIE_APEL
clie_nomb CLIE_NOMB
clie_emai CLIE_EMAI

IV.2.1.5.10 Column clie_codi of the table cliente

IV.2.1.5.10.1Card of the column clie_codi of the table cliente


Name clie_codi
Code CLIE_CODI
Data Type integer
Mandatory Yes

IV.2.1.5.10.2Check constraint name of the column clie_codi of the table cliente


CKC_CLIE_CODI_CLIENTE

IV.2.1.5.10.3Check of the column clie_codi of the table cliente


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.5.10.4Server validation rule of the column clie_codi of the table cliente

PowerDesigner 14/12/2023 Page 9


Physical Data Model mantenimiento

%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.5.10.5List of all dependencies of the table column clie_codi


Name Code Class Name
clie_codi CLIE_CODI Index Column
? ? Reference Join
Identifier_1 IDENTIFIER_1 Key

IV.2.1.5.10.6List of extended attributes of the table column clie_codi


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.5.11 Column clie_cedu of the table cliente

IV.2.1.5.11.1Card of the column clie_cedu of the table cliente


Name clie_cedu
Code CLIE_CEDU
Data Type numeric(13)
Mandatory No

IV.2.1.5.11.2Check constraint name of the column clie_cedu of the table cliente


CKC_CLIE_CEDU_CLIENTE

IV.2.1.5.11.3Check of the column clie_cedu of the table cliente


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.5.11.4Server validation rule of the column clie_cedu of the table cliente


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.5.11.5List of extended attributes of the table column clie_cedu


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.5.12 Column clie_apel of the table cliente

PowerDesigner 14/12/2023 Page 10


Physical Data Model mantenimiento

IV.2.1.5.12.1Card of the column clie_apel of the table cliente


Name clie_apel
Code CLIE_APEL
Data Type varchar(40)
Mandatory No

IV.2.1.5.12.2Check constraint name of the column clie_apel of the table cliente


CKC_CLIE_APEL_CLIENTE

IV.2.1.5.12.3Check of the column clie_apel of the table cliente


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.5.12.4Server validation rule of the column clie_apel of the table cliente


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.5.12.5List of extended attributes of the table column clie_apel


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.5.13 Column clie_nomb of the table cliente

IV.2.1.5.13.1Card of the column clie_nomb of the table cliente


Name clie_nomb
Code CLIE_NOMB
Data Type varchar(40)
Mandatory No

IV.2.1.5.13.2Check constraint name of the column clie_nomb of the table cliente


CKC_CLIE_NOMB_CLIENTE

IV.2.1.5.13.3Check of the column clie_nomb of the table cliente


Minimum Value
Maximum Value
Default Value
Unit

PowerDesigner 14/12/2023 Page 11


Physical Data Model mantenimiento

Format
Cannot Modify No
List Of Values

IV.2.1.5.13.4Server validation rule of the column clie_nomb of the table cliente


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.5.13.5List of extended attributes of the table column clie_nomb


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.5.14 Column clie_emai of the table cliente

IV.2.1.5.14.1Card of the column clie_emai of the table cliente


Name clie_emai
Code CLIE_EMAI
Data Type varchar(50)
Mandatory No

IV.2.1.5.14.2Check constraint name of the column clie_emai of the table cliente


CKC_CLIE_EMAI_CLIENTE

IV.2.1.5.14.3Check of the column clie_emai of the table cliente


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.5.14.4Server validation rule of the column clie_emai of the table cliente


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.5.14.5List of extended attributes of the table column clie_emai


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.5.15 List of keys of the table cliente

PowerDesigner 14/12/2023 Page 12


Physical Data Model mantenimiento

Name Code Primary


Identifier_1 IDENTIFIER_1 X

IV.2.1.5.16 Key Identifier_1 of the table cliente

IV.2.1.5.16.1Card of the key Identifier_1 of the table cliente


Name Identifier_1
Code IDENTIFIER_1
Table cliente

IV.2.1.5.16.2Code preview of the key Identifier_1 of the table cliente


if exists(
select 1 from sys.sysconstraint k
join sys.systab t on (t.object_id = k.table_object_id and t.table_name='CLIENTE')
where
k.constraint_type = 'P'
) then
alter table CLIENTE
delete primary key
end if;

IV.2.1.5.16.3List of columns of the table key Identifier_1


Name Code
clie_codi CLIE_CODI

IV.2.1.5.16.4List of all dependencies of the table key Identifier_1


Name Code Class Name
cliente_matenimiento CLIENTE_MATENIMIENTO Reference
CLIENTE_PK CLIENTE_PK Index

IV.2.1.5.17 List of indexes of the table cliente


Name Code Unique Cluster Primary Foreign Alternate
Key Key
CLIENTE_PK CLIENTE_PK X X X

IV.2.1.5.18 Index CLIENTE_PK of the table cliente

IV.2.1.5.18.1Card of the index CLIENTE_PK of the table cliente


Name CLIENTE_PK
Code CLIENTE_PK
Unique Yes

PowerDesigner 14/12/2023 Page 13


Physical Data Model mantenimiento

Cluster Yes
Primary Yes
Foreign Key No
Alternate Key No
Table cliente

IV.2.1.5.18.2Code preview of the index CLIENTE_PK of the table cliente


drop index if exists CLIENTE.CLIENTE_PK;

/*==============================================================*/
/* Index: CLIENTE_PK */
/*==============================================================*/
create unique clustered index CLIENTE_PK on CLIENTE (
CLIE_CODI ASC
);

IV.2.1.5.18.3List of index columns of the table index CLIENTE_PK


Name Code
clie_codi CLIE_CODI

IV.2.1.5.18.4List of extended attributes of the table index CLIENTE_PK


Name Data Type Value Target Name
DelimitedBy (Physical Option) SAP SQL Anywhere 16
In (Physical Option) SAP SQL Anywhere 16
Limit (Physical Option) SAP SQL Anywhere 16
Notify (Physical Option) SAP SQL Anywhere 16
TextIndex (Boolean) false SAP SQL Anywhere 16
Virtual (Boolean) false SAP SQL Anywhere 16

IV.2.1.6 Table mantnimiento

IV.2.1.6.1 Card of table mantnimiento


Name mantnimiento
Code MANTNIMIENTO
DBMS SAP SQL Anywhere 16

IV.2.1.6.2 Check constraint name of the table mantnimiento


CKT_MANTNIMIENTO

IV.2.1.6.3 Server validation rule of the table mantnimiento


%RULES%

PowerDesigner 14/12/2023 Page 14


Physical Data Model mantenimiento

IV.2.1.6.4 Code preview of the table mantnimiento


if exists(select 1 from sys.sysforeignkey where role='FK_MANTNIMI_CLIENTE_M_CLIENTE') then
alter table MANTNIMIENTO
delete foreign key FK_MANTNIMI_CLIENTE_M_CLIENTE
end if;

drop index if exists MANTNIMIENTO.CLIENTE_MATENIMIENTO_FK;

drop index if exists MANTNIMIENTO.MANTNIMIENTO_PK;

drop table if exists MANTNIMIENTO;

/*==============================================================*/
/* Table: MANTNIMIENTO */
/*==============================================================*/
create table MANTNIMIENTO
(
MANT_CODI integer not null,
CLIE_CODI integer null,
MANT_TIPO varchar(15) null,
MANT_CANT numeric(5) null,
constraint PK_MANTNIMIENTO primary key clustered (MANT_CODI)
);

/*==============================================================*/
/* Index: MANTNIMIENTO_PK */
/*==============================================================*/
create unique clustered index MANTNIMIENTO_PK on MANTNIMIENTO (
MANT_CODI ASC
);

/*==============================================================*/
/* Index: CLIENTE_MATENIMIENTO_FK */
/*==============================================================*/
create index CLIENTE_MATENIMIENTO_FK on MANTNIMIENTO (
CLIE_CODI ASC
);

alter table MANTNIMIENTO


add constraint FK_MANTNIMI_CLIENTE_M_CLIENTE foreign key (CLIE_CODI)
references CLIENTE (CLIE_CODI)
on update restrict
on delete restrict;

IV.2.1.6.5 List of diagrams containing the table mantnimiento


Name Code
mantenimiento MANTENIMIENTO

IV.2.1.6.6 List of outgoing references of the table mantnimiento


Name Code Foreign Key Columns
cliente_matenimiento CLIENTE_MATENIMIEN clie_codi

PowerDesigner 14/12/2023 Page 15


Physical Data Model mantenimiento

TO

IV.2.1.6.7 List of all dependencies of the table mantnimiento


Name Code Class Name
cliente_matenimiento CLIENTE_MATENIMIENTO Reference

IV.2.1.6.8 List of extended attributes of the table mantnimiento


Name Data Type Value Target Name
At (Physical Option) SAP SQL Anywhere 16
DbspaceIn (Physical Option) SAP SQL Anywhere 16
Encrypted (Physical Option) false SAP SQL Anywhere 16
PctFree (Integer) SAP SQL Anywhere 16
TemporaryTable (String) SAP SQL Anywhere 16

IV.2.1.6.9 List of columns of the table mantnimiento


Name Code
mant_codi MANT_CODI
clie_codi CLIE_CODI
mant_tipo MANT_TIPO
mant_cant MANT_CANT

IV.2.1.6.10 Column mant_codi of the table mantnimiento

IV.2.1.6.10.1Card of the column mant_codi of the table mantnimiento


Name mant_codi
Code MANT_CODI
Data Type integer
Mandatory Yes

IV.2.1.6.10.2Check constraint name of the column mant_codi of the table mantnimiento


CKC_MANT_CODI_MANTNIMI

IV.2.1.6.10.3Check of the column mant_codi of the table mantnimiento


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

PowerDesigner 14/12/2023 Page 16


Physical Data Model mantenimiento

IV.2.1.6.10.4Server validation rule of the column mant_codi of the table mantnimiento


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.6.10.5List of all dependencies of the table column mant_codi


Name Code Class Name
Identifier_1 IDENTIFIER_1 Key
mant_codi MANT_CODI Index Column

IV.2.1.6.10.6List of extended attributes of the table column mant_codi


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.6.11 Column clie_codi of the table mantnimiento

IV.2.1.6.11.1Card of the column clie_codi of the table mantnimiento


Name clie_codi
Code CLIE_CODI
Data Type integer
Mandatory No

IV.2.1.6.11.2Check constraint name of the column clie_codi of the table mantnimiento


CKC_CLIE_CODI_MANTNIMI

IV.2.1.6.11.3Check of the column clie_codi of the table mantnimiento


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.6.11.4Server validation rule of the column clie_codi of the table mantnimiento


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.6.11.5List of all dependencies of the table column clie_codi


Name Code Class Name
clie_codi CLIE_CODI Index Column
? ? Reference Join

IV.2.1.6.11.6List of extended attributes of the table column clie_codi

PowerDesigner 14/12/2023 Page 17


Physical Data Model mantenimiento

Name Data Type Value Target Name


Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.6.12 Column mant_tipo of the table mantnimiento

IV.2.1.6.12.1Card of the column mant_tipo of the table mantnimiento


Name mant_tipo
Code MANT_TIPO
Data Type varchar(15)
Mandatory No

IV.2.1.6.12.2Check constraint name of the column mant_tipo of the table mantnimiento


CKC_MANT_TIPO_MANTNIMI

IV.2.1.6.12.3Check of the column mant_tipo of the table mantnimiento


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.6.12.4Server validation rule of the column mant_tipo of the table mantnimiento


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.6.12.5List of extended attributes of the table column mant_tipo


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.6.13 Column mant_cant of the table mantnimiento

IV.2.1.6.13.1Card of the column mant_cant of the table mantnimiento


Name mant_cant
Code MANT_CANT
Data Type numeric(5)
Mandatory No

IV.2.1.6.13.2Check constraint name of the column mant_cant of the table mantnimiento

PowerDesigner 14/12/2023 Page 18


Physical Data Model mantenimiento

CKC_MANT_CANT_MANTNIMI

IV.2.1.6.13.3Check of the column mant_cant of the table mantnimiento


Minimum Value
Maximum Value
Default Value
Unit
Format
Cannot Modify No
List Of Values

IV.2.1.6.13.4Server validation rule of the column mant_cant of the table mantnimiento


%MINMAX% and %LISTVAL% and %CASE% and %RULES%

IV.2.1.6.13.5List of extended attributes of the table column mant_cant


Name Data Type Value Target Name
Compressed (Boolean) false SAP SQL Anywhere 16
DefaultExt (String) SAP SQL Anywhere 16

IV.2.1.6.14 List of keys of the table mantnimiento


Name Code Primary
Identifier_1 IDENTIFIER_1 X

IV.2.1.6.15 Key Identifier_1 of the table mantnimiento

IV.2.1.6.15.1Card of the key Identifier_1 of the table mantnimiento


Name Identifier_1
Code IDENTIFIER_1
Table mantnimiento

IV.2.1.6.15.2Code preview of the key Identifier_1 of the table mantnimiento


if exists(
select 1 from sys.sysconstraint k
join sys.systab t on (t.object_id = k.table_object_id and t.table_name='MANTNIMIENTO')
where
k.constraint_type = 'P'
) then
alter table MANTNIMIENTO
delete primary key
end if;

IV.2.1.6.15.3List of columns of the table key Identifier_1


Name Code

PowerDesigner 14/12/2023 Page 19


Physical Data Model mantenimiento

mant_codi MANT_CODI

IV.2.1.6.15.4List of all dependencies of the table key Identifier_1


Name Code Class Name
MANTNIMIENTO_PK MANTNIMIENTO_PK Index

IV.2.1.6.16 List of indexes of the table mantnimiento


Name Code Unique Cluster Primary Foreign Alternate
Key Key
MANTNIMIEN MANTNIMIENT X X X
TO_PK O_PK
CLIENTE_MAT CLIENTE_MAT X
ENIMIENTO_F ENIMIENTO_FK
K

IV.2.1.6.17 Index MANTNIMIENTO_PK of the table mantnimiento

IV.2.1.6.17.1Card of the index MANTNIMIENTO_PK of the table mantnimiento


Name MANTNIMIENTO_PK
Code MANTNIMIENTO_PK
Unique Yes
Cluster Yes
Primary Yes
Foreign Key No
Alternate Key No
Table mantnimiento

IV.2.1.6.17.2Code preview of the index MANTNIMIENTO_PK of the table mantnimiento


drop index if exists MANTNIMIENTO.MANTNIMIENTO_PK;

/*==============================================================*/
/* Index: MANTNIMIENTO_PK */
/*==============================================================*/
create unique clustered index MANTNIMIENTO_PK on MANTNIMIENTO (
MANT_CODI ASC
);

IV.2.1.6.17.3List of index columns of the table index MANTNIMIENTO_PK


Name Code
mant_codi MANT_CODI

IV.2.1.6.17.4List of extended attributes of the table index MANTNIMIENTO_PK

PowerDesigner 14/12/2023 Page 20


Physical Data Model mantenimiento

Name Data Type Value Target Name


DelimitedBy (Physical Option) SAP SQL Anywhere 16
In (Physical Option) SAP SQL Anywhere 16
Limit (Physical Option) SAP SQL Anywhere 16
Notify (Physical Option) SAP SQL Anywhere 16
TextIndex (Boolean) false SAP SQL Anywhere 16
Virtual (Boolean) false SAP SQL Anywhere 16

IV.2.1.6.18 Index CLIENTE_MATENIMIENTO_FK of the table mantnimiento

IV.2.1.6.18.1Card of the index CLIENTE_MATENIMIENTO_FK of the table mantnimiento


Name CLIENTE_MATENIMIENTO_FK
Code CLIENTE_MATENIMIENTO_FK
Unique No
Cluster No
Primary No
Foreign Key Yes
Alternate Key No
Table mantnimiento

IV.2.1.6.18.2Code preview of the index CLIENTE_MATENIMIENTO_FK of the table mantnimiento


drop index if exists MANTNIMIENTO.CLIENTE_MATENIMIENTO_FK;

/*==============================================================*/
/* Index: CLIENTE_MATENIMIENTO_FK */
/*==============================================================*/
create index CLIENTE_MATENIMIENTO_FK on MANTNIMIENTO (
CLIE_CODI ASC
);

IV.2.1.6.18.3List of index columns of the table index CLIENTE_MATENIMIENTO_FK


Name Code
clie_codi CLIE_CODI

IV.2.1.6.18.4List of extended attributes of the table index CLIENTE_MATENIMIENTO_FK


Name Data Type Value Target Name
DelimitedBy (Physical Option) SAP SQL Anywhere 16
In (Physical Option) SAP SQL Anywhere 16
Limit (Physical Option) SAP SQL Anywhere 16
Notify (Physical Option) SAP SQL Anywhere 16
TextIndex (Boolean) false SAP SQL Anywhere 16
Virtual (Boolean) false SAP SQL Anywhere 16

PowerDesigner 14/12/2023 Page 21


Physical Data Model mantenimiento

PowerDesigner 14/12/2023 Page 22


Physical Data Model mantenimiento

PowerDesigner 14/12/2023 Page 23

You might also like