Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.

Slides:



Advertisements
Similar presentations
Database Management Systems and Enterprise Software
Advertisements

Chapter 10: Designing Databases
What is a Database By: Cristian Dubon.
Chapter 3 : Relational Model
Chapter 5 Database Concepts. Why Study Databases? Databases have incredible value to business. Probably the most important technology for supporting operations.
Lecture Microsoft Access and Relational Database Basics.
Geographic Information Systems
Chapter 5 Database Concepts.
Getting Started (Excerpts) Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
CSC 2720 Building Web Applications Database and SQL.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Chapter 2 Database System Concepts and Architecture
IST Databases and DBMSs Todd S. Bacastow January 2005.
Database Management System Lecture 2 Introduction to Database management.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Database Lecture # 1 By Ubaid Ullah.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
Web-Enabled Decision Support Systems
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Database Technical Session By: Prof. Adarsh Patel.
Introduction to SQL Steve Perry
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
1 Chapter 1 Overview of Database Concepts. 2 Chapter Objectives Identify the purpose of a database management system (DBMS) Distinguish a field from a.
Introduction to Database Systems
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Using Database Management Systems.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
Entity Framework Overview. Entity Framework A set of technologies in ADO.NET that support the development of data-oriented software applications A component.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
The Relational Model UC Berkeley Extension Copyright © 2008 Patrick McDermott.
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
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.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
Indexes and Views Unit 7.
Database Basics BCIS 3680 Enterprise Programming.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
Lecture 10 Creating and Maintaining Geographic Databases Longley et al., Ch. 10, through section 10.4.
The Relational Model. 2 Relational Model Terminology u A relation is a table with columns and rows. –Only applies to logical structure of the database,
Session 1 Module 1: Introduction to Data Integrity
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Logical Database Design and Relation Data Model Muhammad Nasir
7 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel 7.6 Advanced Select Queries SQL provides useful functions that.
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)
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Data Integrity & Indexes / Session 1/ 1 of 37 Session 1 Module 1: Introduction to Data Integrity Module 2: Introduction to Indexes.
Fundamental of Database Systems
Getting started with Accurately Storing Data
Databases and DBMSs Todd S. Bacastow January
Entity- Relationship (ER) Model
An Introduction to database system
Chapter 2 Database System Concepts and Architecture
Introduction to Web programming
Chapter 12 Information Systems.
CS1222 Using Relational Databases and SQL
Geographic Information Systems
Database Management  .
Databases.
Database.
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Microsoft Access Date.
Human and Computer Interaction (H.C.I.) &Communication Skills
Database Management Systems and Enterprise Software
Presentation transcript:

Computer Science 101 Database Concepts

Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience

Database Management System Complex software system General purpose - not specific to one domain Commercial product Vary from personal database managers (Access) to large, corporate systems (Oracle, SQL Server).

Relational Model Used by most popular database systems Data is stored in tables consisting of rows and columns. Rows correspond to individual entities. Columns correspond to properties or attributes of the entities.

Major Components - Definition Definition: –Define the tables and the kinds of data in the tables –Specify constraints on the data –Define relationships that exist between entities –Define indexes to be built for searching, etc. –Can be done with Data Definition Language or with some kind of “wizard” or “tool”.

Major Components - Tables

Major Components - Queries Searching for data that meet specified conditions Results can combine data from various tables and contain specified attributes Can be done with a Query Language or using special helper tools provided Query can be stored for future use

Alsos Browse for People

People Browse Query

Major Components - Forms Create Forms for –Data Entry –Update –Queries Can involve multiple related tables Can involve “action” buttons, computed values, etc.

Alsos Book Form

Major Components - Reports Printable reports Related data from various tables Sections and subsections Summary data based on sections, subsections, etc.

Alsos Book Report