POPULATION SELECTION CONCEPT People in Database Selection Rules or Criteria Selected Population of Individuals who Satisfy Rules.

Slides:



Advertisements
Similar presentations
Advanced MS-Access for Power Users By Indiana University of Pennsylvania Eric Parks.
Advertisements

Implementing Fine Grained Access Control and Masking
Organisation Of Data (1) Database Theory
Form Names All Banner forms, reports, jobs, and tables have seven-character names with the following structure: Position 1: Identifies the system owning.
ICDL Software Applications - Database Concepts. Unit 6 Data and Data Representation Database Concepts –File Structure –Relationships Database Design –Data.
Banner Basic Navigation Training. Topics Navigation Forms Data Entry Standards Help Searching in Banner.
The Banner System An Overview. 2 Banner is the software u SCT is the leading global provider of e-education technology solutions for institutions of all.
Evaluation Code 304 Wednesday, 10:30 am – 11:30 am March 31, 2004 Multiple PIDM Prevention Presented by: Steve Ikler Product Manager SCT Banner General.
3/5/2009Computer systems1 Analyzing System Using Data Dictionaries Computer System: 1. Data Dictionary 2. Data Dictionary Categories 3. Creating Data Dictionary.
September 2012 Presented by Donna Hayden. COURSE OVERVIEW.
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Query-By-Example (QBE) 2440: 180 Database Concepts.
M.S. Access Module CAS 133 Russ Erdman. M.S. Access Module Assignment Overview Two options for the unit: All students complete Units A, B and C In class.
RACAR FALL MEETING Topics of Discussion  System Requirements  Linking to SCT Banner ® Tables using ODBC data sources  Creating queries and.
A Guide to SQL, Seventh Edition. Objectives Understand the concepts and terminology associated with relational databases Create and run SQL commands in.
Table design screen Field name Data type Field size Other properties.
Attribute databases. GIS Definition Diagram Output Query Results.
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Database Software Application
Banner Basics To log in to Banner go to Gibson Online at tulane.edu User name: your name and Password: your password TECHNOLOGY SERVICES.
BANNER BOOTCAMP Banner 8 Presented by Cindy Hampton September 19, 2011.
MS Access 2007 IT User Services - University of Delaware.
Argos - Moving into the Community Presented by: Bruce Knox University of Arkansas Division of Agriculture Cooperative Extension Service March 23, 2009.
MS Access: Database Concepts Instructor: Vicki Weidler.
Session Number 7 Duplicate PIDM Panel Discussion Cuesta Community College Lori McLain - System Administrator/Operator.
Record Creation Module. Record Creation Module Overview Record Load process Create and modify manual records Build rules for each record “source” Select.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Chapter 10 Database Management. How it Works What is a Database?  Where do you find Databases?  What is a Database Manager?  Name some Databases:
Session 8-1 Session 8 The Power and Flexibility of EDExpress.
Exploiting relationship intelligence for profit Excel – Friend not foe.
Lecture Note 9: Introduction to the MS Access
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Presentation Handout EDBA – Module 8 Information Technology 21 st December 2014 By K.M.Prashanthan.
Lakisha Sanders Assistant Vice President of Financial Aid
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Access Primer Africamuseum 5 June MS Access  Relational Database Management System Data/information resides in series of related tables Principle.
Banner and the SQL Select Statement: Part Three (Joins) Mark Holliday Department of Mathematics and Computer Science Western Carolina University 4 November.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
BACS 287 Structured Query Language 1. BACS 287 Visual Basic Table Access Visual Basic provides 2 mechanisms to access data in tables: – Record-at-a-time.
 Please turn off your cell phone  If you must leave the session early, please do so discreetly  Please avoid side conversation during the session.
