Introduction to Databases. Data vs. Information u Data – a collection of facts made up of text, numbers and dates: Murray 35000 7/18/86 u Information.

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Post Exam Study Database Design
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
DataInformationKnowledgeAction  Data – a collection of facts made up of text, numbers and dates: Murray /18/86  Information - the meaning given.
Lecture Microsoft Access and Relational Database Basics.
 Use to clarify, not obfuscate  Be gentle on the eyes  Need to print?  Use differentiable colors and symbols.
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Database Software Application
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.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
MS Access Tutorial MGMT 683 J. Rees. Introduction MS Access is a relational database management system (RDBMS) Other PC-based RDMBS include: –MS FoxPro.
Microsoft Access Intro Class 1 Database Concepts.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Lecture # 1 By Ubaid Ullah.
ASP.NET Programming with C# and SQL Server First Edition
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Introduction to Database Concepts and Microsoft Access 2010 Academic Health Center Training (352)
Introduction to database systems
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
HSC IT Center Training University of Florida Introduction to Database Concepts and Microsoft Access.
Bruno Oluka Tel: Technical Director, Ubunifu Systems Microsoft Access Database Lecture 1 – Introduction To Microsoft.
IE 423 – Design of Decision Support Systems Introduction to Data Base Management Systems and MS Access.
Relational Databases (MS Access)
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.
Chapter 17 Creating a Database.
# 1# 1 CS 105 Databases Introduction What is a database? What is a front-end? What does open source mean? How do you pronounce SQL? CS 105 Spring 2010.
HSC IT Center Training University of Florida Introduction to Database Concepts and Microsoft Access 2007 Health Science Center IT Center – Training
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
I NTRODUCTION TO D ATABASE C ONCEPTS AND M ICROSOFT A CCESS 2007 Eyad M. AlMassri BGMS4101 Introduction 1.
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
® Microsoft Office 2013 Access Creating a Database.
Mr. Keller - MS Office 2 Access 2000 Chapter 1 Mr. Keller.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
What have we learned?. What is a database? An organized collection of related data.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. Adding a new field 1Right click the table name and select design view 2Type the field information at the end.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Database Management Systems (DBMS)
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Database Objective Demonstrate basic database concepts and functions.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
The Rent-A-Dress Database
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 1: Introduction to IS2803 Rob Gleasure
1 CPE 332 Introduction DBMS: Relational Database Managment Systems Instructor:Suthep Madarasmi, Ph.D. ดร. สุเทพ มาดารัศมี
3.1 CSC 102 Introduction to Information Systems Databases.
MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Sravanthi Lakkimsety Mar 14,2016.
Introduction to Database Concepts and Microsoft Access 2007 Presented By: Mr. Kenver Regis.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database Management  .
Fundamentals of Database Design
Introduction to Database Concepts and Microsoft Access 2000
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Introduction to Database Concepts and Microsoft Access 2003
Introduction to Database Concepts and Microsoft Access 2007
Access Tutorial 1 Creating a Database
Database Fundamentals
The ultimate in data organization
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Introduction to Database Concepts and Microsoft Access 2007
Presentation transcript:

Introduction to Databases

Data vs. Information u Data – a collection of facts made up of text, numbers and dates: Murray /18/86 u Information - the meaning given to data in the way it is interpreted: Mr. Murray is a sales person whose annual salary is $35,000 and whose hire date is July 18, 1986.

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

What is a Database? u A structured collection of related data u A filing cabinet, an address book, a telephone directory, a timetable, etc. u Google and your u School Student Information System

Basic Database Concepts u Table –A set of related records Name: Barry Harris College: Medicine Tel: Name: Barry Harris u Field u Record –A collection of data about an individual item –A single item of data common to all records

An Example of a Table Records Fields NameGatorLinkPhoneCollege Graffrgraff Pharmacy Harrisbharris Medicine Ipswichzipswich PHHP

Primary Keys & Foreign Keys NameUserPhoneCollege Graffrgraff Pharmacy Harrisbharris Medicine Ipswichzipswich PHHP To ensure that each record is unique in each table, we can set one field to be a Primary Key field. A Primary Key is a field that that will contain no duplicates and no blank values.

What is a Relational Database Management System (RDMS)? A relational database is a collection of tables from which data can be accessed in many different ways without having to reorganize the database tables. DON’T DUPLICATE DATA – That is, once relationships are created, tables can “talk” to each other. We can link (relate) the tables to find data from many different tables.

Relationships Foreign Keys are keyslink to data in other tables

Input Data with Forms u A friendlier view of the database u Used for data input, menus, display and printing u Can perform calculations and combine fields

Queries u A means of asking questions (querying) of your data u Can look across a number of Tables and other Queries u Can perform Calculations and Combine fields

Introducing Reports u Output of information in a printed report u Allows you to group and summarize datasummarize data u Can perform calculations and combine fields u Cannot edit data u Can make labels

Database Options Consumer u Microsoft Excel u Microsoft Access u FileMaker Pro u MySQL (Open Source) u Postgres (Open Source) Enterprise RDMS u Oracle u IBM/DB2 u MS SQL-server u Sybase u Informix u Lotus Notes u MySQL (Open Source) u Postgres (Open Source)

SQL u Structured Query Language (SQL) is used for relational database “programming.” u SQL is the most commonly used programming language in the world