DWOperations
 dbo.FactInstitutionalRetentionSnapshot_Staging (Table)
  Properties
Property Value
Name FactInstitutionalRetentionSnapshot_Staging
Schema dbo
Row Count 618466
Data Size 37688 KB
Index Size 16 KB
Create Date 1/28/2014 9:48 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
EnrolledInTerm
smallint(5, 0)
False
False
False
 
Graduated
smallint(5, 0)
False
False
False
 
InstitutionalRetentionCohortTerm
varchar(6)
False
False
False
 
InstitutionalRetentionTrackingTerm
varchar(6)
False
False
False
 
NotEnrolledInTerm
smallint(5, 0)
False
False
False
 
RetentionCohortTypeCode
varchar(15)
False
False
False
 
RetentionTermCount
smallint(5, 0)
False
False
False
 
RetentionYearCount
smallint(5, 0)
False
False
False
 
StudentId
varchar(9)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FactInstitutionalRetentionSnapshot_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactInstitutionalRetentionSnapshot_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactInstitutionalRetentionSnapshot_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactInstitutionalRetentionSnapshot_Staging](
    [StudentId] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [InstitutionalRetentionCohortTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [InstitutionalRetentionTrackingTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RetentionCohortTypeCode] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RetentionYearCount] [smallint] NOT NULL,
    [RetentionTermCount] [smallint] NOT NULL,
    [EnrolledInTerm] [smallint] NOT NULL,
    [Graduated] [smallint] NOT NULL,
    [NotEnrolledInTerm] [smallint] NOT NULL
) ON [PRIMARY]
  Sample Data
EnrolledInTerm Graduated InstitutionalRetentionCohortTerm InstitutionalRetentionTrackingTerm NotEnrolledInTerm RetentionCohortTypeCode RetentionTermCount RetentionYearCount StudentId
1 0 20161 20161 0 FallToSpring 1 0 B14983811
0 0 20162 20163 1 SpringToSummer 2 0 Z14335632
0 1 20142 20142 0 SpringToFall 1 0 M13558937
1 0 20141 20141 0 FallToSpring 1 0 D13691084
1 0 20152 20161 0 SpringToFall 2 0 Z14089049
0 0 20162 20163 1 SpringToSummer 2 0 J12919791
1 0 20152 20152 0 SpringToFall 1 0 D13818117
1 0 20161 20162 0 FallToSpring 2 0 M14767776
1 0 20142 20142 0 SpringToFall 1 0 S12671889
1 0 20162 20162 0 SpringToSummer 1 0 E14911945
Powered by BI Documenter