NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many...

12
NAVIGATE DIRECT DATABASE EXPORT (DDE) LISA CAHALL POWERSCHOOLSOLUTIONS NJ User Exchange – April, 2013

Transcript of NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many...

Page 1: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

NAVIGATE DIRECT DATABASE EXPORT (DDE)LISA CAHALLPOWERSCHOOLSOLUTIONS

NJ User Exchange – April, 2013

Page 2: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

RELATIONAL DATABASE

PowerSchool is a relational database which consists of many smaller databases or Tables connected together

Each Table contains specific information related to that Table i.e. the Teachers table contains information about the teachers

Page 3: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

RELATIONAL DATABASE

Think of it as a large spider web. Some tables connect directly while others do not.

Page 4: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

WHAT ARE POWERSCHOOL TABLES?

The PowerSchool Tables are the “backend” of the database.

They contain all of the information for schools, students, attendance, grades, etc.

Page 5: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

POWERSCHOOL TABLE STRUCTURE

The PowerSchool database contains over200 tables (Not all tables are visible through DDE)

Each record in a table is assigned a unique ID number

Tables relate to each other using these unique ID numbers

Page 6: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

EXAMPLE 1: STUDENT’S TABLE (001) It contains basic student information -

Name, date of birth, address, phone, gender, custom student fields, etc.

This table then relates to other tables containing class schedules, grades, assignments, standards grades, attendance, etc.

Page 7: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

Each table has a unique number which tells PowerSchool which table to use when it retrieves information.

Page 8: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

COMMONLY USED TABLES

Students - Student demographic information

Courses - Detailed course information Teachers - Teacher information CC - Current Class information Schools - School information Sections - Section information StoredGrades - Historical Grades Logs - Student log entries

Page 9: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

HOW DO I KNOW WHAT’S IN THE TABLES?

You can download the Data Dictionary (a directory of tables and field contents) directly from PowerSource.

https://powersource.pearsonschoolsystems.com

Search for article # 5933.

Page 10: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

TABLE RELATIONSHIP

Students [1] and Schools [39]

The Students table contains a field called SchoolID

This ID relates to the ID in the Schools able Using this ID you can retrieve information from the Schools table

Page 11: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.
Page 12: NJ User Exchange – April, 2013. PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.

OTHER TABLE RELATIONSHIPS

StoredGrades [31] - Schools [39], Students [1], Terms [13]

Sections [3] - Schools [39], Courses [2], Teachers [5]

CC [4] - Students [1], Teachers [5], Terms [13], Sections [3], Schools [39]. Courses [2]

StandardsGrades [99], Standards [53], Students [1]

Logs [8], Schools [39], Students [1], Teachers [5]