Database Terminology Database Terminology. DATA: Data is a collection of raw facts and figures and is represented in alphabets, digits and special characters.

Slides:



Advertisements
Similar presentations
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Advertisements

Introduction to Databases
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Dr Gordon Russell, Napier University Unit Data Dictionary 1 Data Dictionary Unit 5.3.
Managing Data Resources
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
File Systems and Databases
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
1 Database Systems (Part I) Introduction to Databases I Overview  Objectives of this lecture.  History and Evolution of Databases.  Basic Terms in Database.
Introduction to Databases
1 Lecture 31 Introduction to Databases I Overview  Objectives of this lecture  History and Evolution of Databases  Basic Terms in Database and definitions.
1004INT Information Systems Week 10 Databases as Business Tools.
BTM 382 Database Management Chapter 1: Database systems
Chapter 1 An Overview of Database Management. 1-2 Topics in this Chapter What is a Database System? What is a Database? Why Database? Data Independence.
Databases and Database Management Systems
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 5 Database Processing.
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Unit 18: Database Modelling
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
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.
1 CSBP430 – Database Systems Chapter 1: Databases and Database Users Mamoun Awad College of Information Technology United Arab Emirates University
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Database Technical Session By: Prof. Adarsh Patel.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
 DATABASE DATABASE  DATABASE ENVIRONMENT DATABASE ENVIRONMENT  WHY STUDY DATABASE WHY STUDY DATABASE  DBMS & ITS FUNCTIONS DBMS & ITS FUNCTIONS 
Introduction to Database Systems
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
CS 474 Database Design and Application Terminology Jan 11, 2000.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Database Management System CCPS1533 Dr. Abdulsamad Ebrahim.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
SQL Structured Query Language Programming Course.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Database Management System (DBMS) an Introduction DeSiaMore 1.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
Unit 5 Advanced Databases The Purpose and features of a relational database.
Switch off your Mobiles Phones or Change Profile to Silent Mode.
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.
 TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM.
Data The fact and figures that can be recorded in system and that have some special meaning assigned to it. Eg- Data of a customer like name, telephone.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Chapter-1- Basic Concepts Reference: Prof. Mona Mursi Lecture notes
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Computer Science Centre University of Indonesia Chapter 1 Database & Database Users.
1 Lecture1 Introduction to Databases Systems Database 1.
Fundamental of Database Systems
Datab ase Systems Week 1 by Zohaib Jan.
Introduction to Computing
Fundamentals of Information Systems, Sixth Edition
Databases and Information Management
Introduction lecture1.
Basic Concepts in Data Management
Dr. Awad Khalil Computer Science Department AUC
Data base management system dbms
Dr. Awad Khalil Computer Science Department AUC
Advanced Database System
Terms: Data: Database: Database Management System: INTRODUCTION
Presentation transcript:

Database Terminology Database Terminology

DATA: Data is a collection of raw facts and figures and is represented in alphabets, digits and special characters format. It is not significant to a business. Data are atomic level pieces of information. They does not help in decision making. Example:23 is data, Ankit is data.

DATABASE A Database is a collection of related data or information stored so that it is available to many users for different purposes. Generally it is nothing but a computerised record keeping system. A Database has the following properties: It represents some aspects of real world. It has some meaning. A database is designed, builds and populated with data for a specific purpose. Examples of database are: Bank Hospital University Library Dictionary Phone Book Log Book.

DATABASE MANAGEMENT SYSTEM To be able to successfully design and maintain databases we have to do the following: Identify which part of the world’s data is of interest to us. Identify what specific objects in that part of the world’s data are of interest. Identify a relationship between the objects. Hence, the objects, their attributes and the relationship between them (that are of interest to us) are stored in the database that is designed, built and populated with data for a specific purpose. Software houses took up the challenge of designing a system that would help in managing data in such a database. These systems were called Database Management Systems (DBMS). DBMS is a system that allows inserting, updating, deleting and processing of data. Some of DBMS developed by software houses were Oracle, Ingress, Sybase, Dbase 3+, Foxbase, Fox pro, MS Access, Database, Data flex, Advanced Revelation, and so on.

Benefits of DBMS: The amount of data redundancy in stored data can be reduced. No more data inconsistencies. Stored data can be shared by a single or multiple users. Standards can be set and followed. Data integrity can be maintained. Data integrity refers to the problem of ensuring that database contains only accurate data. Security of data can be simply implemented. Data independence can be achieved, i.e. data and programs that manipulate the data are two different entities.