Fundamentals of Database Design

Slides:



Advertisements
Similar presentations
Fundamentals of Database Design John Villamil-Casanova Executive Vice President & CIO The Aspira Association ext. 123
Advertisements

Chapter 12 Information Systems Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Database PowerPoint Guy Wade Comm 165 Guy Wade Comm 165.
Chapter 12 Information Systems Nell Dale John Lewis.
6. Database Reports Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis Using Spreadsheets 1.
Database Fundamentals
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
Objective 5.01: Understand database tables used in business Database Fundamentals.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Introduction to SQL Steve Perry
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Databases. Database A database is an organized collection of related data.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Unit 1.  Introduction  Syllabus  Questions  Database Systems Overview.
End Show 3.4 Database Management System Unit 3. End Show What is a database? It’s an organized collection of data, related to a particular subject or.
What is a database? Example of database application: –Banks, –Hospital, –etc Extensions: –Multimedia databases –Geographic Information Systems –Data warehouse.
Database Fred Durao What is a database? A database is any organized collection of data. Some examples of databases you may encounter in.
Fluency with Information Technology INFO100 and CSE100 Katherine Deibel Katherine Deibel, Fluency in Information Technology1.
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.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Microsoft Access 2003 Tutorial By: Juan Y7. What is Microsoft Office Access? Microsoft Access, also known as Microsoft Office Access, is a database management.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Percy K. Parakh Technology Training Coordinator – CDE ChSCC.
Microsoft Access 2013 ®® Case Study Creating a Database.
DBM 380 AID Focus Dreams/dbm380aid.com
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Introduction to Database Systems
Fundamentals of Database
Database Fundamentals
Fundamentals of Database Design
IS 130 Information systems 1
Creating a Database Microsoft Access.
Databases Chapter 16.
Database Systems Chapter 3 1.
DBM 380 aid Education Begins/dbm380aid.com
Fundamentals of Information Systems, Sixth Edition
Databases A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data.
GO! with Microsoft Access 2016
Chapter 12 Information Systems.
Introduction to Database Systems
Database Management  .
Database Fundamentals
Database Management Dr. Yan Quan Liu ILS, SCSU
RELATIONAL DATABASE MODEL
Access Lesson 1 Understanding Access Fundamentals
DBM 380 Competitive Success/snaptutorial.com
DBM 380 Education for Service/snaptutorial.com
DBM 380 Teaching Effectively-- snaptutorial.com
Searching for and Accessing Information
Databases and Information Management
What is a Database and Why Use One?
Case Study Creating a Database
Database Fundamentals
Databases and Information Management
Database Fundamentals
Test Your Tech Blogging is: Someone's online journal.
Spreadsheets, Modelling & Databases
The ultimate in data organization
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
DATABASE TECHNOLOGIES
Christopher M. Pascucci
Cycle 3: Unit 27 Lessons 104 – 111.
Database Fundamentals
Presentation transcript:

Fundamentals of Database Design

What is a database A database is any organized collection of data. Some examples of databases you may encounter in your daily life are: a telephone book T.V. Guide airline reservation system motor vehicle registration records papers in your filing cabinet files on your computer hard drive. 

Why do we need a database? Keep records of our: Clients Staff Volunteers To keep a record of activities and interventions; Keep sales records; Develop reports; Perform research Longitudinal tracking

What is the ultimate purpose of a database management system? Is to transform Data Information Knowledge Action

More about database definition What is a database? Quite simply, it’s an organized collection of data. A database management system (DBMS) such as Access, FileMaker, Lotus Notes, Oracle or SQL Server which provides you with the software tools you need to organize that data in a flexible manner. It includes tools to add, modify or delete data from the database, ask questions (or queries) about the data stored in the database and produce reports summarizing selected contents.

Some Definitions A File: A group or collection of similar records, like INST6031 Fall Student File, American History 1850-1866 file, Basic Food Group Nutrition File A record book: a "rolodex" of data records, like address lists, inventory lists, classes or thematic units, or groupings of other unique records that are combined into one list (found in AppleWorks, FileMaker Pro software). A field: one category of information, i.e., Name, Address, Semester Grade, Academic topic A record: one piece of data, i.e., one student's information, a recipe, a test question A layout: a design for a database that contains field names and possibly graphics.

Fundamental building blocks Tables comprise the fundamental building blocks of any database.  If you're familiar with spreadsheets, you'll find database tables extremely similar.  Take a look at this example of a table sample database: The table above contains the employee information for our organization -- characteristics like name, date of birth and title.  Examine the construction of the table and you'll find that each column of the table corresponds to a specific employee characteristic (or attribute in database terms).  Each row corresponds to one particular employee and contains his or her information.  That's all there is to it!  If it helps, think of each one of these tables as a spreadsheet-style listing of information.

Where do we start? Let’s explore your “paper system” Client intake forms Job application form Funders reports Database modeling: Define required fields from “forms” or required reports Avoid repetition Keep it simple Identify a unique identifier or primary key