I NTRODUCTION TO DATABASE By: Afraa Sayah. I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A.

Slides:



Advertisements
Similar presentations
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Advertisements

Chapter IV Relational Data Model Pemrograman Sistem Basis Data.
DATA MODELS A collection of conceptual tools for describing data, data relationships, data semantics, and consistency constraints. Provide a way to describe.
Transaction.
ETEC 100 Information Technology
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.
1004INT Information Systems Week 10 Databases as Business Tools.
GIS A geographic information system. A GIS is most often associated with a map. A GIS is most often associated with a map. The map is a display of a data.
Attribute databases. GIS Definition Diagram Output Query Results.
Databases and Database Management Systems
Database Design Concepts Info1408
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Outline Types of Databases and Database Applications Basic Definitions Typical DBMS Functionality.
Chapter 16 (p481 – 485, ) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
Database Management System Lecture 3 Models of Database Management Systems.
Introduction to database systems
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
BUS1MIS Management Information Systems Semester 1, 2012 Access: Creating a Database Week 6 Lecture 2.
Chapter One (Introduction) Objectives Introduction to Database Management Systems (DBMS) Relational Databases Model Restrictions of RD Database Life Cycle.
Databases. Database A database is an organized collection of related data.
CS 474 Database Design and Application Terminology Jan 11, 2000.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Database Management System Lecture 4 The Relational Database Model- Introduction, Relational Database Concepts.
CSC 240 (Blum)1 Introduction to Database. CSC 240 (Blum)2 Data versus Information When people distinguish between data and information, –Data is simply.
Relational Databases (MS Access)
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Copyright © Curt Hill The Relational Model of Database Basic organization and terms.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Introduction: Databases By Margaret Lion 1. What is a database? A collection of data organized to serve many applications efficiently by centralizing.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 6 Personal and PC Databases.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Ch 14 QQ T F 1.A database table consists of fields and records. T F 2.Good data validation techniques can help improve data integrity. T F 3.An index is.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
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.
CISB113 Fundamentals of Information Systems Data Management.
Ch. 101 Database Management An Introduction to Databases.
IT in Business Personal and PC Databases Lecture – 14.
Intro to Access and Data Management. Announcements Chapter 5 – Thursday Entropy Registration Quiz Due Date Extended to Weds. Dreamspark Registration Questions?
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Lection №4 Development of the Relational Databases.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
King saud university Introduction to Database Systems (Chapter 1: Databases and Database Users)
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
Microsoft Access 2010 Chapter 11 Database Design.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
DAY # 11 Haifa Abulaiha February 29,
Fundamental of Database Systems
Outline Types of Databases and Database Applications Basic Definitions
Databases Chapter 16.
Database Management  .
What is a Database and Why Use One?
Database.
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Data Types Quiz.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
DATABASE Purpose of database
Microsoft Access Date.
Databases WOW!! A database is a collection of related data.
Interactive Powerpoint
Presentation transcript:

I NTRODUCTION TO DATABASE By: Afraa Sayah

I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A collection of related data. Database management system (DBMS): - Software package that facilitate the creation and maintains of a computerized database.

T ABLE A database usually contain more than one table. A table consist of rows and columns. Row is also known as a tuple or record. Column is also known as attribute or field. IDNameAgeGrade 11123Jack22A 11144Leona21C

Thank you