Graduate Alumni Database

Size: px
Start display at page:

Download "Graduate Alumni Database"

Transcription

1 CENTRE OF GEOGRAPHIC SCIENCES Graduate Alumni Database Group Database Project Report Introduction to Database for Geographic Sciences GEOM /26/2014 This technical report was compiled by Bronwyn Fleet-Pardy. It was written by Bronwyn Fleet-Pardy, Thomas Herbreteau, Celene Palmer, Vanessa Campbell and Ariel Vallis. This product is unedited, unverified and intended for educational purposes only. COGS 2014

2 Table of Contents Introduction... 1 Theories... 2 Schema... 2 Entity Relationship Diagram ERD... 2 Relationships... 3 Research... 5 Serving Databases on the Internet (Web)... 5 Forms... 5 Methodologies... 7 Quality Control... 9 Testing Queries... 9 Conclusion Recommendations Works Cited... a Page i

3 Introduction Written by Bronwyn Fleet-Pardy The Graduate Alumni Database was collaboratively produced by: Bronwyn Fleet-Pardy, Thomas Herbreteau, Celene Palmer, Vanessa Campbell and Ariel Vallis. The group database project encompassed many components as delineated in this technical document. The main goal of the project was to work together to complete a database that could be applied to the real world. They could improve their existing abilities as well as learn new skills. All of the capabilities the group members have developed will help ensure their feature successes in the geomatics industry. Page 1

4 Theories Schema Written by Vanessa Campbell The relationship schema provides a written formal language of the structure of the database. It includes the Primary Key(s) (bold), Fields, and Foreign Key(s) (italics). An example used for this database is provided below. ASSOCIATION (ASSOC_ID, AFFILIATION, MEMBERSHIP, GID) Entity Relationship Diagram ERD Written by Ariel Vallis The entity relationship diagram (ERD) was created collaboratively using Microsoft Visio The importance in creating the ERD was to model the data and relationships that would participate in the Graduate Alumni Database. Building the ERD helped establish related data into entities. These entities would eventually function in a database as tables suitable for queries and analysis. As stated, the ERD was built collaboratively, in several group work sessions, in which the group members shared their ideas about which information was important to this database. Some of these ideas came from online resources, examples of alumni pages and other databases. One online example of an ERD was relating to a student s capstone project and was used as an example to see how the data between students and a project were related. While coming up with ideas for themes and data to populate entities in the ERD, the group was also considering what information could be used to link the entities together. When satisfied with the ERD, it had 8 entities. The 8 entities are as follows: Personal Contact Education Association Company Page 2

5 Company address Salary Past Employment Considering this is a Graduate Alumni Database, these entities are important, and successful in containing all of the relevant information necessary for keeping up with the graduates. Part of constructing the ERD also involved deciding as a group what data is more important for the database. After some consultation and consideration, it was decided that the Salary entity would exist in the ERD, though is optional to fill out. While it is beneficial to the database, it is not mandatory for graduates to provide the information. This was a respectable balance for entities, and a suitable decision making process as a group. Relationships Written by Ariel Vallis It was determined that a graduate identifier (GID) attribute was necessary to identify the graduates. GID ended up being the important Primary Key that would identify the graduate(s) and link information to any specific graduate in the various tables. For example, GID is the Primary Key in the Personal table and the Primary Key (while also representing the Foreign Key) in the Contact information table. This is an identifying relationship that relates information like the graduates first and last name in the Personal table, to their phone and information in the Contact table. This is important for maintaining contact material. Employment is important and relevant to this database, so it was important to relate any company attributes to the graduates. The purpose of these elements being related in the ERD is so that people using the database can stay up to date with graduates, their companies and job locations. The Company entity in the database contains attributes like: Company Name (CName) Company Website (CWebsite) Graduates Position (Position) Job Start Date (StartDate) Software Description (SoftwareDesc) Page 3

6 The Company identifier (CID) was used as a Primary Key in that entity. CID was used to link the Company with the Company Address entity in a non-identifying relationship. It is important to note that the address can be either national or international. The Company Address entity encompasses: Unit Number (CUnitNum or CUnitNo) Street Number (CStreetNum or CStreetNo) Street (CStreet) City (CCity) Province (CProv) Country (CCountry) Postal Code (CPostCode) Linking the company information to the GID is important for this database to function. GID exists as a Foreign Key in the other entities as well. In the Association table for example, there is an association identifier attribute (AssocID), as well as affiliation and membership attributes. It is good to know about the graduate and which associations they are a part of. GID is the Foreign Key that is linked to this information. There is a non-identifying relationship. In a larger database with more information and records, keys and relationship cardinality rules would be as equally important in maintaining integrity within the database. Page 4

