DATABASE PART 2. Components and Functions

Similar documents
COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

DEC Computer Technology LESSON 6: DATABASES AND WEB SEARCH ENGINES

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Massachusetts Institute of Technology Department of Urban Studies and Planning

Rapid Application Development

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

MS-Access : Objective Questions (MCQs) Set 1

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

SQL Functionality SQL. Creating Relation Schemas. Creating Relation Schemas

What is a database? Lesson - 1

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

tablename ORDER BY column ASC tablename ORDER BY column DESC sortingorder, } The WHERE and ORDER BY clauses can be combined in one

Tutorial 1. Creating a Database

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

DATA, DATABASES, AND QUERIES

Data Base Concepts. Course Guide 2

GlobAl EDITION. Database Concepts SEVENTH EDITION. David M. Kroenke David J. Auer

IFF 1414 Intro to Database. Notes

By: Access 2007 Table

Objectives Overview. Chapter 10 Managing a Database. Discovering Computers Instructor: M. Imran Khalil MSc-IT 1 st semester Fall 2016

Using Relational Databases for Digital Research

Full file at

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

9. Introduction to MS Access

Full file at Chapter 2: An Introduction to SQL

Microsoft Access Illustrated. Unit B: Building and Using Queries

Index. B backing up 76 7

11/12/11. Objec&ves Overview. Databases, Data, and Informa&on. Objec&ves Overview. Databases, Data, and Informa&on. Databases, Data, and Informa&on

Information & Communications Technology (ICT) Essentials 2 (2017/2018)

Bangladesh Open University

user specifies what is wanted, not how to find it

Introduction to Microsoft Access 2016

Course: US02EBCA02 (Working with RDBMS for Small Scale Organizations) Effective from June

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 8 Advanced SQL

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice

Chapter 1 SQL and Data

Microsoft SQL Server Week1

Lecture 1. Monday, August 25, 2014

CS313D: ADVANCED PROGRAMMING LANGUAGE

Bonus Content. Glossary

Very Short Answer Type Questions [1 Mark each]

Database in Everyday Life by Assoc. Prof. Dr. Churee Techawut adapted into English by Dr. Prakarn Unachak

Data Models and SQL for GIS. John Porter Department of Environmental Sciences University of Virginia

Information Systems Engineering. SQL Structured Query Language DDL Data Definition (sub)language

MIS 2502 Access 2007 Tutorial

Databases CSCI 201 Principles of Software Development

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD

MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0

Database Management Systems

Microsoft Certified Application Specialist Exam Objectives Map

LEAVE REQUEST. User guide Administrator. Version 1.0

Queries give database managers its real power. Their most common function is to filter and consolidate data from tables to retrieve it.

WIRELESS DATABASE VIEWER PLUS (ENTERPRISE EDITION) SERVER SIDE USER GUIDE

INFORMATION TECHNOLOGY NOTES

CS317 File and Database Systems

MS-Access Programming. Assit.Prof. Dr. Anantakul Intarapadung

Lecture Notes CPSC 321 (Fall 2018) Today... Survey. Course Overview. Homework. HW1 (out) S. Bowers 1 of 8

SQL Data Definition Language: Create and Change the Database Ray Lockwood

RECRUITMENT REQUEST. User guide Administrator. Version 1.0

Web Traffic - pct of Page Views

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Language. f SQL. Larry Rockoff COURSE TECHNOLOGY. Kingdom United States. Course Technology PTR. A part ofcenqaqe Learninq

Data and Knowledge Management Dr. Rick Jerz

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access

Sql 2008 Copy Table Structure And Database To

CS143: Relational Model

WIRELESS DATABASE VIEWER PLUS FOR POCKET PC PHONE: USER GUIDE PRODUCT VERSION: 1.5

WIRELESS DATABASE VIEWER PLUS FOR IPHONE: USER GUIDE PRODUCT VERSION: 1.0

DATABASES SQL INFOTEK SOLUTIONS TEAM

3 장. Access Object - Tables are for storing data. - Queries are for retrieving data - Forms are for entering and displaying data on screen.

CS108 Lecture 18: Databases and SQL

Discovering Computers Chapter 10 Database Management

Importing to WIRED Contact From a Database File. Reference Guide

Microsoft Office Illustrated Introductory, Building and Using Queries

Data and Knowledge Management. Goals. Big Data. Dr. Rick Jerz

Chapter 4: Data and Databases

