Exercise – Bird Count Database TablesFields Species Species_ID, Common Name LocationHabitat, Coordinates VisitTime, Weather, Date SurveyMinute, species,

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

 Interviewing individuals  Interviewing groups  Observing workers  Studying business documents 1.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
FIRST COURSE Microsoft Access (Basics). XP Objectives Define the terms field, record, table, relational database, primary key, and foreign key. Learn.
Views Chapter 12. What Are Views? A virtual table that comprises the fields of one or more tables in the database It is a virtual table since it does.
Keys Chapter 8 Database Design for Mere Mortals. Why Keys Are Important They ensure that each record in a table can be properly identified. They help.
Database – Part 2a Dr. V.T. Raja Oregon State University.
An Introduction to Database Management Systems R. Nakatsu.
MS Access 2007 IT User Services - University of Delaware.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
Multiplication Table Grid
What is a database? An organized collection of data. This can be in an electronic, paper, or other format. Types of databases Operational -constantly changing.
Access Lesson 2 Creating a Database
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Microsoft Access Understanding Relationships Academic Health Center Training (352)
Driving School Database
Representing taxonomy MarBEF-IODE workshop Oostende, March 2007.
RELATIONSHIPS Generally there are two main database types: flat-file and relational.
Normalization A technique that organizes data attributes (or fields) such that they are grouped to form stable, flexible and adaptive entities.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 4 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 4 Normalization.
CORE 2: Information systems and Databases NORMALISING DATABASES.
Information Systems & Databases 2.2) Organisation methods.
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
Database Design 1: Introduction and Terminology CS 320.
5. Database Design Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis Using Spreadsheets 1.
Database Beginnings. Scenario so far In our scenario we have people registering for training sessions. –The data about the training sessions was placed.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
DirtBike Order Database– ER Diagram Prepared by (Your Name) Summer 2013.
HSC IT Center Training University of Florida Microsoft Access Understanding Relationships Health Science Center IT Center – Training
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Rebecca McCready Faculty of Medical Sciences Newcastle University Lecture 2 – Relationships and Lookup fields.
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Concepts 2440: 180 Database Concepts Instructor:
Database Fundamentals CSC105 Furman University Peggy Batchelor.
RDBMS MySQL. MySQL is a Relational Database Management System MySQL allows multiple tables to be related to each other. Similar to a Grandparent to a.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Database Terms Hernandez, Chapter 3. Data/Information The values you store in the database are data. Pieces of Data in and of themselves is not particularly.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
By Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson, Linda Lau, Jerri Williams Chapter 6 Action and Specialized Queries 1.
Extending the biogeographical model Africamuseum 6 (7?) June 2013.
Designing Databases for Biological Research Brian R. Mitchell Fall 2006.
Understand Relational Database Management Systems Software Development Fundamentals LESSON 6.1.
Connecting (relating) Data Tables to get Custom Records (Queries) Database Basics.
Postgresql East Philadelphia, PA Databases – A Historical Perspective.
Chapter 1 Introduction to Database. Database Concept Field: a basic data element or attribute of an object Record: a set of fields Table: a set of records.
Chapter 4 Relational Database, Pivot Charts, and Switchboard.
Multiplication Table Grid
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Designing Databases for Biological Research Brian R. Mitchell Fall 2006.
Order Database – ER Diagram Prepared by Bryan Borcher Spring 2014.
1 Microsoft Access 2002 Tutorial 2 – Creating And Maintaining A Database.
HSC IT Center Training University of Florida Microsoft Access Relationships Health Science Center IT Center – Training
Lecture 5 Data Model Design Jeffery S. Horsburgh Hydroinformatics Fall 2012 This work was funded by National Science Foundation Grant EPS
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
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.
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Order Database – ER Diagram
Multiplication table. x
CIS 155 Table Relationship
CSCI-100 Introduction to Computing
Order Database – ER Diagram
Data Modelling Introduction
Multiplication Tables
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Database Design and Development
G061 - Data Dictionary.
Microsoft Access Date.
BTEC ICT – Unit 18 With Mr Griffiths.
Chapter 3 The Relational Model
Presentation transcript:

Exercise – Bird Count Database TablesFields Species Species_ID, Common Name LocationHabitat, Coordinates VisitTime, Weather, Date SurveyMinute, species, visual/auditory Multiple visits to each location 10 minute count during each visit: listens for each individual of each species that can see or hear, records species, minute during count, visual/auditory Only one observer (otherwise an observer table would be needed)

Bird Count Database - Grid HOW ARE THE TABLES RELATED? What is the key? SpeciesLocationVisitSurvey LocationN/A---- VisitN/A-- SurveyN/A

Bird Count Database - Species Document the Species Table Table Name: Table Description: Table Fields: Relationships:

Bird Count Database - Species Document the Species Fields Field Names: Field Descriptions: Data Type: Constraints: Is there a primary key? Is any data duplicated (value depends only on a field other than the primary key), indicating the need for a separate table? Are there any groups of fields (e.g.: Count1, Count2, Count3, or Species1, Species2, Species3)? Are there any rules (constraints based on more than a single field) that relate to information in this table?

Bird Count Database - Location Document the Location Table Table Name: Table Description: Table Fields: Relationships:

Bird Count Database - Location Document the Location Fields Field Names: Field Descriptions: Data Type: Constraints: Is there a primary key? Is any data duplicated (value depends only on a field other than the primary key), indicating the need for a separate table? Are there any rules (constraints based on more than a single field) that relate to information in this table?

Bird Count Database - Visit Document the Visit Table Table Name: Table Description: Table Fields: Relationships:

Bird Count Database - Visit Document the Visit Fields Field Names: Field Descriptions: Data Type: Constraints: Is there a primary key? Is any data duplicated (value depends only on a field other than the primary key), indicating the need for a separate table? Are there any rules (constraints based on more than a single field) that relate to information in this table?

Bird Count Database - Survey Document the Survey Table Table Name: Table Description: Table Fields: Relationships:

Bird Count Database - Survey Document the Survey Fields Field Names: Field Descriptions: Data Type: Constraints: Is there a primary key? Is any data duplicated (value depends only on a field other than the primary key), indicating the need for a separate table? Are there any rules (constraints based on more than a single field) that relate to information in this table?