Business Application Development

Slides:



Advertisements
Similar presentations
1 Constraints, Triggers and Active Databases Chapter 9.
Advertisements

Management Information Systems, Sixth Edition
CSCI 260 Database Applications Chapter 1 – Getting Started.
Getting Started (Excerpts) Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Why Databases.
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
Database Technical Session By: Prof. Adarsh Patel.
Chapter 9 Designing Databases Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Management Information Systems By Effy Oz & Andy Jones
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Object Persistence (Data Base) Design Chapter 13.
Object Persistence Design Chapter 13. Key Definitions Object persistence involves the selection of a storage format and optimization for performance.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
Getting Started Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Slide Chapter 5 The Relational Data Model and Relational Database Constraints.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Session 1 Module 1: Introduction to Data Integrity
Chapter 13.3: Databases Invitation to Computer Science, Java Version, Second Edition.
LECTURE TWO Introduction to Databases: Data models Relational database concepts Introduction to DDL & DML.
7.5 Using Stored-Procedure and Triggers NAME MATRIC NUM GROUP Muhammad Azwan Bin Khairul Anwar CS2305A Muhammad Faiz Bin Badrol Shah CS2305B.
Introduction to Oracle. Before Computerized Database Organization use a set of data files to store each individual data. – The file contains individual.
Data Integrity & Indexes / Session 1/ 1 of 37 Session 1 Module 1: Introduction to Data Integrity Module 2: Introduction to Indexes.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Databases Key Revision Points.
CHAPTER 7 DATABASE ACCESS THROUGH WEB
An Introduction to database system
Introduction to Databases by Dr. Soper extended with more examples
Database Systems Unit 16.
Introduction To Database Systems
Chapter 12 Information Systems.
CIS 207 The Relational Database Model
Chapter 4 Relational Databases
The System Catalog Describing the Data Copyright © Curt Hill
Database Management  .
Database Vocabulary Terms.
Databases and Information Management
What is a Database and Why Use One?
Chapter 2 Database Environment.
Accounting System Design
MANAGING DATA RESOURCES
Data Base System Lecture 2: Introduction to Database
Normalization Referential Integrity
Database Fundamentals
Database.
Test Review Exam 1: Prof. Manni
Data Model.
Accounting System Design
Databases and Information Management
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Flat Files & Relational Databases
Database Management Systems
DATABASE ENGINEERING INTRODUCTION.
The ultimate in data organization
Getting Started Chapter One DATABASE CONCEPTS, 5th Edition
Chapter 1 Introduction to Database Processing
Christopher M. Pascucci
Databases and Information Management
DATABASE Purpose of database
Course Instructor: Supriya Gupta Asstt. Prof
Relational data model. Codd's Rule E.F Codd was a Computer Scientist who invented Relational model for Database management. Based on relational model,
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
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:

Business Application Development Database Terminology Business Application Development

DB Terminology Database DBMS Often abbreviated DB. A collection of information organized in such a way that a computer program can quickly select desired pieces of data. DBMS Database Management System A collection of programs that enables you to store, modify, and extract information from a database.

DB Terminology RDBMS Table Relational Database Management System A type of DBMS that stores data in the form of related tables. Powerful because they require few assumptions about how data is related or how it will be extracted from the database. The same database can be viewed in many different ways. Table A collection of data that relates to each other

DB Terminology Record Field A complete set of information. Records are composed of fields, each of which contains one item of information. Also called a tuple Field A space allocated for a particular item of information. The smallest units of information you can access.

DB Terminology Data Metadata Attribute Distinct pieces of information, usually formatted in a special way. Metadata Data about data. Describes how and when and by whom a particular set of data was collected, and how the data is formatted. Attribute A particular piece of information about a field

DB Design Student Database

DB Terminology SQL Normalization Structured Query Language Standardized query language for requesting information from a database. Normalization The process of organizing data to minimize redundancy

DB Terminology First Normal Form Second Normal Form Third Normal Form Each field in a table contains different information. For example, in an employee list, each table would contain only one birth date field. Second Normal Form Each field in a table that is not a determiner of the contents of another field must itself be a function of the other fields in the table. Third Normal Form No duplicate information is permitted.

DB Design Normalize our database

DB Terminology Trigger A procedure that initiates an action when an event (INSERT, DELETE or UPDATE) occurs. Stored in and managed by the DBMS. Cannot be called or executed; the DBMS automatically fires the trigger as a result of a data modification to the associated table. Triggers are used to maintain the referential integrity of data by changing the data in a systematic fashion.

DB Terminology Key Foreign Key A field that you use to sort data. It can also be called a key field , sort key, index, or key word. Foreign Key A key field that identifies records in a different table

DB Terminology Questions?

DB Design Assign Key’s to our Student DB Create a gaming DB

Database assignment Lawn Care Company Technical Equipment Conference Sports Teams School’s Extra-curricular Activities Library program Student computers/internet Video Rental System Role playing game Racing game