Database Management  .

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Database Management Systems and Enterprise Software
1004INT Information Systems Week 10 Databases as Business Tools.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Database terms Mr. Brunton.
Database Lecture # 1 By Ubaid Ullah.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
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.
Simple Database.
Databases. Database A database is an organized collection of related data.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Database revision.
+ Information Systems and Databases 2.2 Organisation.
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.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Database Basics BCIS 3680 Enterprise Programming.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
5/12/  It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
Microsoft Access 2016 Overview of Microsoft Access Databases
Introduction to Microsoft Access
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Databases.
Fundamentals of Information Systems, Sixth Edition
Databases Key Revision Points.
GO! with Microsoft Office 2016
IS 130 Information systems 1
Databases Chapter 16.
Database Systems Chapter 3 1.
Fundamentals of Information Systems, Sixth Edition
Database Systems Unit 16.
GO! with Microsoft Access 2016
Chapter 12 Information Systems.
Databases A brief introduction….
Fundamentals of Database Design
RELATIONAL DATABASE MODEL
Databases and Information Management
What is a Database and Why Use One?
Big Data The huge amount of data being collected and stored about individuals, items, and activities and to the process of drawing useful information from.
Chapter 8 Working with Databases and MySQL
Database.
PHP and MySQL.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Structured Query Language
Database.
Databases and Information Management
Spreadsheets, Modelling & Databases
DATABASES WHAT IS A DATABASE?
Topic 12 Lesson 1 – Data and databases
Databases Continued 10/18/05.
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Introduction to MySQL NELINET October 28th, 2005.
Microsoft Access Date.
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
INTRODUCTION A Database system is basically a computer based record keeping system. The collection of data, usually referred to as the database, contains.
Presentation transcript:

Database Management  

Database Database: A database is a collection of related data or facts.

DBMS DBMS: A database management system (DBMS) is a software tool that allows people to create, store, access, and process data or facts into useful information.

Field: The smallest unit of data in a database; used to group each piece or item of data into a specific category. Fields are arranged in a column

Records: One full set of fields – that is, all the related data about one person or object – is called a record. Tables: A complete collection of records makes a table.

Flat File database structures A flat file database consists of a single data table. Flat file databases are useful for certain single user or small group situations., especially for list such as address list or inventories.

Relational Database structures In a relational is made up of set of tables – a common field in any two tables creates a relationship between the tables

Working with a Database 1. Creating tables 2. Viewing records 3. Sorting records 4. Creating queries 5. Generating report

Common Database Management System Oracle SQL Server MySQL MS Access

Creating Database Tables Name the Field Specify the Field type Specify the Field Size

Primary Key Each table in a relational database has one field that is designated as its primary key. This key field is the unique identifier for all the information in any row of the table and this primary key cannot be duplicated.