Project Introduction, Exam 1 Review Rose-Hulman Institute of Technology Curt Clifton.

Slides:



Advertisements
Similar presentations
Relational Database. Relational database: a set of relations Relation: made up of 2 parts: − Schema : specifies the name of relations, plus name and type.
Advertisements

Review Indra Budi Fakultas Ilmu Komputer UI 2 Database Introduction Database vs File Processing Main purpose of database Database Actors.
Review for Final Test Indra Budi
SQL Lecture 10 Inst: Haya Sammaneh. Example Instance of Students Relation  Cardinality = 3, degree = 5, all rows distinct.
Write Your Project Title Here VU Logo Here Group Members Introduction Write your group members introduction here with names and VU Id.
Transactions and Locking Rose-Hulman Institute of Technology Curt Clifton.
Databases Revision.
System Concepts and Architecture Rose-Hulman Institute of Technology Curt Clifton.
Relational Model and Relational Algebra Rose-Hulman Institute of Technology Curt Clifton.
Mapping of N:M Relationships PERSON-ID TITLE PERSON-NAME DATE-OF-BIRTH PERSON-ID PROJECT-ID HOURS-SPENT PROJECT-ID END-DATE START-DATE E-R Diagram PERSON.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Transforming Data Models into Database Designs
Database Design & ER Diagrams
©Silberschatz, Korth and Sudarshan6.1Database System Concepts Chapter 6: Integrity and Security Domain Constraints Referential Integrity Assertions Triggers.
INFO 330 Class Project Do it for real. Overview of the Class Project Scope – Approximately the same as the sample project – Standard starting place Marketing.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
ITEC224 Database Programming
Database Technical Session By: Prof. Adarsh Patel.
Midterm Exam Chapters 1,2,3,5, 6,7 (closed book) March 11, 2014.
Introduction to Microsoft Access 2003 Mr. A. Craig Dixon CIS 100: Introduction to Computers Spring 2006.
ABC Insurance Co. Paul Barry Steve Randolph Jing Zhou CSC8490 Database Systems & File Management Dr. Goelman Villanova University August 2, 2004.
Christoph F. Eick Introduction Data Management Today 1. Introduction to Databases 2. Questionnaire 3. Course Information 4. Grading and Other Things.
ISM 4212 Lab Creating DB Tables 02 copyright Lars Paul Linden 2007.
Proposal for Term Project J. H. Wang Mar. 2, 2015.
Database Management COP4540, SCS, FIU Constraints and security in SQL (Ch. 8.6, Ch22.2)
Slide Chapter 5 The Relational Data Model and Relational Database Constraints.
SQL: DDL. SQL Statements DDL - data definition language –Defining and modifying data structures (metadata): database, tables, views, etc. DML - data manipulation.
ICS 321 Fall 2009 The Relational Model (ii) Asst. Prof. Lipyeow Lim Information and Computer Science Department University of Hawaii at Manoa 9/10/20091Lipyeow.
© 2002 by Prentice Hall 1 Database Processing with Microsoft Access David M. Kroenke Database Concepts 1e Appendix A.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
2141-W2013 Mid-term Prep. Next week Monday, Feb 18 – Midterm Covers everything before normalization Wednesday, Feb 20 – Ass 3 (normalization) due – Wrap.
COSC 3480 News and Activities Spring COSC 3480 Lab, Christoph F. Eick 2 COSC 3480 Tentative Schedule  Exam1: Tu., Feb. 28, 2006  Exam2: Th., April.
Data Driven Designs 99% of enterprise applications operate on database data or at least interface databases. Most common DBMS are Microsoft SQL Server,
Database Processing with Microsoft Access Appendix DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
CS499 Project #3 XML mySQL Test Generation Members Erica Wade Kevin Hardison Sameer Patwa Yi Lu.
SE305 Database System Technology 23/10/2014 Quiz-2.
COSC 3480 Projects, Christoph F. Eick 1 Lab COSC 3480 Fall 2000.
Chapter 9 Logical Database Design : Mapping ER Model To Tables.
INFO275 Database Management Term Project. Overview Your project will be to define, design and build a functioning database, to support an application.
MIS 3500 Database Systems Course Summary 1 Updated 2015.
COMP3030 Database Management System Final Review
(C) 2000, The University of Michigan 1 Database Application Design Handout #2 January 14, 2000.
Developing Common Course Syllabi November 20, 2010 Heather Sass, Education Consultant Preview.
1 ER Modeling BUAD/American University Mapping ER modeling to Relationships.
Project description Database application to manage a DVD rental store.
CMPT 258 Database Systems Midterm Review. Regarding the Exam Oct 15 Thursday Close book Cheat sheet (1 side of an A4 paper)
Lecture 1: Introduction – Graduation Projects Topics to Discuss in Lectures 1. Project Deliverables 2. Course grading 3. Project Concept Writing.
SE305 Database System Technology 25/09/2014 Quiz-1.
Chapter 3: Relational Databases
Google Docs An introduction to Google Docs. Session Objectives Participants will become familiar with the various applications available within Google.
INFORMATION X INFO415: Systems Analysis.
CMPT 354 Database Management Systems Oliver Schulte
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Basic SQL تنبيه : شرائح العرض (Slides) هي وسيلة لتوضيح الدرس واداة.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Relational Model Chapter 3.
1 CS122A: Introduction to Data Management Lecture #4 (E-R  Relational Translation) Instructor: Chen Li.
INFO 1103 Database System – Group Project. Project evaluation Deliverables – 10% Presentation – 40% Project Report – 50%
Proposal for Term Project Information Security, Fall 2013 J. H. Wang Nov. 5, 2013.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3 The Relational Data Model and Relational Database Constraints تنبيه.
BUS 611 Week 4 Assignment Integrated Project Management To purchase this material link
COP4710 Database Systems Project Overview.
Welcome to GC311 Database Concepts
Translation of ER-diagram into Relational Schema
Welcome to GC311 Database Concepts
אבטחת נתונים בסביבת SQL Data Security
Introduction to Database Systems CSE 444 Lecture 23: Final Review
CS4433 Database Systems Project.
University Template Sample Slides June 2017.
Session - 6 Sequence - 1 SQL: The Structured Query Language:
Introduction to Database Systems CSE 444 Lecture 23: Final Review
Presentation transcript:

