Team Project, Part II NOMO Auto, Part II IST 210 Section 4

Slides:



Advertisements
Similar presentations
Midterm Review Lecture 14b. 14 Lectures So Far 1.Introduction 2.The Relational Model 3.Disks and Files 4.Relational Algebra 5.File Org, Indexes 6.Relational.
Advertisements

Chapter 2 CIS Sungchul Hong
Chapter 2 Database System Architecture. An “architecture” for a database system. A specification of how it will work, what it will “look like.” The “ANSI/SPARC”
Database Organization and Design
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Advanced Database Course Syllabus 1 Advanced Database System Lecturer : H.Ben Othmen.
Introduction to Database Systems Chapter 1
CS4222 Principles of Database System
CF 1334 Sistem Basis Data (3 SKS)
Diskusi-08 Jelaskan dan berikan contoh penggunaan theta join, equijoin, natural join, outer join, dan semijoin The slides for this text are organized into.
The Entity-Relationship Model
Introduction to Database Systems
Diskusi-5 Sebutkan perangkat (tools) yang berpotensi mendukung kebutuhan tugas-tugas manajerial (management work) Jelaskan enam karakteristik informasi.
CS422 Principles of Database Systems Course Overview
MODELS OF DATABASE AND DATABASE DESIGN
Tree-Structured Indexes
Storage and Indexes Chapter 8 & 9
Query-by-Example (QBE)
Diskusi-1 Bacalah materi chapter-01, lalu buatlah ringkasan yang berisi tentang : Definisi EUIS Siapa end user Dampak euis pada lingkungan kerja Perencanaan.
Latihan Answer the following questions using the relational schema from the Exercises at the end of Chapter 3: Create the Hotel table using the integrity.
Diskusi-16 Buatlah ringkasan tentang pertimbangan dalam desain yang ergonomis pada tiga perangkat utama komputer yaitu monitor, keyboard dan mouse (lihat.
Database Application Development
Permutations and Combinations
Hash-Based Indexes Chapter 11
Latihan Create a separate table with the same structure as the Booking table to hold archive records. Using the INSERT statement, copy the records from.
Tugas-05 a. Sebutkan primary key masing-masing tabel
Introduction to Query Optimization
Relational Algebra Chapter 4, Part A
The Entity-Relationship Model
Modeling Your Data Chapter 2 cs542
The Entity-Relationship Model
Translation of ER-diagram into Relational Schema
File Organizations Chapter 8 “How index-learning turns no student pale
COSC 6340 Projects & Homeworks Spring 2002
From ER to Relational Model
The Entity-Relationship Model
Database Application Development
Topics Covered in COSC 6340 Data models (ER, Relational, XML (short))
The Entity-Relationship Model
External Sorting The slides for this text are organized into chapters. This lecture covers Chapter 11. Chapter 1: Introduction to Database Systems Chapter.
Crash Recovery, Part 2 R&G - Chapter 18
B+-Trees and Static Hashing
File Organizations and Indexing
File Organizations and Indexing
Tree-Structured Indexes
Hash-Based Indexes R&G Chapter 10 Lecture 18
Hash-Based Indexes Chapter 10
Selected Topics: External Sorting, Join Algorithms, …
Concurrency Control Chapter 17
Relational Algebra Chapter 4, Sections 4.1 – 4.2
Topics Covered in COSC 6340 Data models (ER, Relational, XML)
B+Trees The slides for this text are organized into chapters. This lecture covers Chapter 9. Chapter 1: Introduction to Database Systems Chapter 2: The.
The Relational Model The slides for this text are organized into chapters. This lecture covers Chapter 3. Chapter 1: Introduction to Database Systems Chapter.
Tree-Structured Indexes
Database Management Systems CSE594
Concurrency Control Chapter 17
Evaluation of Relational Operations: Other Techniques
Sang H. Son CS6750: Database Systems The slides for this text are organized into chapters. This lecture covers Chapter 1. Chapter 1: Introduction.
Concurrency Control R&G - Chapter 17
Distributed Databases
Introduction to Database Systems
Relational Query Optimization (this time we really mean it)
Chapter 11 Instructor: Xin Zhang
Tree-Structured Indexes
Physical Database Design
File Organizations and Indexing
COSC 3480 Projects & Homeworks Fall 2003
Database Application Development
Relational Calculus Chapter 4, Part B
Presentation transcript:

Team Project, Part II NOMO Auto, Part II IST 210 Section 4 The slides for this text are organized into chapters. This lecture covers Chapter 17. Note that the text contains enough material to support a more detailed coverage, e.g., discretionary vs. mandatory access control, more on Grant/Revoke in SQL, security in statistical databases. Chapter 1: Introduction to Database Systems Chapter 2: The Entity-Relationship Model Chapter 3: The Relational Model Chapter 4 (Part A): Relational Algebra Chapter 4 (Part B): Relational Calculus Chapter 5: SQL: Queries, Programming, Triggers Chapter 6: Query-by-Example (QBE) Chapter 7: Storing Data: Disks and Files Chapter 8: File Organizations and Indexing Chapter 9: Tree-Structured Indexing Chapter 10: Hash-Based Indexing Chapter 11: External Sorting Chapter 12 (Part A): Evaluation of Relational Operators Chapter 12 (Part B): Evaluation of Relational Operators: Other Techniques Chapter 13: Introduction to Query Optimization Chapter 14: A Typical Relational Optimizer Chapter 15: Schema Refinement and Normal Forms Chapter 16 (Part A): Physical Database Design Chapter 16 (Part B): Database Tuning Chapter 17: Security Chapter 18: Transaction Management Overview Chapter 19: Concurrency Control Chapter 20: Crash Recovery Chapter 21: Parallel and Distributed Databases Chapter 22: Internet Databases Chapter 23: Decision Support Chapter 24: Data Mining Chapter 25: Object-Database Systems Chapter 26: Spatial Data Management Chapter 27: Deductive Databases Chapter 28: Additional Topics 1

Outcomes of this Class Resolve organizational issues uncovered while completing NOMO Auto Part I Reorganize teams to complete NOMO Auto Part II Share information between teams to begin NOMO Auto, Part II

Criteria for Team Organization Team no larger than 6 people, smaller teams are preferred No concentration of exceptional talent Reorganization does not “pass” or create additional “people” issues

NOMO Auto, Part II Skills Required Skills DB2 SQL to implement a database schema SQL to write queries Optional skills HTML PHP (a C-like programming language) Implementing a web-based capability

NOMO Auto, Part II Scope of Work Review, refine, and document NOMO AG’s the business rules Define and develop at least five examples of SQL code that: (1) maintain database information (e.g., update, delete, and/or modify) and (2) query sales information (e.g., what salesperson has sold the most cars during the past year) Define and implement appropriate integrity constraints Refine your data model Normalize your tables as needed Develop the DDL to implement the design Develop the DDL to load representative example data in your Develop a common grounding

Common grounding tasks Review business rules uncovered in NOMO Auto, Part I Review logical models developed in NOMO Auto, Part I Develop a list possible questions that SQL queries might be written against