5/12/2016 1.  It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant.

Slides:



Advertisements
Similar presentations
Database Management: Getting Data Together Chapter 14.
Advertisements

1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
3-1 Chapter 3 Data and Knowledge Management
Geographic Information Systems
1004INT Information Systems Week 10 Databases as Business Tools.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
CSC 2720 Building Web Applications Database and SQL.
Databases and Database Management Systems
DAT702.  Standard Query Language  Ability to access and manipulate databases ◦ Retrieve data ◦ Insert, delete, update records ◦ Create and set permissions.
Database Design and Introduction to SQL
1 Intro to Info Tech Database Management Systems Copyright 2003 by Janson Industries This presentation can be viewed on line at:
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
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.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
INTRODUCTION lecture1 1. Data base concept Data is a meaningless static value. What does 3421 means? Information is the data you process in a manner that.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Geographic Information Systems GIS Data Databases.
Fundamental of Database Systems
Databases and DBMSs Todd S. Bacastow January
Introduction to Microsoft Access
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Intro to MIS – MGS351 Databases and Data Warehouses
Chapter 1 Introduction.
Introduction to Computing Lecture # 13
An Introduction to database system
Introduction to Databases by Dr. Soper extended with more examples
Chapter 4 Relational Databases
Geographic Information Systems
Database Management  .
Databases and Data Warehouses Chapter 3
Database Basics An Overview.
Introduction lecture1.
Introduction to Database Management System
Basic Concepts in Data Management
MANAGING DATA RESOURCES
Chapter 6 System and Application Software
Database.
DATABASE SYSTEM UNIT I.
Data Resource Management
PHP and MySQL.
Business Application Development
Database (DB) and Database Management System (DBMS)
DATABASES WHAT IS A DATABASE?
Getting Started Chapter One DATABASE CONCEPTS, 5th Edition
Data Resource Management
Advanced Database System
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Getting Started Chapter One DATABASE CONCEPTS, 4th Edition
DATABASE Purpose of database
Chapter 6 System and Application Software
Managing data Resources:
Geographic Information Systems
Presentation transcript:

5/12/2016 1

 It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant information.  For example: A school maintains record for teachers, students etc.This data needs to be available whenever its required.  It should be possible to retrieve any piece of I nformation at any time.  This data needs to be updated on regular basis.  For this we need to convert data into database. 5/12/2016 2

3

4

 It arranges information in such a way that any specific piece of information can be easily accessed. 5/12/2016 5

Types of DB  Hierarchical  Network  Relational  Object-oriented. 5/12/2016 6

 Of these, the Relational DB is the most popular one.  A relational DB stores data in the form of tables.  A table organizes data in rows called Records and columns are called Fields.  Records and Fields together make up the table. 5/12/2016 7

Fields Reco rds 5/12/2016 8

 It involves creating, modifying, deleting, and adding data to a DB.  The S/W that performs these functions are called DBMS.  DBMS software: Ms Access, MySQL, Oracle. 5/12/2016 9

Reduces Data Redundancy. Controls data inconsistency. Facilitates sharing of data. Enforces standards. Ensures data security. Maintains Integrity. 5/12/

5/12/

5/12/

5/12/

5/12/

5/12/

5/12/