DWOperations
 dbo.FactStudentGraduation_Staging (Table)
  Properties
Property Value
Name FactStudentGraduation_Staging
Schema dbo
Row Count 129378
Data Size 7048 KB
Index Size 24 KB
Create Date 8/28/2013 9:56 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
EffectiveTerm
varchar(6)
False
False
False
 
GraduationTerm
varchar(6)
False
False
False
 
NumTermsToGraduate
int(10, 0)
False
False
False
 
ProgramGpa
numeric(9, 2)
False
False
False
 
ProgramId
varchar(5)
False
False
False
 
SequenceNumber
int(10, 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.FactStudentGraduation_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactStudentGraduation_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactStudentGraduation_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactStudentGraduation_Staging](
    [StudentId] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ProgramId] [varchar](5) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [EffectiveTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [SequenceNumber] [int] NOT NULL,
    [GraduationTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [NumTermsToGraduate] [int] NOT NULL,
    [ProgramGpa] [numeric](9, 2) NOT NULL
) ON [PRIMARY]
  Sample Data
EffectiveTerm GraduationTerm NumTermsToGraduate ProgramGpa ProgramId SequenceNumber StudentId
20113 20142 15 3.09 1000 1 N06967574
20143 20151 7 3.36 1000 1 K14096887
20071 20071 15 2.42 1000 1 S06647499
20031 20031 4 0.00 5355 1 C07398563
20161 20162 4 3.83 6531 1 K14887392
20002 20002 4 0.00 1000 1 T06644702
19981 19981 10 0.00 5348 1 V07292840
19651 19651 10 0.00 1000 1 D10883817
20123 20162 10 2.93 1000 1 S14118285
20123 20142 5 2.98 1000 1 J14119291
Powered by BI Documenter