7 Research Serving Databases on the Internet (Web) Written by Thomas Herbreteau Having a database on the cloud is increasingly an easier solution as the appropriate technology becomes more and more performant and mainstream. There are multiple ways to serve a database on the internet and the cloud it all comes down to the user s needs and resources. First, to explore the Microsoft SharePoint solution: Just like Access, Word, Excel, etc., SharePoint is a product from Microsoft. Launched 13 years ago, SharePoint is now capable of a multitude of tasks and applications all related to the content and document management, social networks, intranet portals, websites, etc. In our case, SharePoint can take a database from Access and upload it on a given network, or the cloud. Anyone on that very network can then update the database, granted they have access to it. Of course, there are multiple other ways to serve a database on the internet. A quick example could be CartoDB. The site has the ability to upload data and visualize it. Another example: MySQL. It is believed to be the world s second most widely used open-source Relational Database Management System (RDBMS). Simply put, it is a database system used by many major websites (Google, Amazon, Apple) and has the ability to be compatible with many major programming languages, the most common one being PHP. The last example, PostgreSQL, is very similar to MySQL but slightly older, slightly more performant and is open-source as well. Forms Written by Celene Palmer Using input forms within Access is a structured way to input data within Access. Instead of entering data into a spreadsheet or text file and importing it into Access, a form is more user friendly. Some great resources to learn about forms within Access can be found here. Explanations of why to use a form and how to create forms using different ways can be found here. Page 5

8 The different kinds of forms offered in Access are as follows: Detail Form One side of the relationship. Creates a "parent forms first", Access can generate this. Split Form Is a combination of a detail form and data sheet. Viewing large amounts of data but only changing errors within one entry. Sub Form Looks like a split form. Only used with relational data. It allows the data to be changed on both sides of the relationship. A detail form is the "parent" entity and the data sheet view is the "child" entity of the relationship. Multiple Items Form Looks like a data sheet. Gives control over text, size of columns and rows as well as the ability to add control buttons. Navigation Form Top or side tab. Opens forms and allows the user to drag and drop fields to the form. The internet database(s) only allows certain kinds of forms. A list of unaccepted forms can be found under the tab "Client Forms" in the link above. Simply do not add that kind to a database on the internet. Each group member learned how to create at least one form using the data tables contained inside the Access database and how to add a pull down menu with options. This method will ease the process of data entry for the next user. Page 6

9 Methodologies Written by Vanessa Campbell This portion of the report reviews the principle methods encountered throughout this project. This section acts as a breakdown of the procedures to provide readers or users with an organized and clear perception of the projects design. 1. An important procedure for any project is to brainstorm and research the topic in question. If the project is a wide-range subject with many technical elements, the first order is choosing a team leader who can delegate the tasks, organizing meetings and deadlines. The research started by searching current Alumni Database structures, entity tables, relationships types, and queries that are unique to the database. 2. To begin building a database, the group members decided having an organized database is a key component to generating a high quality database(s). There are different types of models that can be used as a guide for building the database. The models include in this project are Entity Relationship Diagram (ERD) and Relationship Schema (RS). The ERD provides a pictorial overview of the entity tables, fields, keys, and relationships. The relationship schema provides a written formal language of the structure of the database including the Primary Key(s) (bold), Fields, and Foreign Key(s) (italics). The ERD and RS is created using Microsoft Visio 2010 (MS Visio). MS Visio enables the user(s) the ability to create conceptual models for database design. The tools used in MS Visio to create the ERD included entity tables, field types, field properties, keys and relationships. The cardinality between the individual tables is a one-one relationship with the parent tables being Personal and Company. The Personal table forms identifying relationships with the Contact, Education, and Company tables. The Personal table forms non-identifying relationships with the Salary, Association, and Past Employment. The Company table forms a non-identifying relationship with Company Address. 3. Once the plan of action (ERD, RS) is created, the flow for generating a database becomes more fluent. The Graduate Alumni Database created for this project used Microsoft Access 2010 (MS Access). The models from the previous step are the base for the database design. In MS Page 7

