Rundensteiner-CS34311 CS3431 – Database Systems I Logistics Instructor: Elke A. Rundensteiner

Slides:



Advertisements
Similar presentations
Introduction to Database Systems Ch. 1, Ch. 2 Mr. John Ortiz Dept. of Computer Science University of Texas at San Antonio.
Advertisements

Mani-CS34311 CS3431 – Database Systems I Logistics Instructor: Murali Mani
General information CSE 230 : Introduction to Software Engineering
Murali Mani CS3431 – Database Systems I Introduction.
CSIS-385: Algorithm Analysis ► I am Dr. Breimer ► Br-Eye-mer ► I like ► Office hours: 1:35-2:30 everyday ► Drop by randomly at your own risk.
1 ICS 223: Transaction Processing and Distributed Data Management Winter 2008 Professor Sharad Mehrotra Information and Computer Science University of.
Databases and Database Management System. 2 Goals comprehensive introduction to –the design of databases –database transaction processing –the use of.
CS542: Database Management Systems1 CS 542 (Fall 2001) Database Management Systems Instructor: Wang-Chien Lee or
1 CS222: Principles of Database Management Fall 2010 Professor Chen Li Department of Computer Science University of California, Irvine Notes 01.
Computer Network Fundamentals CNT4007C
CSET 3300: Database-Driven Web Applications Summer 2010 William Acosta URL:
CSET 3300: Database-Driven Web Applications Spring 2010 William Acosta URL:
Computer Networks CEN 5501C Spring, 2008 Ye Xia (Pronounced as “Yeh Siah”)
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach)
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Is422- Course Overview Prepared by L. Nouf Almujally 1.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) Introduction James Wang.
CS461: Principles and Internals of Database Systems Instructor: Ying Cai Department of Computer Science Iowa State University Office:
CMPT 258 Database Systems Instructor: Tina Tian. General Information Office: RLC 203A Office Hour: Wednesday 1:30 - 4:30.
CS4432Notes 11 CS 4432 Database Systems II Lecture 1: Introduction.
1 ICS 223: Transaction Processing and Distributed Data Management Winter 2011 Professor Sharad Mehrotra Information and Computer Science University of.
1 Database Management for Electronic Commerce and EBusiness Walt Scacchi, Ph.D. GSM 274/FEMBA 274 Spring 2002.
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 4:15 pm – 5:30.
Introduction to Databases Computer Science 557 September 2007 Instructor: Joe Bockhorst University of Wisconsin - Milwaukee.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
INFS614, Dr. Brodsky, GMU1 Database Management Systems INFS 614 Instructor: Professor Alex Brodsky
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150DW Course Overview Instructor: Dan Hebert.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
CS4432: Database Systems II Course Logistics 1. Textbook 2 Required “Database Systems: The Complete Book”, Second Edition Hector Garcia-Molina, Jeffrey.
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 2:30 pm – 3:30.
Rundensteiner-CS34311 CS3431 – Database Systems I Introduction Instructor: Elke A. Rundensteiner
11/27/2015Murali Mani -- CS5421 Database Management Systems CS Fall 2008 Instructor: Murali Mani
Csc1203.  Elmasri and Navathe, “Fundamentals of Database Systems”, 6 th Edition, Addison- Wesley,  Thomas Connolly, Carolyn Begg, “Database Systems:
Database systems Design - Software School of Hunan university –
11/29/2015Elke A. Rundensteiner -- CS5421 Database Management Systems CS Fall 2012 Instructor: Elke Rundensteiner
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
Fall 2010 ICS321 Data Storage & Retrieval Mon & Wed 12-1:15 PM Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at.
CS 4700: Foundations of Artificial Intelligence Instructor: Prof. Selman Admin.
Database Design and Implementation ITCS6160 & ITCS 8160 Instructor: Jianping Fan Time: Thursday 3:30PM-6:15PM Classroom: Woodward Hall 130 Course Webpage:
1 Advanced Database System Design Instructor: Ruoming Jin Fall 2010.
Rundensteiner-CS34311 CS3431 – Database Systems I Logistics Instructor: Elke A. Rundensteiner
1 CS3431 – Database Systems I Logistics Instructor: Mohamed Eltabakh
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
Computer Networks CNT5106C
ITIS 5160 Applied Databases Fall Overview Class hour 6:30 – 9:15pm, Wedn, Woodward Hall 125 Office hour 3:00 – 5:00pm, Wedn Instructor - Dr. Xintao.
Introduction to CSCI 242 Compiled by S. Zhang 1. Syllabus Syllabus has the most updated information! –Use the information on the syllabus for the grading.
CS3431-B111 CS3431 – Database Systems I Logistics Instructor: Mohamed Eltabakh
Database Management Systems
Database Systems – (
Database Design CT1313.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Computer Network Fundamentals CNT4007C
Course Overview - Database Systems
Welcome to the Community College of Rhode Island On Line Economics
Instructor: Elke Rundensteiner
Theory and Practice of Web Technology
Database Design and Implementation
Welcome to GC311 Database Concepts
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Welcome to GC311 Database Concepts
Course Overview - Database Systems
CS 4700: Foundations of Artificial Intelligence
Logistics Instructor: Mohamed Eltabakh
Data Management and Information Processing
Introduction to Database Systems CSE 444
Course Overview CS 4640 Programming Languages for Web Applications
COSC 3480 Projects & Homeworks Fall 2003
Presentation transcript:

Rundensteiner-CS34311 CS3431 – Database Systems I Logistics Instructor: Elke A. Rundensteiner

Rundensteiner-CS34312 What will we learn in this course? Database Design Represent application requirements in conceptual model (ER, Entity Relationship Model) Translate an ER schema to relational schema Analyze ‘goodness’ of schema using normalization theory. Operations for Relational Model Relational Algebra (fundamental) SQL: Standard Query Language Database Application Development Programming interfaces, Connections Advanced Database Features Stored procedures, views, constraints, etc Brief study of indexes, transactions, logging, security

Rundensteiner-CS34313 Textbook First Course in Database Systems, Jeffrey D. Ullman and Jennifer D. Widom, Prentice Hall. ISBN: Database Systems: The Complete Book; Hector Garcia-Molina, Jeffrey D. Ullman and Jennifer D. Widom; Prentice Hall. ISBN: Oracle9i Programming: A Primer, (or, 10g) ; Rajshekhar Sunderraman, Addison-Wesley

Rundensteiner-CS34314 Course Logistics Web Page: Lectures M, T, R, F : (10am-10:50am) Lectures, discussion of examples, projects, H/Ws Grading H/W assignments (3 or 5): 15% Projects (in phases): 30% Exams : mid term + final : 50% Class participation: 5%

Rundensteiner-CS34315 Course Management + lecture overheads + homework assignments + project due dates + any other handouts/material on mywpi (limited) on mywpi (limited) + discussion boards (for questions : limit !) + viewing of grades

Rundensteiner-CS34316 Contact and Communication Primarily, we will use mywpi Plus, register yourself with majordomo for: cs3431

Rundensteiner-CS34317 Office Hours Are posted on the course web page – at least one each day and at different times in day. Make use of them– there are there for YOU ! May schedule additional office hours, if need arises and you guys ask for them.

Rundensteiner-CS34318 H/Ws and Projects H/Ws due dates announced with assignment Individual effort (to assure you practice the material) Project will be done in multiple phases Team effort (to collaborate to produce quality). A full cycle from project idea, design, development to final polished project presentation ! Multiple phases to get our feedback and to pace yourself! Late submissions Marks for late submissions will not count. However we will be happy to grade them, if you ask us to.

Rundensteiner-CS34319 Tips for doing well Exams Master the topics (reading, attend lectures, homework) Master the topics on time Project Ensure that you are on schedule Teamwork counts Additional investigations can get additional points.