What is Database? A database is a collection of data with defined structure and purpose. Data can easily be accessed, managed, and updated. Data can be.

Slides:



Advertisements
Similar presentations
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 quickly and.
Advertisements

Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
Lecture Microsoft Access and Relational Database Basics.
Introduction to Database ISYS 363. File Concepts File consists of a group of records. Each record contains a group of fields. Example: Student file –SIDSnameMajorSexGPA.
Getting Started (Excerpts) Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-1 David M. Kroenke’s Database Processing: Fundamentals, Design, and.
David M. Kroenke and David J. Auer Database Processing—12 th Edition Fundamentals, Design, and Implementation Chapter One: Introduction KROENKE AND AUER.
Dr. Mohamed Osman Hegazi
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Concepts & Introduction to MS Access 1. Outline Database Overview  Database Management System Concepts  Database Structures Database, tables,
Introduction to database systems
Web-Enabled Decision Support Systems
David M. Kroenke’s Chapter One: Introduction Part Two Database Processing: Fundamentals, Design, and Implementation.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Introduction to SQL Steve Perry
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Using Database Management Systems.
Databases. Database A database is an organized collection of related data.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
Dr. Mohamed Osman Hegazi 1 Database Systems Concepts Database Systems Concepts Course Outlines: Introduction to Databases and DBMS. Database System Concepts.
Relational Databases (MS Access)
Chapter 5 Database Processing. Neil uses software to query a database, but it has about 25 standard queries that don’t give him all he needs. He imports.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Microsoft Access Database Software.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
What is Microsoft Access? Microsoft Access is a relational database management system (DBMS or RDBMS). At the very core, it is a software “engine” that.
Dr. Mohamed Osman Hegazi
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
TECHNOLOGY TERMS BY:SHAQUILLA WATSON&SIMONE TAYLOR.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
Chapter-1- Basic Concepts Reference: Prof. Mona Mursi Lecture notes
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
David M. Kroenke and David J. Auer Database Processing: Fundamentals, Design, and Implementation Chapter One: Introduction.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
5/12/  It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant.
Understanding Core Database Concepts Lesson 1. Objectives.
DBM 380 Week 2 Individual Assignment Database Design Paper Write a 350- to 700-word paper in which you do the following: Explain what database systems.
Microsoft Access 2016 Overview of Microsoft Access Databases
Introduction to Microsoft Access
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
An Introduction to database system
DATABASE CONCEPTS A database is a collection of logically related data designed to meet the information needs of one or more users Data bases are store-houses.
Database Management:.
David M. Kroenke and David J
Principles of Software Development
Database Management  .
Tools for Memory: Database Management Systems
Database Processing: David M. Kroenke’s Chapter One: Introduction
Database Processing: David M. Kroenke’s Chapter One: Introduction
Objective 2.02: Understand computer performance and features
Introduction to DataBase
Database.
DATABASE SYSTEM UNIT I.
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Data base management system dbms
Objective 2.02: Understand computer performance and features
Lecture 1 File Systems and Databases.
Chapter 1 Database Concepts.
Why Study Databases? Databases have incredible value to businesses.
DATABASES WHAT IS A DATABASE?
Getting Started Chapter One DATABASE CONCEPTS, 5th Edition
Chapter 1 Introduction to Database Processing
DATABASE TECHNOLOGIES
Database & Information Systems
Getting Started Chapter One DATABASE CONCEPTS, 4th Edition
Understanding Core Database Concepts
Presentation transcript:

What is Database? A database is a collection of data with defined structure and purpose. Data can easily be accessed, managed, and updated. Data can be in any number of formats electronic, printed, graphic, audio, statistical, combinations Difference between Data and Information? Data are physical data such as numbers, text, images, and videos. Data is a representation of information. Information is knowledge that is derived from study, experience, or instruction. Information is any kind of knowledge that is exchangeable amongst people, about things, facts, concepts, etc., in some context. Information is interpreted data

Components A database consists of one or more tables. Each table has its own unique name and consists of columns and rows. Example: Spreadsheets (Microsoft Excel) –data in tabular form If you’re familiar with spreadsheets like Microsoft Excel, you’re probably already familiar with storing data in tabular form. PID SSN FNAME LNAME DOB AGE CITY 1111 123-00-1000 John Smith 1/1/1990 21 Fairfax 1112 234-00-1001 Lisa Baker 3/15/1980 31 1113 456-00-1003 Edward Cook 12/12/1977 32 Vienna 1114 789-00-1004 Tove Nilsen 7/8/2000 11

What is DBMS? A DBMS is a software package with computer programs that control the creation, maintenance, and the use of a database. Examples: Oracle, Microsoft SQL Server, IBM DB2, Informix Microsoft Access, Microsoft FoxPro, MySQL, Borland dBase Technically speaking, it is a software system that uses a standard method of cataloging, retrieving, and running queries on data. You might find a DBMS at school’s library or at a site on the internet. VA uses Vista as its electronic medical record system. Mumps is its DBMS. It is hierarchical database

What is Database System? The DBMS software together with the data itself.

A Database System Environment