2-708-04 Information Technology in organizations Lab sessions : Access 1 Creating the database Library.

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

Online Book Sell/Exchange Usha Chhetri CS491A. Search Design Search ByGO Title Title Author Author Price Price Subject Subject Zip Code Zip Code.
Relational Database Systems Higher Information Systems Advanced Implementation in MySQL/PHP.
Relational Database Systems Higher Information Systems Advanced Implementation in Microsoft Access.
How To Use OPAC.
Exercise 1 Consider the ER diagram below. Assume that an employee may work in up to two departments or may not be assigned to any department. Assume that.
Data Modeling. What are you keeping track of? You begin to develop a database by deciding what you are going to keep track of. Each thing that you are.
How To Use OPAC.
MS-Access XP Lesson 2. Input Mask Property 1.Field : Phone No Data Type : Number Input Mask : Character 0 represent a single digit and phone.
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.
8 June Single table database in normal form Fields and records Normal form 1.Header in the first line 2.Same content for every field 3.Each record.
Table design screen Field name Data type Field size Other properties.
Overseas Library Catalog – Request Item Overseas Library Catalog Request loaned item.
Data modelling uses two main techniques Entity relationship (E-R) modelling: a top- down approach Normalisation: a bottom-up approach.
Table design screen Field name Data type Field size Other properties.
Overseas Library Catalog – Basic Search Overseas Library Catalog Basic Search by Title: “ The Middle East: geography and geopolitics” by Ewan W. Anderson.
1 LBSC 690: Week 9 SQL, Web Forms. 2 Discussion Points Websites that are really databases Deep vs. Surface Web.
SQL Exercises1 Revising RDB and SQL CTEC2902 Advanced Programming.
Conceptual Models. Models A model is a structure that represents certain aspects of some part of the reality.
For every book title we want to know: author, titel, publisher, ISBN-number and to which genre it belongs. About every copy of the book we also want to.
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?
Creating a Database in Access Creating a database involves 1.Logical design of tables and relationships 2.Physical design of tables and relationships 3.Populating.
CONTENTS  ABSTRACT  INTRODUCTION  HARDWARE & SOFTWARE REQUIREMENTS  PROBLEM ANALYSIS  MODULES DESCRIPTION  TABLE DESIGN  ER DIAGRAM  SCREEN SHOTS.
Case study Lisa’s Bookstore IST210.
Web Database Design Session 6 and 7 Matakuliah: Web Database Tahun: 2008.
2.3 Organising Data for Effective Retrieval
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
How To Create Your Own Account in Destiny Sue Thach 2012.
School library systems 3.2 Education. Libraries often contain many thousands of books, magazines, CD- ROMs, etc. In fact, some of the largest libraries.
CSE 441: Systems Analysis & Design
Database. Basic Definitions Database: A collection of related data. Database Management System (DBMS): A software package/ system to facilitate the creation.
ICT IGCSE.  Understand a wide range of work-related ICT applications and their effects, including applications in libraries (such as records of books.
The Three Branches of Government Names:. The Executive Branch  How many key members are in the executive branch?
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Database Design Shortcuts. What’s your problem? Sort out the basic idea for the Database… e.g. : Your local Angling Club is looking to set up a Database.
This is the first screen you will encounter. Select Blank Database.
Constraints - primary and foreign keys in Oracle Please use speaker notes for additional information!
Evaluating Web Pages Techniques to apply and questions to ask.
Relational Database. I. Relational Database 1. Introduction 2. Database Models 3. Relational Database 4. Entity-Relationship Models 5. RDB Design Principles.
 So people are returning our books late and we now need to add a way to track our fines.  Define relationships and make tables.
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.
Electronic library catalogue in integrated library system ALEPH.
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.
Evaluating Web Pages Techniques to apply and questions to ask.
COMP 430 Intro. to Database Systems ER Implementation as Tables Slides use ideas from Chris Ré.
COMP 430 Intro. to Database Systems Entity-Relationship Diagram Basics Slides use ideas from Chris Ré.
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,
COMP 430 Intro. to Database Systems ER Design Considerations Slides use ideas from Chris Ré.
Date: Your Ideas in Your Words Your research question: Citation How is this information helpful? Information from Resource [date][type your question here]
Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.
Find death date for a member. Date of Birth Search death date for James M Clar k. Name taken from a former member list.
Logical Database Design and Relational Data Model Muhammad Nasir
Access 2, FORM BASICS In Access. 9/22/042 Access Lab Plan To Develop a Database & Applications To Learn Class Concepts To Learn Access Basics.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
G057 - Lecture 05 From Scenario To Design Mr C Johnston ICT Teacher
Year 12 > 13 Applied GCE ICT Unit 7 Using Database Software.
Module 2 Research and Library Skills Part 2 Assessing information from primary sources Advice on acceptable primary sources Developed by Céline Benoit,
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
ER MODEL Lecture 3.
Using LINC, the Library Catalog
ER Models ISSUES and Examples CS263 Lecture 9
INFO/CSE 100, Spring 2005 Fluency in Information Technology
5.02 Understand database queries, forms, and reports used in business.
G061 - Entity Relationship Diagrams
Databases.
Introduction to Databases
Presentation transcript:

Information Technology in organizations Lab sessions : Access 1 Creating the database Library

Information Technology in Organizations ( ) Lab session 1 Situation Your neighborhood library needs a new information system to improve its performance of loan management. Recently the members were complaining about the fines for the delays. Moreover, the bookkeeper is unable to answer their questions about book delays. As you are a good Samaritan and active member of the library, you propose a design for the data base in order to keep track of books.

Information Technology in Organizations ( ) Lab session 1 The situation  Name, FirstName, Address, telephone, Member birth date  Book title, purchase date, purchase price, book type, Key-words,  Name and FirstName of authors, birth and death date  Loans, delays and fines Key words

Information Technology in Organizations ( ) Lab session 1 A more complete solution: Member Author MemberCode FirstName Name Address Telephone BirthDate ISBN Title Key-words Type AuthorCode FirstName Name BirthDate DeathDate are written by (1,N) writes (1,N) Involves (1,1) takes out (0,N) Book Loan are involved in (0,N) are made by (1,1) CopyNo PurchaseDate Price Copy is of (1,1) Has (1,N) LoanId LoanDate ReturnDate Fine

Information Technology in Organizations ( ) Lab session 1 Exercice to do :  Create the table Member with the corresponding fields. Set the type of data to be entered in each field. Check the properties of fields. Identify the field or fields for the primary key.  Create the other tables.  Insert a few data in each table.  Determine the relations between tables.  Visualise the structure.