10 Access, the user can click on the Create tab to display the ribbons for database design. In the create tab the ribbon Table is used to generate the tables (or entities) for the database. There were 8 tables created: Personal, Contact, Education, Past Employment, Association, Company, Company Address, and Salary. MS Access is more efficient when there is 8 tables or less. The table design view allows the user to add the field name, data type, description and field properties for the individual tables. Once the tables and fields are finished, the user can create forms (discussed in the next step) to populate the field. Tables with the individuals information, can be manual inserted or can be creating in a text (.txt) file. The text files can be imported into MS Access under the External Data tab and appended to the unique table. 4. Forms are a tool available in Access that is an alternative way of populating the fields with information. The generated forms use the field name and allow the user to input the information to the pertaining to the field. 5. Building relationships are required to link the user(s) tables together to provide associations with the other tables. The relationships for this project are linked together by their Primary Keys in a one-one relationship. The form and relationships tables all must be closed. The relationship tool is located under the Database Tools tab. The relationships are created by highlighting the Primary Key for the parent table and dragging it to the Primary Key of the child table. This is to be completed until all tables are linked to the parent table. 6. Queries work to manipulate the data in a way to acquire the information needed. MS Access provides different options in the design and building process of querying. The query design lets the user add the table(s) to the design view that will be used in the query statement. The alternative is building query statements in the SQL view. For quick tips and examples on the structure of queries, visit the w3schools website found here. Page 8

11 Quality Control Written by Thomas Herbreteau Because there were 5 members in the group, quality control was a stress-free task. Either the group members made sure there were no mistakes when working as a group or the group members would see each other s work during a group meeting and point out the possible mistakes. It was also very important to confirm the work met the requirements; so the group made sure to check with the instructor to determine if the group was on the right track. The group worked well as a team to make sure they were delivering the best product possible from the task delegation to the documentation. Like mentioned above, everyone monitored each other s work, to a certain extent. The group ended up with a functioning database composed of 8 tables filled with relevant information, and made sure everyone had the same functioning database. All in all, quality control was an ongoing and essential task for the group. Testing Queries Written by Celene Palmer When a sufficient amount of data has been obtained within the database, it can be very useful to test the data by performing queries. It can be executed using a programming language such as Structured Query Language (SQL). Using SQL allows the user to communicate with the database by easily displaying and manipulating the data. By creating a selection on certain attributes of interest, the user can view only the selected information within a specific entity. Since the SQL process in Access is still new to the group members, they were fortunate enough to have the help from w3schools, which can be found here. Within the website, the group could view and try different queries to help understand what each one is capable of. Each group member created at least one SQL of their own to share with the group. Working as a team really helped as the group could discuss why they thought something did or did not work. It was very interesting to look into why some queries worked for some but not others; as a group everyone worked through this issue so all queries worked. Page 9

12 Conclusion Written by Bronwyn Fleet-Pardy Overall, the group members were successful in generating a functioning Graduate Alumni Database. Each group member has learned new skills and improved already exiting abilities with regards to working as a team member, creating databases, utilizing software and programming language(s). Much of the data encompassed in the database was normalized to ensure data integrity and to simplify the database for the course learning outcomes. The group members are all capable of applying fundamental database design to produce a professional database for geographic associated data. They can manipulate data using Structured Query Language (SQL) along with normalizing data and describing the processes involved with the creation of databases. They have also improved their communication and adaptability in a group setting as well as working with superiors. Recommendations Written by Bronwyn Fleet-Pardy Future recommendations would be as follows: In the Past Employment entity, there could be more than one prior position for a graduate, it would be good to include additional past employment positions to account for more than one previous job. When creating forms in the database it could be better to create the form before populating the database with information. This could help with data integrity, especially if pull down menus were implemented. An example of this would be: In the Personal entity, a pull down option would be used for Salutations (Mr, Mrs, Miss and Ms) and Gender (M Male, F Female, O Other). To keep the database simple, the group only chose 8 entities. However in the beginning there were many more tables for graduate information. If the database were to be implemented to actually function as a Graduate Alumni Database for the Centre of Geographic Sciences (COGS), it could include more entities, attributes and linking tables to provide COGS with more graduate information. Page 10

13 Works Cited Office, M. (2014). Training courses for Access Retrieved March 18, 2014, from Microsoft Office: HA aspx?CTT=5&origin=VA w3schools, & Data, R. (2014). SQL Tutorial. Retrieved February 26, 2014, from w3schools.com: Page a

