ls 560: database project tonya olson

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

Upload: farrah

Post on 07-Feb-2016

19 views

Category:

Documents


0 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: LS 560: Database Project Tonya Olson

+

LS 560: Database Project

Tonya OlsonApril 14, 2014

Page 2: LS 560: Database Project Tonya Olson

+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.

Page 3: LS 560: Database Project Tonya Olson

+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 containedthe following tables: Authors Books Favorites Gender Genre

Page 4: LS 560: Database Project Tonya Olson

+Author Table

Page 5: LS 560: Database Project Tonya Olson

+Books Table

Page 6: LS 560: Database Project Tonya Olson

+Gender Table

Favorite Table

Genre Table

Page 7: LS 560: Database Project Tonya Olson

+Table Relationships

Page 8: LS 560: Database Project Tonya Olson

+Query #1For 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:

Page 9: LS 560: Database Project Tonya Olson

+Query #2For my second query, I wanted to see which books I

consider my favorites AND are written by women. When viewed inSQL format, it appears like this:

In design view,it appears like this:

Page 10: LS 560: Database Project Tonya Olson

+Query #2 (continued)

And the results are:

Page 11: LS 560: Database Project Tonya Olson

+Website Mock-UpIn 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 toaccess the results ofthe two queries.If time had allowed,I think more queriescould make this taban interesting way toget to know me andmy reading habits.

Mock-Ups canalso be found at:

http://bit.ly/QhDzFK

Page 12: LS 560: Database Project Tonya Olson

+Query #1 Results Mock-Up

Page 13: LS 560: Database Project Tonya Olson

+Query #2 Results Mock-Up