ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.

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

With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Identify Good Database Design A database is an organized collection.
Database Theory Each Table in a Database needs a Primary Key Data TypesDescriptionExample TextCharacters (Letters, numbers and symbols) ABC 123 NumberNumerical.
Table design screen Field name Data type Field size Other properties.
Access A Relational Database Management System. Prof. Leighton2 Database ► A database is a collection of data that’s related to a particular topic ► A.
Database PowerPoint Guy Wade Comm 165 Guy Wade Comm 165.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Table design screen Field name Data type Field size Other properties.
Information Storage and Retrieval CS French Chapter 3.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Database terms Mr. Brunton.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
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.
DATABASE MANAGEMENT SYSTEMS BASIC CONCEPTS 1. What is a database? A database is a collection of data which can be used: alone, or alone, or combined /
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Lesson 1 -What is a Database? -Fields and Records
BUS1MIS Management Information Systems Semester 1, 2012 Access: Creating a Database Week 6 Lecture 2.
Step 1:Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could.
Databases. Database A database is an organized collection of related data.
CSC 240 (Blum)1 Introduction to Database. CSC 240 (Blum)2 Data versus Information When people distinguish between data and information, –Data is simply.
Lesson 17 Getting Started with Access Essentials
Chapter 4 Introduction to MySQL. MySQL “the world’s most popular open-source database application” “commonly used with PHP”
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
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…?
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
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.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
Database Fundamentals Lecture 4 Useful website for MySQL download language.com/workshops/Default.asp ?workshop=21.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
Theme 2: Working smarter Topic 14: Using the right package for the job. Chapter 4.1. Page 203 – 221 Introduction to Access.
Database revision.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Databases and Speadsheets
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
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.
Database Objective Demonstrate basic database concepts and functions.
Planning & Creating a Database By Ms. Naira Microsoft Access.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
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.
JORGE DIAZ PORRAS,FRANCISCO GARZA,NESTOR DOMINGUEZ.
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.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
* 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.
Part 1.  To answer the question “what is a database?”  To understand the basic components of a database and start to plan/create our own.
Howard Paul. Sequential Access Index Files and Data File Random Access.
SQL constrains and keys. SORTED RESULTS Sort the results by a specified criterion SELECT columns FROM tables WHERE predicates ORDER BY column ASC/DESC;
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Database Essentials Lesson 1. Software Orientation.
Copyright © it’sLearning 365. All rights reserved. DATABASE CONCEPTS Understanding Databases Start …
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:
Creating a database table
Databases Chapter 16.
records Database Vocabulary It can be useful to collect information.
Databases Explained Tables © Dolinski 2007.
Database Management  .
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Step 1:Introduction to a Database
INTRODUCING DATABASES
Database.
Spreadsheets, Modelling & Databases
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Microsoft Access Date.
Databases WOW!! A database is a collection of related data.
Presentation transcript:

ATADESAB

BATLE

CORDER

DLEIF

Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.

What is a database? A database is a collection of information. You can have a very large one such as an encyclopaedia on a CD-ROM, or a much smaller one that you create yourself.

Examples of databases  Library catalogues  Amazon website  School details (results) in a school  Address book Try to think of at least two ideas.  What could you use a database for? Try to think of at least two ideas.  Discuss for 60 seconds

Database IDFirstnameSurnameDOBAgeSubject1Subject2Subject3 1MaralZarlykova12/07/200014PhysicsICTEnglish 2DinaAkhmetova4/05/200014ChemistryBiologyEnglish 3AuezSharipov02/05/199915PhysicsICTEnglish 4IlyasKabidenov04/11/199915ChemistryBiologyEnglish Records Primary Key Fields TABLE Column Row Cell

Datatypes

What datatype is: 1. Firstname 2. DOB 3. Age 4. ID IDFirstnameSurnameDOBAgeSubject1Subject2Subject3 1MaralZarlykova12/07/200014PhysicsICTEnglish 2DinaAkhmetova4/05/200014ChemistryBiologyEnglish 3AuezSharipov02/05/199915PhysicsICTEnglish 4IlyasKabidenov04/11/199915ChemistryBiologyEnglish

Database Definitions A database is a collection of information, that is organised and makes it easy to find things. A table stores all the information about a particular topic A record (tuple) is all of the data about one person or one thing. It is made up of fields. A field is a single piece of data about one person or one thing. Datatype sets what kind of information can be stored in a field, eg number, text. A Primary Key is a field within a database which enables every record to be uniquely identified.

Formative assessment Answer questions on Databases