dic_religion 
Logical Entity Name  dic_religion 
Default Table Name  dic_religion 
Physical Only  NO 
Do Not Generate  False 
Owner  dbo 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE dbo.dic_religion(
     religionid        smallint         NOT NULL,
     religion_name     nvarchar(50)     NULL,
     CONSTRAINT PK__dic_reli__8D11A0D9D2B7CFCB PRIMARY KEY CLUSTERED (religionid)
)

go
 
PostSQL   

dic_religion Columns 
ColumnName  Domain  Datatype  NULL  Definition 
religionid(PK)    smallint  NO 
 
religion_name    nvarchar(50)  YES 
 

dic_religion Primary and Unique Keys 
Key Name  Key Type  Keys 
PK__dic_reli__8D11A0D9D2B7CFCB  PrimaryKey  religionid 

dic_religion 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 
religion  Non-Identifying  One To Zero or More  FK_religion_dic_religion        NO  NO 

dic_religion Check Constraints 
Check Constraint Name  CheckConstraint 

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

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

dic_religion Object Permissions 

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

dic_religion Bound Attachments 
Name  Current Value 

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

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

dic_religion Data Movement Rules 
Name  Type  Rule Text/Value