Microsoft. SharePoint Your Organization s Name Here

Microsoft. SharePoint Your Organization s Name Here Microsoft SharePoint 2013 Your Organization s Name Here Table of Contents Table of Contents... 2 Introducing CustomGuide Training Manuals... 7 How it Works... 8 The Fundamentals... 9 Introduction to SharePoint...

More information

IFS Data Migration Excel Add-In

IFS Data Migration Excel Add-In IFS Data Migration Excel Add-In User Manual for IFS Data Migration Excel Add-In Contents Figures... 2 1 IFS Data Migration Excel Add-In... 2 1.1 Overview... 3 2 User Interface... 3 2.1 Ribbon... 3 2.2

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems.

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems. Bachelor of Science in Information Technology At Purdue Global, we employ a method called Course-Level Assessment, or CLA, to determine student mastery of Course Outcomes. Through CLA, we measure how well

More information

Building Self-Service BI Solutions with Power Query. Written By: Devin

Building Self-Service BI Solutions with Power Query. Written By: Devin Building Self-Service BI Solutions with Power Query Written By: Devin Knight DKnight@PragmaticWorks.com @Knight_Devin CONTENTS PAGE 3 PAGE 4 PAGE 5 PAGE 6 PAGE 7 PAGE 8 PAGE 9 PAGE 11 PAGE 17 PAGE 20 PAGE

More information

Mail. Having your mail stored in the cloud means you can access it just about anywhere on just about any device with an internet connection.

Mail. Having your mail stored in the cloud means you can access it just about anywhere on just about any device with an internet connection. Microsoft Office 365 is a set of cloud services available free to education entities from Microsoft. With your Microsoft Office 365 account, you receive access to the following services: For now, we are

More information

ONLINE. Join us! Release Note IRU Academy Accredited Training Institutes (ATIs) Worldwide professional excellence in road transport

ONLINE. Join us!  Release Note IRU Academy Accredited Training Institutes (ATIs) Worldwide professional excellence in road transport ONLINE Join us! www.iru.org Release Note IRU Academy Accredited Training Institutes (ATIs) Worldwide professional excellence in road transport RELEASE NOTE IRU Academy Online (AOL) v3.0 Import and Direct

More information

Course Design Document: IS202 Data Management. Version 4.5

Course Design Document: IS202 Data Management. Version 4.5 Course Design Document: IS202 Data Management Version 4.5 Friday, October 1, 2010 Table of Content 1. Versions History... 4 2. Overview of the Data Management... 5 3. Output and Assessment Summary... 6

More information

13: MOODLE WIKIS. Oklahoma Department of CareerTech WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn:

13: MOODLE WIKIS. Oklahoma Department of CareerTech  WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: Oklahoma Department of CareerTech www.okcareertech.org 13: MOODLE WIKIS WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: What a wiki is Some ways to use a wiki with students How

More information

Every project requires communication and collaboration and usually a lot of

Every project requires communication and collaboration and usually a lot of Collaborating on Projects with SharePoint CHAPTER 25 Every project requires communication and collaboration and usually a lot of both. With small project teams, you and your team members may interact in

More information

Introduction to Leadership Studies Virtual Mentor Program: A Guide for Students

Introduction to Leadership Studies Virtual Mentor Program: A Guide for Students Introduction to Leadership Studies Virtual Mentor Program: A Guide for Students Students leading conversations about leadership January 6, 2012 Page 1 Contents Introduction to Leadership Studies Virtual

More information

MySQL for Beginners Ed 3

MySQL for Beginners Ed 3 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database. Expert Oracle University instructors will

More information

Chapter 1 SQL and Data

Chapter 1 SQL and Data Chapter 1 SQL and Data What is SQL? Structured Query Language An industry-standard language used to access & manipulate data stored in a relational database E. F. Codd, 1970 s IBM 2 What is Oracle? A relational

More information

MS SharePoint Tip Sheet

MS SharePoint Tip Sheet MS SharePoint Tip Sheet FOR USERS: What is SharePoint? SharePoint Online is a collection of online tools that makes it easy to store, share and manage your team s documents. Your SharePoint Online Team

More information

Higher National Unit specification: general information. Relational Database Management Systems

