Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

Build a database I: Design tables for a new Access database
Organisation Of Data (1) Database Theory
Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111-Introduction to Database Systems.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
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.
Database Design Concepts Info1408
Information Storage and Retrieval CS French Chapter 3.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Database Software Application
Textbook Management and the Insignia Library System.
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.
Information and Data What’s the difference between two? Information systems = hardware and software working together… It will take DATA that has been put.
School library systems 3.2 Education. Libraries often contain many thousands of books, magazines, CD- ROMs, etc. In fact, some of the largest libraries.
Lesson 1 -What is a Database? -Fields and Records
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 Introduction. What is a Database? A DATABASE is a collection of related data. –Data is just another name for information.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
CSC 240 (Blum)1 Introduction to Database. CSC 240 (Blum)2 Data versus Information When people distinguish between data and information, –Data is simply.
Database Normalization Lynne Weldon July 17, 2000.
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.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Chapter 5: Data Types (2013) Revision Candidates should be able to know: Identify different data types? Key terms: File, record, field and key field Database.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
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…?
1.  An introduction to data modelling  The purpose of data modelling  Modelling data relationships 2.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
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.
What have we learned?. What is a database? An organized collection of related data.
Database revision.
Spreadsheet vs Database When do we use them?. Spreadsheet review Why do we use a spreadsheet?
Database Management Systems (DBMS)
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
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 Use and Structure
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Sample Table Standard Notation Entity name in uppercase
What is Handling Information?.
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
Sample template for portfolio - I would prefer to see you do something more original!
INTRODUCTION DATABASE TO. Who Needs a Database?????? We all do!!!!!!!!
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.
Databases. What is a Database? A database is an organized collection of information or data. Databases can be paper-based or electronic. Information (text.
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:
Year 12 > 13 Applied GCE ICT Unit 7 Using Database Software.
Percy K. Parakh Technology Training Coordinator – CDE ChSCC.
N5 Databases Notes Information Systems Design & Development: Structures and links.
Lesson 10 Databases.
Creating a database table
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Creating a Database Microsoft Access.
The Database Application
Database Management  .
Databases A brief introduction….
Databases.
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
Spreadsheets, Modelling & Databases
DATABASES Surname: Brown Forename: James Form: 7B
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
Activity 2 – model answer
Presentation transcript:

Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be classed as a database as it holds a collection of books. But, here we are referring to the use of a computer holding information. When facts are put into a database we can search it to find specific information. Can you name the most commonly used database in the world ? ………….Check your answer here:

The software we will be using to create a database is called Access. It uses tables such as the one below. Access databases are made up of Tables which contain:  Records  Fields  Different types of data  A Primary Key

Tables: Databases store information in a table. A table allows you to see all of the information on the database. Type of TableType of Data Pupil InformationName, Address, DOB Pupil AttendanceDays Absent, Days Attended, Reason for Absence, Days Late Staff InformationName, Address, Phone Number, Qualifications Below is an example of some of the tables that may be stored on a school database. What other data can be added to the Pupil Information Table?

Records: Each table contains records and each record is the whole information about the subject. This is the record for Monsters Inc. Make a list the information can you see about Monsters Inc.

Field: A Field is one piece of information about the subject. Make a list of the fields in this database? Discuss what fields might you find on a school library database?

Type of Data: Different types of data can be entered into a database. In this module we will be using text and number options. We can enter numbers and text in the text option but in the number option we can only enter numerical data. Can you think of a reason why we would enter a number in a text field?

Primary Key: Every record has a unique identifier, in Access this is called a Primary Key. Every record is automatically given a primary key, for example: The movie Frozen is given the number 7, the number 7 can never appear more than once so the record therefore has a unique identifier, in this instance the number 7. A unique identifier avoids confusion. It is something that can never be duplicated, so if there are two children in Year 5 with the same name i.e. Tom Jones then having a primary key in the pupil database will avoid any mix ups. When we leave school we are given a National Insurance number for work Our passports also have a unique identifier on each page. All items in the Argos catalogue have a unique identifier. Can you think of any other examples of where unique identifiers are used?