DWOperations
 dbo.FactStudentSuccess_FirstYearSnapshot_Staging (Table)
  Properties
Property Value
Name FactStudentSuccess_FirstYearSnapshot_Staging
Schema dbo
Row Count 1242127
Data Size 108224 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
AttendedSummerTerm
int(10, 0)
False
False
False
 
CompletedCollegeExpCourse
int(10, 0)
False
False
False
 
CompletedGatewayCourse
int(10, 0)
False
False
False
 
DidNotMeetAny1stYearSuccessFactors
int(10, 0)
False
False
False
 
FirstYearTerm
varchar(6)
False
False
False
 
Meets24CreditsRequirement
int(10, 0)
False
False
False
 
Meets67PctCompletedRequirement
int(10, 0)
False
False
False
 
MeetsGPARequirement
int(10, 0)
False
False
False
 
ProgramId
varchar(5)
False
False
False
 
StudentId
varchar(9)
False
False
False
 
StudentObjectiveAK
varchar(23)
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.FactStudentSuccess_FirstYearSnapshot_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactStudentSuccess_FirstYearSnapshot_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactStudentSuccess_FirstYearSnapshot_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactStudentSuccess_FirstYearSnapshot_Staging](
    [StudentId] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [FirstYearTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ProgramId] [varchar](5) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [MeetsGPARequirement] [int] NOT NULL,
    [Meets24CreditsRequirement] [int] NOT NULL,
    [Meets67PctCompletedRequirement] [int] NOT NULL,
    [CompletedCollegeExpCourse] [int] NOT NULL,
    [CompletedGatewayCourse] [int] NOT NULL,
    [AttendedSummerTerm] [int] NOT NULL,
    [DidNotMeetAny1stYearSuccessFactors] [int] NOT NULL,
    [StudentObjectiveAK] [varchar](23) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
) ON [PRIMARY]
  Sample Data
AttendedSummerTerm CompletedCollegeExpCourse CompletedGatewayCourse DidNotMeetAny1stYearSuccessFactors FirstYearTerm Meets24CreditsRequirement Meets67PctCompletedRequirement MeetsGPARequirement ProgramId StudentId StudentObjectiveAK
0 1 1 0 20161 1 1 1 3409 K12453924 K12453924340920122001
0 1 0 0 20161 0 0 0 1000 C14518203 C14518203100020141001
0 1 1 0 20142 1 1 1 1000 S13770870 S13770870100020121001
1 1 1 0 20161 1 1 1 2301 H13420104 H13420104230120152001
1 0 1 0 20152 1 1 1 2345 J13685698 J13685698234520143001
0 0 0 1 20152 0 0 0 1000 M14120273 M14120273100020131001
0 1 1 0 20162 1 0 1 1000 J12996799 J12996799100020151001
0 1 1 0 20153 0 0 1 1000 J13938881 J13938881100020151001
0 0 1 0 20143 0 0 0 3409 A13507397 A13507397340920103001
0 1 0 0 20153 0 0 0 2039B J13344882 J133448822039B20152001
Powered by BI Documenter