Download presentation
Presentation is loading. Please wait.
Published byEaster Ferguson Modified over 9 years ago
1
Database for Book Reviews LS 560 Assignment 3 Karin Harms, Cindy Lancaster, Jana Hyde Watts
2
Albertville High School Media Center Web Page
3
Has a nice, clean layout Has a useful welcome message with relevant announcements Currently has many great features, including links to Student and teacher surveys Policy and Procedure Manual Useful links Catalog link Albertville High School Media Center Web Page
4
Albertville High School Media Center Web Page
5
Web Page with Featured Book Review & Search Box
6
Web Page for Submitting a Book Review
7
MYSQL The database consists of four tables: 1. Table for the student’s information who is reviewing the book 2. Table for the book’s information that is being reviewed 3. Table for the book’s author information 4. Table to display the report of combined information Creating the Database
8
Table One – Student’s Information Creating the Database
9
Table Two – Book’s Information Creating the Database
10
Table Three – Author’s Information Creating the Database
11
Table Relationships Student Information Author Information Book Review Info Book Info
12
Table Four – Final Report Creating the Database
13
A few notes… Unique identifier protects the student’s privacy by not allowing other students to see who read the book and wrote the review The librarian will receive notification when a book review has been submitted. He/she will see the reviewer’s name and must approve the review before it is posted to the web page When posted to the web page, the reviewer’s name will not be included Summary
14
3 SQL statements Statement string: Insert into khauthors_lu (author_fname, author_lname, author_birth_year) values (‘Suzanne’, ‘Collins’, ‘1962’); Action accomplished: This string will insert Suzanne Collins’ author information into the khauthors_lu table. Extra Credit
15
3 SQL statements Statement string: Select * from khstudents_lu like ‘%Fuller%’; Action accomplished: This string will retrieve information on students with the name “Fuller” from the khstudents_lu table. Extra Credit
16
3 SQL statements Statement string: Select * from khbooks_lu; Action accomplished: This string will retrieve all available information from the khbooks_lu table. Extra Credit
17
Any Questions? LS 560 Assignment 3 Karin Harms, Cindy Lancaster, Jana Hyde Watts
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.