Project Introduction, Exam 1 Review Rose-Hulman Institute of Technology Curt Clifton

Outline  Project Introduction  Sample Lightning Talks  Exam Review

Project Introduction  See Project Description Linked from Schedule Linked from Angel:  Materials --> Project Information

Project Highlights  Team Composition: about 3 members  Project Selection: lightning talks  Project Complexity: at least 6 related tables  Data Import: required, with updates  User Interface: required, but secondary

Project Deliverables (1/3)  This week: Lightning talk slide  End of 5th week: Initial problem statement ER diagram  End of 6th week: Relation schemas Security and data integrity analysis

Project Deliverables (2/3)  During 7th week: Front-end prototype demo  End of 8th week: Sample reports  End of 9th week: Updated sample reports Final problem statement

Project Deliverables (3/3)  During 10th week: Final presentation (in class) Program demo (outside class)  End of 10th week: Final written report XML schema Peer evals  Optional (for extra-credit): Finals week presentation

Lightning Talks  See instructions linked from Schedule/Angel  Goals: Give clear sense of problem Attract other participants  One slide, with: Your name – Project name – Problem domain  Say: Why a DB project – data source – challenge

Sample Lightning Talks  Ideas borrowed from previous projects

SuperBook  By Jim Bumpus  FaceBook for superheroes and supervillains!  By Jim Bumpus  FaceBook for superheroes and supervillains!

Where Do You Want to Go For Dinner?  By Curt Barnard, Eliza Brock, Richard Ma, Keith Marcum, Trent Monacell  A tool for helping friends decide where to go for dinner or other social outings  By Curt Barnard, Eliza Brock, Richard Ma, Keith Marcum, Trent Monacell  A tool for helping friends decide where to go for dinner or other social outings

Your Lightning Talk Slide  Due Friday to Angel Drop Box

Exam 1 Review  See instructions posted to Angel  Topics from: Quizzes Homework Labs

Possible Exam Topics  DB Stakeholders  ER Diagrams Designing Reading Converting to relation schemas Constraints Weak-entity sets  Primary Keys  Foreign Keys  Relational Algebra Queries  SQL Queries  Enforcing constraints Reject Cascade Set null