+ LS 560: Database Project Tonya Olson April 14, 2014.

Slides:



Advertisements
Similar presentations
How to Write an Annotated Bibliography
Advertisements

Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
 Open the Paradise.exe file  Application displays records in the Books database  Allows the store manager to enter an author’s name (or part of a name)
Access Custom Forms & Reports. Topics  Designer Skills  Tab Order (Forms)  Copying Properties  Adding a Control  Adding Page Breaks  Adding Tab.
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
THIRD THURSDAY BOOK CLUB PICKS DATABASE ASSIGNMENT Jean Mead LS560.
LOCAL BREWERY DATABASE FOR FREE THE HOPS COURTNEY CUMMINGS LS-560.
Garland Library Online Orientation. Introduction  This portion of the Online orientation is intended to help library users gain the basic knowledge and.
PubMed/How to Search, Display, Download & (module 4.1)
How To Find Annual Seminar Educational Sessions in the Security Database & Library Catalog.
It is not necessary to login to use the card catalog, but extra features are available when you are logged in. It is the same user name and password as.
2015 User Conference Utilizing the AAP Content Library April 24, 2015 Presented by: Jeannine Becker Facility Training Coordinator EHR Session.
Creating SmartArt The SmartArt feature allows you to create diagrams and charts to illustrate concepts that would otherwise require several paragraphs.
WDV 331 Dreamweaver Applications Snippets and Libraries Items Dreamweaver CS6 Chapter 18.
WORKS CITED TIPS LINKS AND SAMPLES OF WORKS CITED ENTRIES…
By: Joe DiPaola.  To inform students about the sport of fishing and the critical role it plays into helping our environment.  Share and spread the tradition.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
We will complete another date search by entering 2008 to 2010 in the Specify date range option and clicking on Search.
Reader’s Notebook Everything you need to know in order to set up your Reader’s Notebook.
Limits From the initial (HINARI) PubMed page, we will click on the Limits search option. Note also the hyperlinks to Advanced search and Help options.
THE LIBRARY WEBSITE General Information. From the HCT portal, click on Library. Then, FALCON Library Catalogue.
An Integrated Web Based 2d-gel database for Streptomyces coelicolor David Goodwin
Turnitin is an application that helps support the development of your skills in preparing written assignments.
The Development of the Ceramics and Glass website Mia Ridge Museum Systems Team Museum of London.
Visualisation of Statistics Callum, Daniel, Charlie, Courtney, Tom, Amel, Jesse.
Limits From the initial (HINARI) PubMed page, we will click on the Limits search option. Note also the hyperlinks to Advanced search and Help options.
CiNii Articles is a service that provides information on scholastic articles, with an emphasis on Japanese papers. It allows users to find the articles.
Okalo Daniel Ikhena Dr. V. Z. Këpuska December 7, 2007.
LIS-560 Database Assignment Kelly’s Kids Database Design by Chrystie Kroeker Boggs.
1 ENG 350 Children’s Literature A Guide to Resources at the Dick Smith Library.
1 Database Systems Introduction to Microsoft Access Part 2.
Senior Elective Tutorial MS Access Database: Student Records.
=. textHELP Toolbar Click to translate highlighted word into Spanish. Select the text you want to hear aloud and click the (green) right facing triangle.
Website for our class. The information is updated at the end of each.
Instructions to signing up to Goodreads.com and navigating around the webpage.
INFORMATION MANAGEMENT Module INFORMATION MANAGEMENT Module
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.
Finding the Right Fitness Class Creating a Database that does the work for you Stephanie Long LS 560 Monday 04/14/2014.
Microsoft Access 2013 Create Professional Quality Output with Reports Chapter 5.
Advanced Adhoc Reporting 2010 Visions Conference July 28, 2010.
ACCESSING E-BOOOKS on ATHENS Need more info? Visit the LRC or contact us on: or Ext 5360
Online Notetaking in PPT Big6 4.2 Use of Information Big6 project - Library Science  In Big6 4.2 Use of Information, pull out the relevant information.
Making a great Project 2 OCR 1994/2360. Implementation This is about how you make your system. It should have enough detail for a competent user to be.
This computer is on but it is in sleep mode to save energy.
ABOUT ME STORYBOARD BAYRAM FURAT. FIRST PAGE - HOME My first page on my About Me website will have some general information about me including but not.
Title Page The title page is the first page in the book. It tells you the title of the book, the author and the illustrator. It also tells you who published.
A am going to create a table in design view. I am going to create a table in an Access database that contains information about the books that I have on.
XP Adding Headers and Footers Text that is printed at the top of every page is called a header A footer is text that is printed at the bottom of every.
Destiny: Your Library’s Online Catalog Finding Books, Magazines Websites & More! Basic Search Power Search Visual Search Destiny Quest.
Search the online catalogue Does the library have the book I want?
Algebra 1 Section 4.2 Graph linear equation using tables The solution to an equation in two variables is a set of ordered pairs that makes it true. Is.
Command Buttons in Access Forms
LS 560 Database ProjecT: Group 10
Selecting a Novel for an Independent Reading Project
Microsoft Access 2016 Create Professional Quality Output with Reports
Library skills Search the catalogue. library skills Search the catalogue.
Adding Post Type Archive in WordPress Navigation Menus Guided By: wpglobalsupportwpglobalsupport.
Building the Northwind database from a SQL script
PubMed Database Interface (Basic Course Module 4 Part A)
Database Access from Client Applications
Running an Online Reading Challenge
Literary reference center
Describing & Summarizing,
Library skills Search the catalogue. library skills Search the catalogue.
Nov 5th Inservice.
How to use opac By Chad A..
IT-Portfolio button button button
EQ: How do I use scholarly sources to collect focused research?
PubMed/How to Search, Display, Download & (module 4.1)
Presentation transcript:

+ LS 560: Database Project Tonya Olson April 14, 2014

+ The Problem… LS 560 required students to build a website. As part of this assignment, I included a section entitled “Literary Loves” highlighting my favorite books and a link to my Goodreads page. While my Goodreads page details books that I’ve read and want to read, I thought it would be interesting to have a section that details the many books I own, including those that I have not read.

+ The Solution… Build a database! The database I built contains a selection of books contained in my personal library. A more comprehensive database would include all the books in my collection, but because of time and skill restrictions, I kept it smaller. My database contained the following tables: Authors Books Favorites Gender Genre

+ Author Table

+ Books Table

+ Gender Table Favorite Table Genre Table

+ Table Relationships

+ Query #1 For my first query, I wanted to see which books I own, but have not read yet. When viewed in SQL format, it appears like this: In design view, it appears like this: And the results are:

+ Query #2 For my second query, I wanted to see which books I consider my favorites AND are written by women. When viewed in SQL format, it appears like this: In design view, it appears like this:

+ Query #2 (continued) And the results are:

+ Website Mock-Up In order to illustrate my website’s database integration, I’ve added a tab called “My Library” which features the selection of books, as well as buttons to access the results of the two queries. If time had allowed, I think more queries could make this tab an interesting way to get to know me and my reading habits. Mock-Ups can also be found at:

+ Query #1 Results Mock-Up

+ Query #2 Results Mock-Up