View VMF_MajorCount

Card of view VMF_MajorCount

Name

VMF_MajorCount

Comment

Fact table-view that reflects the many-to-many relationship between majors and degree students.

See documention on MF_MajorCounts in the StarsAcademicRecord package.

Dimensional Type

Fact


SQL query of the view VMF_MajorCount

select
MD_CollPers_SurrogateKey,
MD_Major_SurrogateKey,
MF_Major_Count
from
MF_MAJORCOUNT


List of outgoing view references of the view VMF_MajorCount

Name

Parent Table/View

ViewReference_102

VMD_DegreeStudent (Shortcut)

ViewReference_104

VMD_Major


List of referenced objects of the view VMF_MajorCount

Name

MF_MajorCount


List of shortcuts of the view VMF_MajorCount

Name

Code

Type

Target Package

VMF_MajorCount

VMF_MAJORCOUNT

View

ViewsAcademicRecord


List of diagrams containing the view VMF_MajorCount

Name

ViewsAcademicRecordDiagram


List of permissions of the view VMF_MajorCount

Grant

User

SELECT,VIEW DEFINITION

AcadRecordReader


List of view columns of the view VMF_MajorCount

Name

Data Type

Comment

Length

MD_CollPers_SurrogateKey

numeric

 

 

MD_Major_SurrogateKey

numeric

 

 

MF_Major_Count

int

DO NOT EXPOSE THIS TO USERS, because it doesn't count anything they'd probably consider useful. It counts the number of rows in MD_DEGREESTUDENT with a valid major 1 + the number of rows with a valid major 2 + the number of rows with a valid major 3, etc.