B.H.GARDI COLLEGE OF MASTER OF COMPUTER APPLICATION. Ch. 1 :- Introduction Database Management System - 1

CGS 3066: Spring 2017 SQL Reference

SQL. SQL Data Manipulation: Queries

Chapter 1: Introduction to Microsoft Access 2003

Access Intermediate

Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke

Chapter 12 Databases and Database Management Systems

LECTURE SCHEDULE 13. MSACCESS: Concept of Database- Units of database, creating database

Where is Database Management System (DBMS) being Used?

Database Management System Fall Introduction to Information and Communication Technologies CSD 102

Relational Model. IT 5101 Introduction to Database Systems. J.G. Zheng Fall 2011

Lecture 1: Relational Databases

SQL language. Jaroslav Porubän, Miroslav Biňas, Milan Nosáľ (c)

Microsoft Access 2010 For the End User. 9/12/2011 Archdiocese of Chicago Mike Riley

Access Test Chapters 1 and 2

SQL Fundamentals. Chapter 3. Class 03: SQL Fundamentals 1

Computers Are Your Future

Unit 7: Database Development (Basic)

TIM 50 - Business Information Systems

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

These are all examples of relatively simple databases. All of the information is textual or referential.

Transcription:

DATABASE PART 2 Components and Functions

Key Terms data type field record form query report primary key foreign key one-to-one table relationship one-to-many table relationship many-to-many table relationship Structured Query Language (SQL) MySQL

Learning Targets Identify the components of a database. Distinguish between fields and records in a database. Describe the basic data types and formats used in a database. Distinguish between a table and a query. Identify database keys, including primary and foreign. Identify the relationships between tables in a database (i.e., one-to-one, one-to-many, many-to-many). Distinguish between a query and a report. Identify various report types. Describe Structured Query Language (SQL) and discuss its use with databases. Identify and compare various database applications, including Microsoft Access, MySQL, Oracle.

Database Uses Many of us do not realize that we use databases in our everyday tasks. We use databases in items such as smartphones, Web sites, computers and ATMs. Databases make it easy to search through large amounts of information. when people register with Web sites such as Facebook, YouTube, Snapchat and Instagram, all of their personal information is stored in those sites' databases.

basic data types used in a database Text Number Currency Date/Time Yes/No Memo Attachment Hyperlink

Database Tables, Fields and Records databases store data in tables that are made up of fields and records. Tables within a database can also be called datasheets

Distinguish between fields and records in a database In a database table of columns and rows, a field is a column and a record is a row. Web sites such as Facebook, all of your profile information, posts and photos anything you enter on the site are stored in the site's database tables.

Database Forms database programs use forms that provide a simplified way to enter, modify and view the database records using a database form is an alternative method to entering the data directly into the table or datasheet.

Database Query Query is another word for question Databases store data in a structured format, which can be accessed using queries the structured query language (SQL) was designed specifically for this purpose Users can create SQL queries that retrieve specific information from a database Review Introduction to Objects: Forms, Queries and Reports. Difference between a table and a query: Table: a file that stores all of the data Query: retrieves specific data from the tables

Database Table Keys and Relationships Primary key: A primary key is a unique identifier for a database record Foreign key: it is a field in a related database table that refers to the primary key in the primary table the data contained in the primary key is unique that is, no duplicate data can be contained in the field. the primary key and foreign key are used to relate two separate database tables

3 types of relationships in database tables

One-to-Many one-to-many relationship is the most common type of table relationship

Many-to-Many a many-to-many relationship between two tables is established by creating two oneto-many relationships with a third table, called a junction table. The junction table contains the primary key fields from each of the other two tables in the relationship.

Database Queries and Reports queries are used to request information from a database and display only that information to the user a query displays only the particular fields and records from a database that you want to see you can print a report to display information contained in a database or database query

Structured Query Language (SQL) SQL is pronounced sequel SQL is commonly used for developing and managing Web databases It is a query language used for accessing and modifying information in a database on the web MySQL is a variation of the language that makes it possible to create dynamic web pages that can display different information each time it loads.

Database Applications DMBS Database Management System a program used to store, access and manipulate database information. Microsoft Access is an end-user DBMS that you can use to create and manipulate fairly small and uncomplicated databases. Microsoft Access is generally used by individuals, rather than businesses. Oracle and MySQL are high-end DBMS programs used to create and manipulate large, complex databases. Oracle and MySQL and generally used by large organizations.