dic_DeathPlace 
Logical Entity Name  dic_DeathPlace 
Default Table Name  dic_DeathPlace 
Physical Only  NO 
Do Not Generate  False 
Owner  dbo 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE dbo.dic_DeathPlace(
     DeathPlaceID      int              NOT NULL,
     DeathPlaceDes     nvarchar(50)     NULL,
     CONSTRAINT PK__dic_Deat__1DD1C35A86F76176 PRIMARY KEY CLUSTERED (DeathPlaceID)
)

go
 
PostSQL   

dic_DeathPlace Columns 
ColumnName  Domain  Datatype  NULL  Definition 
DeathPlaceID(PK)    int  NO 
 
DeathPlaceDes    nvarchar(50)  YES 
 

dic_DeathPlace Primary and Unique Keys 
Key Name  Key Type  Keys 
PK__dic_Deat__1DD1C35A86F76176  PrimaryKey  DeathPlaceID 

dic_DeathPlace Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
death  Non-Identifying  One To Zero or More  FK_death_dic_DeathPlace        NO  NO 

dic_DeathPlace Check Constraints 
Check Constraint Name  CheckConstraint 

dic_DeathPlace Storage 
STORAGE OPTION  STORAGE VALUE 
Filegroup  PRIMARY 
Text Image File Group   

dic_DeathPlace Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 

dic_DeathPlace Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
dic_DeathPlace Security Types 
Name  Current Value 

dic_DeathPlace Bound Attachments 
Name  Current Value 

dic_DeathPlace Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
dbo.dic_DeathPlace 
NO       
Physical (Microsoft SQL Server)
dbo.dic_DeathPlace 
NO       

dic_DeathPlace Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  death 
Physical (Microsoft SQL Server)  Main Model 

dic_DeathPlace Data Movement Rules 
Name  Type  Rule Text/Value