Database terms Mr. Brunton.

Slides:



Advertisements
Similar presentations
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Table design screen Field name Data type Field size Other properties.
Lecture Access – Tables. What are Tables? Records Fields.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Data Types and Field Properties 5.01 Understand database tables used in business.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database Software Application
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data type – determines the type of data and range of values that can be entered in a field.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access 2000 Creating Tables and Relationships.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Lesson 1 -What is a Database? -Fields and Records
CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 Start Microsoft Access – New - Blank Database.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
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)
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
Chapter 17 Creating a Database.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
IE 423 – Design of Decision Support Systems Database development – Building Tables
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties continued… Understand database tables used in business.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
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.
Database Management System Conducted By Provincial Computer Resource Centre Gurudeniya Jayaratna Alahakoon.
Study Opportunities1 Database table quiz What is your name?
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
Database design Using Access 2007
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
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.
Database Essentials Lesson 1. Software Orientation.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
Creating a database table
Database Management  .
Creating a table in Access
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Data Types and Field Properties
ICT Database Lesson 2 Designing a Database.
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Presentation transcript:

Database terms Mr. Brunton

Database What is a database? Why do we use databases? A collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system. Why do we use databases? Databases are used to store, organize, and retrieve large amounts of data, quickly.  Therefore, databases can be used in any situation where data needs to be found quickly. Microsoft Access is a database editing software

Database examples Phone book Student records Employee records Driver’s License information, Health (Card) information) Bank account information ITunes / Music database Online stores (ie: Sears, E- Bay, Trader.ca, etc.) Sports / News (ie: NHL.com, TSN.ca)

Table a set of related data arranged in rows and columns

Field Relates to a column in a database table Contains all the information about one type of data (like names, address, etc.)

Field properties Properties, such as length, datatype, etc. that the database designer can set in order to control data

Datatypes Text, Memo, Number, Date/Time, Currency, AutoNumber, Yes/No, Lookup wizard

Text Datatype used to store any characters. Limited to 256 characters Ex: name, address

Memo Like the text datatype, memo is used to store any characters …. However it is unlimited in size. Ex: customer comments, comments on report cards

Number Datatype used to store values of numerical value Short integers, long integers, etc. have different value maximums … check field properties for more details Ex: age, population

Date / time Datatype used to store dates and times Can be shown in many different ways (full date, short date, times, etc.) Ex: date of birth

Currency Numerical datatype used to store money values Ex: amount owing

Autonumber Numerical value that is automatically created by Access Often used a unique identifier (primary key) Ex: student number, credit card number

Yes / no Datatype used to store a yes or no value Ex: paid in full?

Lookup A property under most datatypes that allows you create a list of values for a user to choose from Ex: salutation

Primary key Datatype property that requires each record in a table to be unique Used to ensure that no two records are the same Ex: social insurance number

Record Relates to a row in a database table Contains all of the data related to one person or item Ex: name, address, marks, etc about one student

Form Part of a database that allows a user to enter and edit data in a graphical interface

Query Asking the database question to find a certain set of data Ex: finding all students who are failing

Sort Ordering data in alphanumerical order

Report Creating a printable report of a database table or query

Datasheet view View for entering and editing data

Design view View that allows the database designer to edit field properties, query properties, etc.