Higher National Unit specification: general information. Relational Database Management Systems Higher National Unit specification: general information Unit code: H16W 35 Superclass: CB Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is designed

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Creating a Departmental Standard SAS Enterprise Guide Template

Creating a Departmental Standard SAS Enterprise Guide Template Paper 1288-2017 Creating a Departmental Standard SAS Enterprise Guide Template ABSTRACT Amanda Pasch and Chris Koppenhafer, Kaiser Permanente This paper describes an ongoing effort to standardize and simplify

More information

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer 1.1

More information

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 USER MANUAL BULK UPLOAD CONTENTS INTRODUCTION 2. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 3. BULK UPLOAD TEMPLATE - EXCEL FORMAT 5 4. BULK UPLOAD TEMPLATE - CSV FORMAT 0 5. ACW

More information

Objectives of logical design... Transforming the ERD diagram into relations. Relational database components. Mapping a composite attribute

Objectives of logical design... Transforming the ERD diagram into relations. Relational database components. Mapping a composite attribute Logical database design and the relational model Objectives of logical design... Translate the conceptual design into a logical database design that can be implemented on a chosen DBMS Input: conceptual

More information

Register in the System

Register in the System Register in the System. In the [Job Search] tab, click on the [Sign In] link. You will be led to the [Login] screen.. Click on the [New User] button. Tip: You may use your Google or Yahoo credentials to

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

Building a Better Data System: What Are Process and Data Models?

Building a Better Data System: What Are Process and Data Models? Building a Better Data System: What Are Process and Data Models? Robin Nelson Bruce Bull The DaSy Center The contents of this report were developed under a grant from the U.S. Department of Education,

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Report Writing for. Course Guide

Report Writing for. Course Guide Report Writing for Contents INTRODUCTION TO CRYSTAL REPORT WRITING USING...1 Launching Crystal Reports...2 Getting Started/Preparing to Design a Crystal Report...6 Adding Fields...10 Inserting a Text Object...11

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

Contents Using Team Site Calendars... 2

Contents Using Team Site Calendars... 2 SharePoint 2013 End User Training Tutorial Contents Using Team Site Calendars... 2 Adding & Editing Announcements... 4 Using Custom Lists... 6 Creating Alerts to Stay Updated... 9 Communicating Through

More information

Using Excel Tables to Manipulate Billing Data, Part 2

Using Excel Tables to Manipulate Billing Data, Part 2 Using Excel Tables to Manipulate Billing Data, Part 2 By Nate Moore, CPA, MBA, CMPE The May-June 2012 issue of Billing introduced tables in Excel, a powerful tool that is used to sort, filter, and organize

More information

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB Table of Contents Welcome to Publisher Publisher Interface Basics Starting up Publisher Module Activities Business Card Banner Advertisement

More information

SQA Advanced Unit Specification: general information. Relational Database Management Systems

SQA Advanced Unit Specification: general information. Relational Database Management Systems : general information Unit title: Relational Database Management Systems Unit code: HP2J 48 Superclass: CB Publication date: August 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose

More information

A good example of entities and relationships can be seen below.

A good example of entities and relationships can be seen below. Unit 2: Unit 2: Conceptual Design: Data Modeling and the Entity Relationship Model - Discussion 1 Scroll down and click "Respond" to post your reply to the Discussion questions. Please review the Discussion

More information

Student/Project Portfolios Using The NEW Google Sites

Student/Project Portfolios Using The NEW Google Sites Student/Project Portfolios Using The NEW Google Sites Barbara Burke, Associate Professor, Communication, Media & Rhetoric Pam Gades, Technology for Teaching & Learning Coordinator, Instructional and Media

More information

TOPSpro Quick Start Tutorial Overview

TOPSpro Quick Start Tutorial Overview TOPSpro Quick Start Tutorial Overview Welcome to TOPSpro! This powerful computerized database system helps students, teachers, and program administrators in adult education. TOPSpro, a CASAS software program,

More information

Introduction to Qualtrics

Introduction to Qualtrics Introduction to Qualtrics Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Fundamentals of Database Systems (INSY2061)

Fundamentals of Database Systems (INSY2061) Fundamentals of Database Systems (INSY2061) 1 What the course is about? These days, organizations are considering data as one important resource like finance, human resource and time. The management of

