Table design screen Field name Data type Field size Other properties.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
By Wanda Gibson, CI, MMI, SME. Microsoft Access Access is a database management system. This system lets you create and process data. A database is a.
Database ACCESS. Database A series of objects used to enter, manage, and view data.
Database Theory Each Table in a Database needs a Primary Key Data TypesDescriptionExample TextCharacters (Letters, numbers and symbols) ABC 123 NumberNumerical.
Start First step Create a new blank database Create a database using the option that will enable you to build your database using pre-set options. Save.
Create a new blank database First step SUBMITTry again.
 To provide you with an overview of the aspects that make up a relational database.  This includes: › Tables › Records › Fields › Data types › Keys.
Mark Dixon Page 1 05 – Database Design: Sub-forms.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Accounting Databases Chapter 2 The Crossroads of Accounting & IT
Table design screen Field name Data type Field size Other properties.
Database Software Application
Database Relationships Objective 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Database Relationships Objective 5.01 Understand database tables used in business.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is.
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
Exploring Office Grauer and Barber 1 Introduction to Access: What is a Database?(Wk1)
RELATIONSHIPS Generally there are two main database types: flat-file and relational.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
Relational Databases (MS Access)
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
© Relational Databases. © Entities Data is stored in tables. Each table is concerned with one entity An entity is a.
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
This is the first screen you will encounter. Select Blank Database.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
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.
Introduction to Database using Microsoft Access 2013 Part 7 November 19, 2014.
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Exploring Microsoft Access Chapter 1 Introduction to Microsoft Access: What Is A Database?
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
Forms and Subforms 5.02 Understand database queries, forms, and reports used in business.
Microsoft Access 2013 Overview of Microsoft Access Databases.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Database Objective Demonstrate basic database concepts and functions.
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.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
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.
Microsoft Access Database Creation and Management.
Different key fields for different cases More to Learn A key field is a field that can be used to uniquely identify one specific record from other records.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Sample Table Standard Notation Entity name in uppercase
Chapter 1 Introduction to Database. Database Concept Field: a basic data element or attribute of an object Record: a set of fields Table: a set of records.
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
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.
Normalisation Unit 6: Databases. Just to recap  What is an Entity  What is an Attribute?
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Introduction to Database Systems
Microsoft Applications
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Presentation transcript:

Table design screen Field name Data type Field size Other properties

Datasheet View

Relationships screen Tables One-to-Many relationships

Elements of a database application Tables - for storing data Forms - screen layouts for entering and viewing data Queries - for asking questions about the data Reports - for printed output

To consider in table design Does the field identify items (eg customer name) or inform people about them? (eg age) or do both? (eg address) Which item is the unique identifier - the key? (cust no) What data type is appropriate for the field? (cust no = num, cust name = alp) What additional properties should the field have? (cust no: size = 3, required = yes) In creating fields:

Are these fields identifiers or informational? Electricity/gas company customer number. ID Bank account number. ID Book title in library catalogue. ID/INF Class mark of book in library. ID/INF Date your overdue book or bill is due. INF Current level of funds in your account. INF Module name: e.g. Information Systems Development and Practice 1. ID/INF Module number: e.g. UQI114S1. ID/INF

Key fields Key fields uniquely identify each record in the table If no one field is a unique identifier then either: - create a new identifier (eg cust no) or -make a key from two or more fields (eg first name + second name)