DWOperations
 dbo.FactProgramRetentionSnapshot_Staging (Table)
  Properties
Property Value
Name FactProgramRetentionSnapshot_Staging
Schema dbo
Row Count 430497
Data Size 29960 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
 
NotEnrolledInTerm
smallint(5, 0)
False
False
False
 
ProgramRetentionCohortAK
varchar(20)
False
False
False
 
ProgramRetentionCohortTerm
varchar(6)
False
False
False
 
ProgramRetentionTrackingTerm
varchar(6)
False
False
False
 
RetentionTermCount
smallint(5, 0)
False
False
False
 
StudentId
varchar(9)
False
False
False
 
SwitchedPrograms
smallint(5, 0)
False
False
False
 
TrackingYearsAfterCohortTerm
smallint(5, 0)
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.FactProgramRetentionSnapshot_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactProgramRetentionSnapshot_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactProgramRetentionSnapshot_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactProgramRetentionSnapshot_Staging](
    [StudentId] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ProgramRetentionCohortTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ProgramRetentionTrackingTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ProgramRetentionCohortAK] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TrackingYearsAfterCohortTerm] [smallint] NOT NULL,
    [RetentionTermCount] [smallint] NOT NULL,
    [EnrolledInTerm] [smallint] NOT NULL,
    [Graduated] [smallint] NOT NULL,
    [SwitchedPrograms] [smallint] NOT NULL,
    [NotEnrolledInTerm] [smallint] NOT NULL
) ON [PRIMARY]
  Sample Data
EnrolledInTerm Graduated NotEnrolledInTerm ProgramRetentionCohortAK ProgramRetentionCohortTerm ProgramRetentionTrackingTerm RetentionTermCount StudentId SwitchedPrograms TrackingYearsAfterCohortTerm
1 0 0 E143676842151 20141 20141 20141 1 E14367684 0 0
1 0 0 D148148183409 20151 20151 20151 1 D14814818 0 0
0 1 0 A144705791000 20142 20142 20153 5 A14470579 0 -1
1 0 0 S147192561000 20151 20151 20151 1 S14719256 0 0
1 0 0 K142011641000 20142 20142 20161 6 K14201164 0 -1
1 0 0 J13011952T701A20143 20143 20143 1 J13011952 0 0
1 0 0 L151304611000 20162 20162 20162 1 L15130461 0 0
0 0 0 S145475332449 20152 20152 20171 6 S14547533 1 -1
0 0 1 D130426011000 20151 20151 20161 4 D13042601 0 1
1 0 0 C143929141000 20161 20161 20163 3 C14392914 0 -1
Powered by BI Documenter