More information

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2 Mandatory Grant Application Manual 2017 TABLE OF CONTENTS 1 INTRODUCTION...4 1.1 Purpose of this Document... 4 1.2 Scope of the Document... 4 2 INDICIUM ACCESS...4 2.1 Website... 4 2.2 Technical Information...

More information

WEST TEXAS A&M UNIVERSITY

WEST TEXAS A&M UNIVERSITY WEST TEXAS A&M UNIVERSITY Instructional Technology Services WTClass Training Manual Grade Center July 2014 WTClass Blackboard 9.1 For technical support call (806) 651-4357 Support website: http://angel.wtamu.edu/online

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Sample Answers to Discussion Questions

Sample Answers to Discussion Questions Human Resource Information Systems Basics Applications and Future Directions 4th Edition Kavanagh Solutions Full Download: https://testbanklive.com/download/human-resource-information-systems-basics-applications-and-future-

More information

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5 SharePoint How To s / Collaboration 1of 5 SharePoint Server 2007 is an integrated suite of server applications that helps people and teams work together. At Microsoft, these sites are most commonly used

More information

How to Use the LaunchBoard Contract Education Tool

How to Use the LaunchBoard Contract Education Tool How to Use the LaunchBoard Contract Education Tool The Contract Education Tool can be used to record students' participation in contract education. Information is gathered by creating discrete training

More information

How to Mail Merge a file with Microsoft Word 2003

How to Mail Merge a file with Microsoft Word 2003 2003 February 2005 How to create a query in SOS, export the report to a Text file and then use the report to do a mail merge with Microsoft Word 2003. The same example applies to any of the export options

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

INTRODUCTION. This guide aims to help you make the most of your web presence. RETURN TO TOP eusa.ed.ac.uk/activities 1

INTRODUCTION. This guide aims to help you make the most of your web presence. RETURN TO TOP eusa.ed.ac.uk/activities 1 PROFILE GUIDANCE CONTENTS 01 Introduction 02 Editing your group s profile 03 Admin tools 04 Edit details 05 Tips for creating web content 06 Members 08 Memberships and groups 09 Messages 10 News 11 Writing

More information

SharePoint 2013 Site Owner

SharePoint 2013 Site Owner SharePoint 2013 Site Owner Effective Content and Document Collaboration with Axalta Teams 9 May 2014 Instructor: Jason Christie Site Owner Course Topics to be Covered Content Management Creating and configuring

More information

SharePoint Designer 2013 Branding & Workflows

SharePoint Designer 2013 Branding & Workflows SharePoint Designer 2013 Branding & Workflows Course No. ISI-1389B 3 Days Instructor-led, Hands-on Introduction This instructor led course is intended for those interested in learning how to customize

More information

Part 4: Using the Power Behind the Process Entering Data & Generating Reports

Part 4: Using the Power Behind the Process Entering Data & Generating Reports Part 4: Using the Power Behind the Process Entering Data & Generating Reports The Power Behind the Process, PowerPath s specially designed software, is an essential piece of the PowerPath System. PowerPath

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Naga Venkata Sandeep Kavuru Governors State

More information

GETTING STARTED Contents

GETTING STARTED Contents 2.5 Enterprise GETTING STARTED Contents Quick Start Guide... 2 Supporting Data... 3 Prompts... 3 Techniques... 4 Pragmatic Observations... 5 Locations... 6 School Levels... 6 Quick Notes... 6 Session Groups...

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide

Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide October 8, 2015 Table of Contents 2.0 College/University Personnel Administrators...

More information

Epicor ERP Advanced Dashboards Course

Epicor ERP Advanced Dashboards Course Epicor ERP 10.0.700 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

Project User Guide Template Word 2013 End

Project User Guide Template Word 2013 End Project User Guide Template Word 2013 End SAM Brief Student User Guide. SAM SAM offers exams, training, projects and path-based assessment and readings. The student manual that become available and when

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Microsoft SharePoint End User level 1 course content (3-day)

Microsoft SharePoint End User level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SharePoint End User level 1 course content (3-day) Course Description SharePoint End User Level 1 teaches

More information

Database Design & Programming with SQL: Part 1 Learning Objectives

Database Design & Programming with SQL: Part 1 Learning Objectives Database Design & Programming with SQL: Part 1 Learning Objectives This is the first portion of the Database Design and Programming with SQL course. In this portion, students learn to analyze complex business

More information

FROM A RELATIONAL TO A MULTI-DIMENSIONAL DATA BASE

