Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111-Introduction to Database Systems.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Table design screen Field name Data type Field size Other properties.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Table design screen Field name Data type Field size Other properties.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Database Software Application
Computer Science & Engineering 2111 Introduction to Database Management Systems Relationships and Database Creation 1 CSE 2111 Introduction to Database.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie (Jeff) Gao.
Introduction to Database Systems
Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111 Introduction to Database Systems.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Microsoft Access Intro Class 1 Database Concepts.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Your Tour Guide is Jim Provensal. What We Will Cover s Introduction to MicroSoft Access u What is a database u What is a “Relational” Database s The Major.
Microsoft Access 2000 Creating Tables and Relationships.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
CPSC 203 Introduction to Computers T43, T46 & T68 By Jie (Jeff) Gao.
Exploring Office Grauer and Barber 1 Introduction to Access: What is a Database?(Wk1)
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Relational Databases (MS Access)
Key Applications Module Lesson 21 — Access Essentials
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
1 Microsoft Access Introduction – Tables and Forms ©Richard Goldman January 2000.
Access: Queries Ad-hoc Reporting Chapter T. Access Queries Queries Access Properties Sorting Selection Criteria Calculations.
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…?
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
This is the first screen you will encounter. Select Blank Database.
Microsoft Access 2000 Presentation 1 The Basics of Access.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is a Database? Robert Grauer and Maryann Barber Exploring.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
Exploring Microsoft Access Chapter 1 Introduction to Microsoft Access: What Is A Database?
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
CPSC 203 Introduction to Computers Lab 60 By Jie Gao.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Data Types and Field Properties continued… Understand database tables used in business.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Microsoft Access Database Creation and Management.
CPSC 203 Introduction to Computers Lab 21 By Jie Gao.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Access Test Questions Test Date: 05/05/16. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Acess Test Questions. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is not one of them? Tables.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Microsoft Access 2016 Design and Create Tables to Store Data
Introduction to Database Systems
Introduction to Database Systems
Microsoft Access 2013 Design and Create Tables to Store Data
Hierarchy of Data in a Database
Introduction to Database Systems
Design and Create Tables to Store Data Chapter 2
HANDS-ON TUTORIAL 1 By ARLENE N. BARATANG.
Introduction to Computer Science (CIS 101)
Microsoft Applications
Data Types and Field Properties
Access Test Questions Test Date: 05/05/16.
Grauer and Barber Series Microsoft Access Chapter Two
Presentation transcript:

Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems

l Tables - a list of data organized into fields and records l Queries - question structures to sort, filter and select specific information l Forms - structures for screen views of data l Reports - structures for written output of data l Program Modules & Macros - program code to perform specific actions Access DBMS “objects”: CSE 2111 Introduction to Database Management Systems 2

What is a database Form? Structures for screen view and input of information Used to simplify viewing and inputting of information Datasheet View Form View CSE 2111 Introduction to Database Management Systems 3

Structures for viewing written output of information What is a database Report? CSE 2111 Introduction to Database Management Systems 4

Defining Properties for each Field in a Table For a person’s social security number use: What field type? – Text, Number - Short Integer, Number- Long Integer etc. Should it be optional or required? Does the value need to be within certain limits or from a predefined list? Is there a default value? Would an input mask be appropriate CSE 2111 Introduction to Database Management Systems 5

How should you decide what information goes on which table? If a fact appears in more than one record of a table, then this fact should probably be defined in another table. – Example: Account number Each fact should change in only one place – Example: Address Calculations shouldn’t be part of the database – Example: Current Balance Select a Primary Key where applicable so you can relate your tables – Example: Account number CSE 2111 Introduction to Database Management Systems 6