Assignment 3 Presentation EXAMPLE

Slides:



Advertisements
Similar presentations
By Klejdi Muca & Stephen Quinn. A method used by companies like IMDB or Netlfix to turn raw data into useful information, for example It helps companies.
Advertisements

Top-K Query Evaluation on Probabilistic Data Christopher Ré, Nilesh Dalvi and Dan Suciu University of Washington.
Video Rental Store M.S. Access Module CAS 133 Basic Computer Skills/MS Office Russ Erdman.
Multiple Tiers in Action
Wilcoxon Tests What is the Purpose of Wilcoxon Tests? What are the Assumptions? How does the Wilcoxon Rank-Sum Test Work? How does the Wilcoxon Matched-
U:/msu/course/cse/103 Day 23, Slide 1 Review of Day 22 What query did you use to search for an actor by name? –Return matches.
Tutorial SQL Server and Matlab CIS 526. Build a New Database in SQL server.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
What is a review? A review is an evaluation of a publication, a product or a service, such as a movie (a movie review) A review consists of: The title.
Conversation One. Let’s talk. We can ask “What’s your favourite _____?”, and get the answer “My favourite _______ is _______”. E.g. What’s your favourite.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Survey. Contents Introduction Objectives Questionnaire Conclusion.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Introduction to Microsoft Access 2003 Mr. A. Craig Dixon CIS 100: Introduction to Computers Spring 2006.
Movie Management Database Program Danny Solomon Capstone Project Advisor: Dr. C. David Shaffer.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
MS-Access. Creating tables Setting up fields Validation ranges Look up values –List of values or query as source What fields do we require to keep track.
SQL Schemas DATA SCIENCE BOOTCAMP. Schema The structure of the database (relationships between tables)
DVD DATABASE By: Sienna Bast Matthew Goodacre. PROBLEM DESCRIPTION  You want to watch a movie, but you think Tom Hanks is the best main character ever.
+ LS 560: Database Project Tonya Olson April 14, 2014.
CS 1308 Computer Literacy and the Internet
What is a Database?. “A persistent & organised store of data. ” Persistent:  Non-volatile  Using secondary storage Organised:  Data organised into.
WHAT IS AN ANNOTATED BIBLIOGRAPHY?. You’ve done a lot of research on your topic. You might even call yourself an expert now. Other people can turn to.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Unit 1: Entertainment Week 2-2 Lesson 2 p
Tuesday, May Go to my JM site and open up “Assignment 3 Camera shots” Read the directions, then click on the link. There are 30 different “key.
By Leigh Myers. What are Audiences Habits when watching Films? Target Group
NAME ____________________________________ DATE ____________________ PERIOD ______Samples & Populations: Problem 2.3 – Choosing Random Samples You are going.
Enterprise manager Using the Enterprise manager. Purpose of the Enterprise Manager To design tables To populate / update tables To draw diagrams of tables.
What is OLAP?.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
For more course tutorials visit HUM 150 Entire Course HUM 150 Week 1 DQ 1 HUM 150 Week 1 DQ 2 HUM 150 Week 1 DQ 3 HUM 150 Week 1 DQ 4.
Visual Database Creation with MySQL Workbench 도시정보시스템 설계
Unlocking Hidden Genres Of Netflix. For more details Visit our website
HUM 150 MART Master of Education in Teaching/hum150mart.com
Writing a movie review.
FREE MOVIE DOWNLOAD SITES
How we figure out what we are reading and why they wrote it.
With Brandon A. English.
Excel in SQL Reporting _____________________________________________________ Perry T Patterson June 2014 _____________________________________________________.
HUM 150 MART Motivating Students to Learn/hum150mart.com
Multiplication table. x
Analyzing Data and Results
Functional Dependencies
Writing a movie review Super Size Me.
Narrative Unit Final Performance Task
Chapter 12 Information Systems.
Movie Genres.
Design ad campaign netflix
Unlocking Hidden Genres Of Netflix. For more details Visit our website
Let’s go to the movies. Which types of movies do you like?
HUM 150 Education for Service/tutorialrank.com
Basic Concepts in Data Management
Level 4 Unit 11 Ms. Vargas.
Title Research.
Example of A* A (4,0) 4 OPEN: (A4) CLOSED: ().
Introduction to Genre
CS122B: Projects in Databases and Web Applications Winter 2019
Introduction to Movies
Critical Approaches to Creative Media
Storing and Processing Sensor Networks Data in Public Clouds
Effective Arguments: Paper Structures and Choosing Criteria
Graphing in Science.
Year 8 MFL Project June-July Half Term
Writing a movie review.
Introduction to Movies
Have you watched this movie?
Elapsed Time Using Benchmarks.
Introduction to Movies
Presentation transcript:

Assignment 3 Presentation EXAMPLE My Movie Database Rex Winkus June 5th, 2018

My Movie Database: Purpose The purpose of my database is to store information about all the movies I have watched on Netflix. Having this database will make my life easier so I can look up what movie I have already watched, and help expand my movie collection. I can also use the database to decide if I want to have a bad movie night spree or enjoy a classic find.

My Movie Database: Information Questions What is the genre of this movie? Which movies were produced before this year? What movie has this actor? Which movies were ranked the highest? Lowest? How many movies have I watched? What movies are comedies? Dramas? Sci-Fi? Rom-Coms? Which movie will take the longest to watch?

My Movie Database: Data Driven Decisions Which movies could I watch for a comedy night? Which movies could I watch for a bad movie spree? Have I already watched this movie? Which movie was rated better?

My Movie Database: Data Process With the data provided, I can make decisions about what movies to watch, what not to watch, and what movies to share with friends. I can also use the data to determine what kind of movie night I’m going to have.

My Movie Database: Subjects Title Producer Genre Year Produced Rating Running Time (separate in Hours: Minutes)

My Movie Database: Characteristics Title: Name of the movie Producer: Name of the producer (or adding a second table for multiple producers) Genre: Type of movie Year Produced: What year the movie was produced Rating: Amount of stars received out of 10 from Rotten Tomato Running Time: How long the movie is

My Movie Database: Sample Data Values Rating: 5, 9, 10, rating > 7, rating < 5. Genre: comedy, horror, slapstick, indie, action Year Produced: 2003, 1998, 2010 Running Time: 2hr 15min, 1hr 40min, 60min

My Movie Database: SQL Server

My Movie Database: Diagram

My Movie Database: Example Query Which movies have a rating of 3 stars or lower?

My Movie Database: Example Query Which movies are a comedy?

My Movie Database: Example Query Who produced the movie Deadpool?