FROM A RELATIONAL TO A MULTI-DIMENSIONAL DATA BASE FROM A RELATIONAL TO A MULTI-DIMENSIONAL DATA BASE David C. Hay Essential Strategies, Inc In the buzzword sweepstakes of 1997, the clear winner has to be Data Warehouse. A host of technologies and techniques

More information

Introduction to Events

Introduction to Events Facilitation Guide Introduction to Events ( http://www.alice.org/resources/lessons/introduction-to-events/ ) Summary This guide is intended to guide the facilitator through the creation of events and using

More information

Access Google Drive There are multiple ways to access Google drive.

Access Google Drive There are multiple ways to access Google drive. Introduction In the course we will discuss what a Google Drive is, what kind of applications they contain, and how we can work smarter. We will discuss how to start Google Drives, How to access the drives.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

TECHNOPlanner. Student Workbook

TECHNOPlanner. Student Workbook TECHNOPlanner For Access 2010 Student Workbook TECHNOeBooks Project-based Computer Curriculum ebooks www.bepublishing.com Copyright 1993 2010. TechnoKids Inc. in partnership with B.E. Publishing, Inc.

More information

CIS 3730 FALL 2008 Database Management System Project

CIS 3730 FALL 2008 Database Management System Project CIS 3730 FALL 2008 Database Management System Project Project Grade (40 points) The project will be graded at the end of the course with the following breakdown: Initial Project Proposal - 4 points Weekly

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. Managing Data Data storage tool must provide the following features: Data definition (data structuring) Data entry (to add new data) Data editing (to change existing data) Querying (a means of extracting

More information

ECDL PROFILE DO IT YOU WAY

ECDL PROFILE DO IT YOU WAY NEW ECDL using MS Office 2007, 2010 or 2013 ECDL Profile ECDL PROFILE DO IT YOU WAY Your ECDL With ECDL Profile, you choose the module combinations best suited to you. After passing the tests, those modules

More information

NACCHO Virtual Communities Guide

NACCHO Virtual Communities Guide NACCHO Virtual Communities Guide NACCHO Membership Team What are NACCHO s Virtual Communities? NACCHO s Virtual Communities (VC) grows out of NACCHO s desire create a community based platform that helps

More information

Microsoft Access 2013 Step By Step

Microsoft Access 2013 Step By Step We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with microsoft access 2013

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Plunkett Research Online

Plunkett Research Online Plunkett Research Online User s Guide Welcome to Plunkett Research Online. This user guide will show you everything you need to know to access and utilize the wealth of information available from Plunkett

More information

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

MICROSOFT ESSENTIALS & SPECIFIC COURSES

MICROSOFT ESSENTIALS & SPECIFIC COURSES MICROSOFT ESSENTIALS & SPECIFIC COURSES INTRODUCTION Microsoft Office is the term adopted for the set of desktop applications that offer flexible and powerful ways for using technology to manage the daily

More information

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats Chat Activity The Moodle chat tool allows communication between instructors and students in real time. Unlike in discussion forums, which are a means for asynchronous communication, online chat sessions

More information

Dr. Mustafa Jarrar. Knowledge Engineering (SCOM7348) (Chapter 4) University of Birzeit

Dr. Mustafa Jarrar. Knowledge Engineering (SCOM7348) (Chapter 4) University of Birzeit Mustafa Jarrar Lecture Notes, Knowledge Engineering (SCOM7348) University of Birzeit 1 st Semester, 2011 Knowledge Engineering (SCOM7348) Uniqueness (Chapter 4) Dr. Mustafa Jarrar University of Birzeit

More information

APPENDIX B EXCEL BASICS 1

APPENDIX B EXCEL BASICS 1 APPENDIX B EXCEL BASICS 1 Microsoft Excel is a powerful application for education researchers and students studying educational statistics. Excel worksheets can hold data for a variety of uses and therefore

More information

ipad TEACHER GUIDE ebackpack provides a separate Administrative Guide and Student Guide through our support site at

ipad TEACHER GUIDE ebackpack provides a separate Administrative Guide and Student Guide through our support site at ebackpack ipad Teacher Guide Page 1 of 31 ipad TEACHER GUIDE This guide will cover basic usage of ebackpack for a teacher (assignments, storage, homework review, collaboration, and Act As support). If

More information

NEW JERSEY INSTITUTE OF TECHNOLOGY. Initiation of Cyber Defense Option. for the Master of Science in

NEW JERSEY INSTITUTE OF TECHNOLOGY. Initiation of Cyber Defense Option. for the Master of Science in NEW JERSEY INSTITUTE OF TECHNOLOGY Initiation of Cyber Defense Option for the Master of Science in Cyber Security and Privacy (MS CSP) Degree Program With the approval of the Faculty Senate (and its Committee

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

Chapter 5. Database Processing

Chapter 5. Database Processing Chapter 5 Database Processing No, Drew, You Don t Know Anything About Creating Queries." AllRoad Parts operational database used to determine which parts to consider for 3D printing. If Addison and Drew

More information

Exchange (Copy, Import, Export) Data Between Excel and Access

Exchange (Copy, Import, Export) Data Between Excel and Access Excel usage is widespread and Excel is often the go-to Office application for data entry, analysis, and manipulation. Microsoft Access provides relational database capability in a compact desktop environment.

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

EPM Live 2.2 Configuration and Administration Guide v.os1

EPM Live 2.2 Configuration and Administration Guide v.os1 Installation Configuration Guide EPM Live v2.2 Version.01 April 30, 2009 EPM Live 2.2 Configuration and Administration Guide v.os1 Table of Contents 1 Getting Started... 5 1.1 Document Overview... 5 1.2

More information

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB Table of Contents Welcome to Publisher Publisher Interface Basics Starting up Publisher Module Activities Business Card Banner Advertisement

More information

FAST TRACK YOUR AMAZON AWS CLOUD TECHNICAL SKILLS. Enterprise Website Hosting with AWS

FAST TRACK YOUR AMAZON AWS CLOUD TECHNICAL SKILLS. Enterprise Website Hosting with AWS FAST TRACK YOUR AMAZON AWS CLOUD TECHNICAL SKILLS Enterprise Website Hosting with AWS 2 Day Course Outline Table of Contents Introduction Course Structure Course Outline Day 1 - Introduction to Cloud Computing,

More information

How to Customize MyWebCampus Page

How to Customize MyWebCampus Page WebCampus Quick Tutorials: http://teaching.unr.edu/idt/teachingtools/quick_tutorials.html Questions: WebCampus@unr.edu or (775) 682-6798 How to Customize MyWebCampus Page This tutorial will show you how

More information

LIS 2680: Database Design and Applications

LIS 2680: Database Design and Applications School of Information Sciences - University of Pittsburgh LIS 2680: Database Design and Applications Summer 2012 Instructor: Zhen Yue School of Information Sciences, University of Pittsburgh E-mail: zhy18@pitt.edu

More information

Access Need to access completely for Ebook PDF access 2010

Access Need to access completely for Ebook PDF access 2010 ACCESS 2010 PDF - Are you looking for access 2010 Books? Now, you will be happy that at this time access 2010 PDF is available at our online library. With our complete resources, you could find access

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

CHEVENING CONNECT: A step by step guide

CHEVENING CONNECT: A step by step guide CHEVENING CONNECT: A step by step guide Contents You can either read through each page in order or use these links to skip to a specific section. Introduction... 3 A. Getting started How to get access

More information

DOWNLOAD PDF FUNDAMENTALS OF DATABASE SYSTEMS

DOWNLOAD PDF FUNDAMENTALS OF DATABASE SYSTEMS Chapter 1 : Elmasri & Navathe, Fundamentals of Database Systems, 7th Edition Pearson Our presentation stresses the fundamentals of database modeling and design, the languages and models provided by the

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Unit Assessment Guide

Unit Assessment Guide Unit Assessment Guide Unit Details Unit code Unit name Unit purpose/application ICTWEB425 Apply structured query language to extract and manipulate data This unit describes the skills and knowledge required

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

University of Bonn. Faculty of Agriculture ARTS. Agricultural Sciences and Resource Management in the Tropics and Subtropics.

University of Bonn. Faculty of Agriculture ARTS. Agricultural Sciences and Resource Management in the Tropics and Subtropics. University of Bonn ARTS Secretariat Nussallee 1 53115 Bonn Germany University of Bonn Faculty of Agriculture ARTS Agricultural Sciences and Resource Management in the Tropics and Subtropics Application

More information

E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH

E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH Course Overview E-Learning provides you with the ideal cost effective way in which you can study at your own pace and in the comfort of your home or office.

More information