What Are Databases? Organized by Dr. Farrokh Alemi PhD

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

COMM 226 Database and content management Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University,
Lecture Microsoft Access and Relational Database Basics.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-1 David M. Kroenke’s Database Processing: Fundamentals, Design, and.
Attribute databases. GIS Definition Diagram Output Query Results.
Chapter 1: The Database Environment
Chapter 5 Application Software.
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
B.A. (Mahayana Studies) Introduction to Computer Science November March Office Tools A look at the main tools most computer users.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
Database Concepts & Introduction to MS Access 1. Outline Database Overview  Database Management System Concepts  Database Structures Database, tables,
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
Introduction to database systems
Web-Enabled Decision Support Systems
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
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)
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
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.
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
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.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
3.1 CSC 102 Introduction to Information Systems Databases.
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.
Fundamental of Database Systems
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Database management system (DBMS)
Fundamentals of Information Systems, Sixth Edition
Database Systems Unit 16.
CS1222 Using Relational Databases and SQL
ICT Database Lesson 1 What is a Database?.
Database Management  .
Database Processing: David M. Kroenke’s Chapter One: Introduction
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.
Database Processing: David M. Kroenke’s Chapter One: Introduction
Introduction to DataBase
Database.
DATABASE SYSTEM UNIT I.
Structured Query Language
Creating Tables & Inserting Values Using SQL
Data base management system dbms
Lecture 1 File Systems and Databases.
Introduction to Customizing Reports in SAP
Chapter 1: The Database Environment
The Database Environment
Spreadsheets, Modelling & Databases
DATABASES WHAT IS A DATABASE?
Topic 12 Lesson 1 – Data and databases
The ultimate in data organization
DATABASE TECHNOLOGIES
Chapter 3 Database Management
Overview of Databases and Salesforce Chapter 1
Introduction to Database systems
Microsoft Access Date.
Unit – V Data Controls.
Presentation transcript:

What Are Databases? Organized by Dr. Farrokh Alemi PhD Narrated by Ibtissam Elboukhari In this section we will discuss what databases are and why we use them. All PowerPoints provided are organized by Dr. Farrokh Alemi and narrated by Ibtissam Elboukhari.

Collection of data with defined structure and purpose What is database? Collection of data with defined structure and purpose A database is a collection of data with defined structure and Purpose. Data are numbers, text, images, and videos. Data are 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. Data in a database can easily be accessed, managed, and updated. Data can be seen in multiple formats such as electronic, printed, graphic audio, statistical and in combinations. The manipulation of data is information which can be defined as interpreted data.

Components A database consists of one or more tables. Each table has its own unique name and consists of columns and rows. A column is referred to as a field or variable. The rows are records. In this example, one table in the database is shown. The columns, “position title”, “Education requirements”, “functional area”, “Max Pay” and “Min Pay” are fields. Each row consists of a record. The first row is about executive assistants. They get paid 60,000 maximum pay. The individual cell values in the table are called data. Data can be numbers or text. It can be dates, integer, decimal or a web URL. Data can be a picture or a link to a picture.

Components If you’re familiar with spreadsheets like Microsoft Excel, you’re probably already familiar with storing data in tabular form. Each sheet in Excel is a separate table. Each column is a field. Each row is description of fields for one record. Here the first row is about John Smith. He is 21 years old at the time the information was inputted. He was born in 1990 in Fairfax.

What is dbms? DBMS is abbreviation for Database Management System. A DBMS is a software package with computer programs that control the creation, maintenance, and the use of a database. Examples include Oracle, Microsoft SQL Server, IBM DB2, Informix, Microsoft Access, Microsoft FoxPro, MySQL, Borland dBase and so on.

A Database system environment Users or programmers use the database system to manipulate the data. The database system is a collection of data and systems.

A Database system environment The application or query is a programming code that instructs the software to manipulate the data,

A Database system environment The software processes the programming instructions. It accesses the data and manipulates it.

A Database system environment When it is done it stores the result of the query back in the database. A database is usually shown as a cylinder, to emphasis its role in storing data.

A Database system environment To make sure the data are meaningful, the database usually has meta data, which provide information about the meaning of field names in various tables and their relationship to each other.

Make Sense Out of Data In short, the database system allows the user to manipulate data and make information out of messy collection of inter-related data.