Database for Book Reviews LS 560 Assignment 3 Karin Harms, Cindy Lancaster, Jana Hyde Watts.

Slides:



Advertisements
Similar presentations
Jefferson Forest High School Library Welcome Hays 2012.
Advertisements

Organisation Of Data (1) Database Theory
Welcome to YouSchools.org Your school has a great story to tell. Tell it with YouSchools.org Your school has a great story to tell. Tell it with YouSchools.org.
 The ability to develop step-by-step procedures for solving problems.
1 Introducing Access ® Online Cardholder, Billing Official and Approving Official Training.
Spice up your Webpage with Web2.0 tools. What is your vision for your webpage? Like the yellow pages – an occasional reference tool?
Tele’Ware Software Application. Helping you manage your clients….
Clinical Trials Network ∙ Dissemination Library National Drug Abuse Treatment Welcome to the Library! CTN Dissemination.
Databases and modelling 3. day. 2 Agenda Introduction to SQL Status on database implementation Forms Exercises Reports.
Kirkwood Center for Continuing Education Introduction to PHP and MySQL By Fred McClurg, © Copyright 2010 All Rights Reserved.
Kirkwood Center for Continuing Education Introduction to PHP and MySQL By Fred McClurg, © Copyright 2014 All Rights Reserved.
A Guide to MySQL 7. 2 Objectives Understand, define, and drop views Recognize the benefits of using views Use a view to update data Grant and revoke users’
Figure Figure 18-1 part 1 Figure 18-1 part 2.
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
Jefferson Forest High School Library Welcome Hays 2012.
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
Destiny – the online catalog SCCS Library Media Center Rebecca Battistoni, Librarian SY
Introduction To Databases IDIA 618 Fall 2014 Bridget M. Blodgett.
10 Privacy Settings Every Facebook User Should Know.
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.
Research Strategies Step-by-Step An Introduction to Library Research Questions about this activity? Contact Kimberley Stephenson at
Story Board: CTC 203 Team Website For Dawn Mercer – for CTC 202 (I have owed you this for a long time now. I’m also doing another story board set to organize.
Server-side Scripting Powering the webs favourite services.
Spice up your Webpage with Web2.0 tools. What is your vision for your webpage? Like the yellow pages – an occasional reference tool?
ASP.NET Programming with C# and SQL Server First Edition
Summer Reading Marketing tips, ideas, and more! Share your ideas and tips at: summerreading.ning.com.
The Research Process Mr. Burt—Southwest HS—El Centro, CA.
Payflow Pro and Payflow Link Manager Merchant Interface Tutorial.
Introduction to Online Journal System (OJS) using Latin America Journals Online (LAMJOL) Sioux Cumming INASP.
Support.ebsco.com My EBSCOhost Tutorial Tutorial.
Nilanthi Seneviratne Meghavi Doshi iAnnotate: Digital Ink Annotation on the Web.
Our Online Catalog Apollo High School. Table of Contents 1. Lesson 1: What Resources? Lesson 1: What Resources? 2. Lesson 2: Online Catalog Lesson 2:
This walkthrough demonstrates how to search for eBooks in the EBSCO database.
PHP and MySQL CS How Web Site Architectures Work  User’s browser sends HTTP request.  The request may be a form where the action is to call PHP.
Introducing the Common App Online For First-Year Admission Last updated:
Advanced FrontPage Forms, Page Templates and Wizards, Behaviors, CSS, DWT and Page Layout.
Implementing the Theory dBase Operations in MS Access.
+ LS 560: Database Project Tonya Olson April 14, 2014.
World Cat World wide catalog of libraries in the U.S., Canada, and Europe.
Welcome to the Library Media Center Answers library.
22 November Databases. Presentations Tega: news 1954 Prediction.
Mark Lertvat (Speaker) Mike Jurney Andrew Levine Evan Davis.
For internal use only / © Siemens Industry Inc. 2010For internal use only / © Siemens Industry Inc Siemens Industry, Inc. Industry Mall Available.
Web Center Training ©2003 Optimum Technology, Inc.
I School SDV and Blackboard I School I School Welcome to SDV 100.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
Kemp Library See this presentation any time!
Understand Tables and How to Create Them Database Administration Fundamentals LESSON 2.2.
ASSIGNMENT 02 – Week of Nov 16 th IDEAS SQL insert and update statements Programmers-defined functions in PHP PHP safe IO functions: mysql_real_escape_string.
Communicating Using Your Website. Communication How do we communicate electronically? ◦ News Manager  News postings on our homepage  Text messages concerning.
Survey Please complete the following survey before we start. I will share my Google folder with you when we are done.
MySQL Tutorial. Databases A database is a container that groups together a series of tables within a single structure Each database can contain 1 or more.
Delete box add photo Name here Delete box add photo Name here Friends (94) Subject’s Name Wall Info Works Cited Extra Credit Home Profile Find Friends.
Science Reference Center
Database Mysql Hayk Avdalyan.
Advertising: Creating the Message
Science Reference Center
CIS 336 str Competitive Success/snaptutorial.com
CIS 336 str Education for Service- -snaptutorial.com.
CIS 336 str Teaching Effectively-- snaptutorial.com.
Welcome to Day One!.
Using “Destiny” to find books
Identifying a source when you’re not sure what it is
How to use opac By Chad A..
WELCOME LIBRARYORIENTATION LIBRARY ORIENTATION.
Find your school and click on it.
California Model School Library Learner Standards
Reports Report builder meets the challenge by making it easy to design, publish, and distribute professional, production-quality reports in a variety of.
System + Database ①​​ Post ② Push Notification ③ Approved ④ ⑤ ​​ Push Notification.
Presentation transcript:

Database for Book Reviews LS 560 Assignment 3 Karin Harms, Cindy Lancaster, Jana Hyde Watts

Albertville High School Media Center Web Page

 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

Albertville High School Media Center Web Page

Web Page with Featured Book Review & Search Box

Web Page for Submitting a Book Review

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

Table One – Student’s Information Creating the Database

Table Two – Book’s Information Creating the Database

Table Three – Author’s Information Creating the Database

Table Relationships Student Information Author Information Book Review Info Book Info

Table Four – Final Report Creating the Database

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

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

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

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

Any Questions? LS 560 Assignment 3 Karin Harms, Cindy Lancaster, Jana Hyde Watts