2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.

Slides:



Advertisements
Similar presentations
Build a database I: Design tables for a new Access database
Advertisements

Someone hands you a a diskette that has data about schools in the City of Cleveland. They tell you that the school file is in a a dBase format. How do.
4d. Structured Query Language – JOIN Operation Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets.
WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary.
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.
Week 2 Normalization and Queries
Table design screen Field name Data type Field size Other properties.
Database Design Concepts Info1408
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Database Software Application
6. Database Reports Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis Using Spreadsheets 1.
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.
Data type – determines the type of data and range of values that can be entered in a field.
Database terms Mr. Brunton.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1 Created By Martin Schedlbauer
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.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
 Database ◦ A place where data can be stored and retrieved.  Objects ◦ An option you can manipulate. Eg. Tables, forms, queries.  Tables ◦ Tables are.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 Start Microsoft Access – New - Blank Database.
 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.
Chapter 4 Introduction to MySQL. MySQL “the world’s most popular open-source database application” “commonly used with PHP”
WEEK 10 Database Design. Agenda – Week 10 Review Hybrid Review Table Instance Charts Primary Keys Normalization.
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
G045 Lecture 09 ERD Diagrams (Entity Relationship Diagrams) Mr C Johnston ICT Teacher
© Relational Databases. © Entities Data is stored in tables. Each table is concerned with one entity An entity is a.
Chapter 17 Creating a Database.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
IE 423 – Design of Decision Support Systems Database development – Building Tables
4a. Structured Query Language - SELECT Statement Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets.
All Powder Board and Ski Microsoft Access Workbook Chapter 2: Database Design Jerry Post Copyright © 2003.
3. Relational Model Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
# 1# 1 Creating Tables, Setting Constraints, and Datatypes What is a constraint and why do we use it? What is a datatype? What does CHAR mean? CS 105.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
2a. What and Why Database? Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
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.
Planning & Creating a Database By Ms. Naira Microsoft Access.
2d – CheckBox Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
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?
Mr C Johnston ICT Teacher
Database design Using Access 2007
CS 111 – Nov. 8 Databases Database Management Systems (DBMS) Structured Query Language (SQL) Commitment –Please review sections 9.1 – 9.2.
* 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.
Howard Paul. Sequential Access Index Files and Data File Random Access.
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.
DATA SCIENCE MIS0855 | Spring 2016 Designing Data
Normalisation Unit 6: Databases. Just to recap  What is an Entity  What is an Attribute?
Introduction to Database Systems
IGCSE 4 Cambridge Designing a database table Computer Science
Databases Chapter 9 Asfia Rahman.
Practical Office 2007 Chapter 10
3d. Structured Query Language – JOIN Operations
Unit 16 – Database Systems
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Lingma Acheson Department of Computer and Information Science IUPUI
Topic 12 Lesson 1 – Data and databases
Chapter 4 Introduction to MySQL.
7 – Variables, Input and Output
ICT Database Lesson 2 Designing a Database.
More to Learn Different data types
Lecture 2 Lecturer: awdang aziz MS access
Presentation transcript:

2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1

Create a Database 2 Terms –Tables Chief structure in a database Each table should store a different type of object. All the information in a table should concern the same thing. Each table must have a unique name in one database, usually the table name indicates what is stored in the table Table names are all one word. Don’t use space in table names! E.g. STUDENT, ADVISER, STUDENT_INFO, PERFORMANCE_REVIEW

Create a Database 3 Terms –Tables STUDENT table: ADVISER table:

Create a Database 4 Terms –Records Specific instance of the subject in a table Can be viewed as rows E.g., The STUDENT table has 6 records, each record is information about a specific student.

Create a Database 5 Terms –Fields Also called attributes Can be viewed as columns Field names in a table must be unique, and should be all one word. E.g. Name, Phone, FirstName, Address1, Address2 E.g. Field names in the CUSTOMER table: CustomerID, LastName, FirstName, Address, City, State, ZIP, Phone

Create a Database 6 Terms –Fields field length – the maximum length of all the possible values, e.g. an appropriate length for the field FirstName would be 50 (normally no first names will be longer than 50 characters). field types – what kinds of values are stored in a field? E.g. CustomerID: numeric, Phone: text unique identifier - A field whose value can be used to uniquely identify a record. E.g., CustomerID

Access Data Types 7 What type of values are stored in a field? Text: Characters and Numbers, maximum 255 characters – E.g., name, address, job title, product type, … Memo: Large text, maximum 65,535 characters – E.g.,company information, mission statement, … Number: Numeric data, type varies – E.g., items sold, student ID, cost, … Date/Time: Dates and times from the year 100 to the year 9999 – E.g., date of birth, purchase date, …

Access Data Types 8 What type of values are stored in a field? Currency: Numbers with 1- 4 decimal places – E.g., price, cost, … AutoNumber: A unique sequential number that’s inserted by the software itself, each time a new record is entered, a unique number is assigned. – unique identifiers are typically defined as AutoNumber