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

go
 
PostSQL   

dic_occupation Columns 
ColumnName  Domain  Datatype  NULL  Definition 
occupationid(PK)    smallint  NO 
 
occupation_name    nvarchar(50)  YES 
 

dic_occupation Primary and Unique Keys 
Key Name  Key Type  Keys 
PK__dic_occu__AD823C98F014AE71  PrimaryKey  occupationid 

dic_occupation 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 
occupation  Non-Identifying  Zero or One to Zero or More  FK_occupation_dic_occupation        NO  NO 

dic_occupation Check Constraints 
Check Constraint Name  CheckConstraint 

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

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

dic_occupation Object Permissions 

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

dic_occupation Bound Attachments 
Name  Current Value 

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

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

dic_occupation Data Movement Rules 
Name  Type  Rule Text/Value