Institute for Personal Robots in Education (IPRE)‏ CSC 170 Computing: Science and Creativity.
(SQL - Structured Query Language)
Commercial RDBMSs: Office Access and Oracle Pertemuan 13 Matakuliah: M0564 /Pengantar Sistem Basis Data Tahun : 2008.
CS 111 – Nov. 8 Databases Database Management Systems (DBMS) Structured Query Language (SQL) Commitment –Please review sections 9.1 – 9.2.
ACADEMIC COURSE SCHEDULE Assigning Multiple Instructors to a Section Using SSASECT.
Microsoft Access Prepared by the Academic Faculty Members of IT.
SunGard SCT Converter Tool Technical Consultant Welcome.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
IT 5433 LM3 Relational Data Model. Learning Objectives: List the 5 properties of relations List the properties of a candidate key, primary key and foreign.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
Microsoft Office Access 2010 Lab 3
Fundamentals of Database
Chapter 6 Data flow diagramming ACCOUNTING INFORMATION SYSTEMS
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
Basic Population Selections
Population Selection Tips
Banner Fundamentals -Form Naming -Menu -Navigation
Fundamentals of Database Design
Databases and Information Management
Databases and Information Management
MBUG 2017 Session Title: Preventing/Correcting Multiple Records
Creating and Managing Database Tables
The ultimate in data organization
Database SQL.
Microsoft Access Date.
Reports Report builder meets the challenge by making it easy to design, publish, and distribute professional, production-quality reports in a variety of.
Presentation transcript:

POPULATION SELECTION CONCEPT People in Database Selection Rules or Criteria Selected Population of Individuals who Satisfy Rules

THE SELECTED POPULATION May be used in letter generation. May be used in some Banner reports. –Example: Student schedules Is required in some Banner reports. May be used for “simple” reports.

Examples General Person –Find the number of (or get a list of) person records with missing birth dates. Recruiting –Find the number of (or get a list of) recruits from a particular high school.

More Examples Admissions –Find the number of applicants of a particular gender or ethnicity. Location Management –Find the number of students requesting housing in a particular dormitory.

More Examples General Student –Find the number of students in a particular major. Accounts Receivable –Find the number of students who have been charged a parking fine.

And More Examples Faculty Load –Find the number of faculty members who are teaching more than 15 credits. Academic History –Find the number of students graduating with honors.

Know Your Data Where are the data entered on Banner forms? How do the Banner forms correspond to the Oracle tables in the database? What are the relationships between data in different tables?

For Example If you want to find the number of female applicants, you need to know –How is an applicant entered in Banner? –How is a person’s gender entered in Banner? It takes time and experience to gain knowledge of the system.

Know the Tables Normally, a table corresponds to a block of a Banner form. The naming convention for tables is similar to that for forms. –Seven characters

Table Names 1st character - System 2nd character - Module 3rd character - Type of table –Base, Repeating, and Virtual (or View) 4th - 7th characters - Abbreviation of table purpose

Examples SPBPERS is the base table corresponding to the General Person Form–SPAPERS. SPRIDEN is the repeating table corresponding to the identification information block of the Identification Form–SPAIDEN.

Examples (continued) SPRADDR is the repeating table corresponding to the address information block of SPAIDEN. SPVADDS is a virtual table (or view) created to give current name and address information.

Finding Table Names Use Dynamic Help from the Banner form. Consult the Banner Student Technical Reference Manual. Print the Data Element Dictionary from GURPDED.

Visualizing a Table Think of a table as a grid having rows and columns–similar to a spreadsheet. Each row of the grid corresponds to a record. Each column of the grid corresponds to a field in the record.

A Simplified View of SPBPERS

SQL Basics Standard Query Language Population Selection uses the SQL select statement.

SQL Select Statement Select__________PIDM From__________table name(s) Where__________criteria

Select In a population selection you can select only PIDMs. (A Personal IDentification Master is an internal identification number that is created when person and non-person records are entered on SPAIDEN.)

From The From clause indicates which table in the database contains the information being used in the selection. –The From clause must include the table used in the Select clause. –The From clause also must include any other table(s) involved in the Where clause.

Example–SQL Select Select SPRIDEN_PIDM From SPRIDEN Where SPRIDEN_LAST_NAME = ‘Smith’

Another Example Select SPRIDEN_PIDM From SPRIDEN, SPBPERS Where SPRIDEN_LAST_NAME = ‘Smith’ and SPBPERS_SEX = ‘F’

HIERARCHY OF TERMS USED IN POPULATION SELECTION AND LETTER GENERATION

APPLICATION SELECTION IDENTIFIER VARIABLE OBJECT Creator ID Population Selection Letter Generation (optional)

FORMS USED IN POPULATION SELECTION GLRAPPL--Define application and enter global rules (if any) GLRSLCT--Establish selection identifier and enter selection rules GLBDATA--Apply the selection rules to selection a population GLAEXTR or GLIEXTR--View the population