Yonsei University 2nd Semester, 2017 Sanghyun Park

Slides:



Advertisements
Similar presentations
COMPE 343 Database Systems and Programming Spring Murat KARAKAYA Department of Computer Engineering.
Advertisements

COMP 5138 Relational Database Management Systems Sem2, 2007 Lecture 0 Course Overview.
CSEN5314 Database Systems Spring Semester, 2015
1 CENG 302 Introduction to Database Management Systems Nihan Kesim Çiçekli URL:
Department of Computer Sciences Bahria University (Karachi Campus)
Database Management Systems 331 IT Semester II 1431/1432 Winter 2011.
CS542: Database Management Systems1 CS 542 (Fall 2001) Database Management Systems Instructor: Wang-Chien Lee or
Slide Dr. Almetwally Mohamad Mostafa spx is335.
Introduction to Network Security J. H. Wang Feb. 24, 2011.
Is422- Course Overview Prepared by L. Nouf Almujally 1.
Course Introduction Software Engineering
Introduction to Discrete Mathematics J. H. Wang Sep. 14, 2010.
Database System Concepts, 6 th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 2: Intro to Relational.
Databases 2 Level 3, 10 credit module Prerequisite: Software System Components 2 (or some other introductory course in databases) 2 lectures &
Christoph F. Eick Introduction Data Management Today 1. Introduction to Databases 2. Questionnaire 3. Course Information 4. Grading and Other Things.
Course Introduction Assist. Prof. Pongpisit Wuttidittachotti, Ph.D. Faculty of Information Technology King Mongkut's University of Technology North Bangkok.
1 The module aims to: n Extend the concepts and practical implementation of the relational model. n Introduce the concepts of Object Oriented and Object-
Fundamentals of Databases CIS-235 Dr. Samir Tartir 2014/2015 Second Semester.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 1: Organisation and Overview.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150DW Course Overview Instructor: Dan Hebert.
Advanced Database Applications Fall-2011 Kocaeli University Computer Engineering Department.
DatabaseCSIE NUK1 Fundamentals of Database Systems Wen-Yang Lin Dept. of Computer Science and Information Engineering National University of Kaohsiung.
COSC 6340 Databases Jehan-François Pâris
CS4432: Database Systems II Course Logistics 1. Textbook 2 Required “Database Systems: The Complete Book”, Second Edition Hector Garcia-Molina, Jeffrey.
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
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:
11/29/2015Elke A. Rundensteiner -- CS5421 Database Management Systems CS Fall 2012 Instructor: Elke Rundensteiner
Copyright © 2004 Pearson Education, Inc.. Chapter 22 Object-Relational and Extended-Relational Systems.
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
Course Overview for Compilers J. H. Wang Sep. 14, 2015.
General Introduction Introduction to database systems.
Course Overview for Compilers J. H. Wang Sep. 20, 2011.
1 Advanced Database System Design Instructor: Ruoming Jin Fall 2010.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 4- 1.
1 Advanced Database Technologies CG096 Dr. Akhtar Ali School of Computing, Engineering and Information Systems Jan 2007.
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
What else is there? CMPT 454: Database Systems II. – Transaction Management. – Query Planning. – Optional topics, e.g. data mining, information retrieval,
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.
CSE 303 Course Outline (Part 2) Text Book: Database System Concepts 6 th Edition by Abraham Silberschatz, Henry F. Korth and S. Sudarshan.
Copyright © 2004 Pearson Education, Inc.. Chapter 17 Introduction to Transaction Processing Concepts and Theory.
CSE202 : Fundamentals of Database Systems Vikram Goyal Indraprastha Institute of Information Technology, Delhi (IIIT-D), India FROM : Slides from CSE202.
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.
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
CS3431-B111 CS3431 – Database Systems I Logistics Instructor: Mohamed Eltabakh
Advanced Course on Databases (Tietokantojen jatkokurssi)
Database Management Systems
Database Systems – (
CSE202 Database Management Systems
Database Design CT1313.
Information Modeling and Database System
CF 1334 Sistem Basis Data (3 SKS)
Course Introduction 공학대학원 데이타베이스
Syllabus Introduction to Computer Science
Introduction Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe.
Introduction to Database
Database System Concepts
Database Managment System
Database Principles KC Luk
Instructor: Elke Rundensteiner
Instructors: Churee Techawut
Topics in Database Systems
Sampath Jayarathna Cal Poly Pomona
Introduction to Database
Computer Engineering Department Islamic University of Gaza
CSCE 4523/5523 Database Management Systems Fall 2019.
CSE 444 Database Management Systems Autumn 1997 University of Washington Introduction and Welcome © 1997 UW CSE 12/12/2019.
Presentation transcript:

Yonsei University 2nd Semester, 2017 Sanghyun Park Syllabus Database Yonsei University 2nd Semester, 2017 Sanghyun Park

Course Goals This course covers the basic topics of typical database systems (e.g. PostgreSQL, MySQL, Oracle, SQL Server) including Database design Database query language Application design and development Indexing and hashing Transaction management Etc.

Prerequisite Data structure Programming skills (C/C++/Java)

Web Site http://delab.yonsei.ac.kr/course/90 (class homepage) Announcements, syllabus, lecture notes, homework and solution, etc. http://www.mhhe.com/silberschatz (textbook homepage)

Textbook (1/2) Required A. Silberschatz, Henry F. Korth, S. Sudarshan, Database System Concepts, 6th Edition, McGraw Hill, 2011

Textbook (2/2) Reference Ramez Elmasri, Shamkant B. Navathe Fundamentals of Database Systems, 7th Edition, Pearson, 2017

Class Schedule (1/2) Week 1: Introduction to Course Introduction to Database System Week 2: Relational Data Model Week 3: Introduction to SQL (1) Week 4: Introduction to SQL (2) Week 5: 추석연휴 (수업 없음) Week 6: Intermediate SQL (Exam 1) Week 7: Advanced SQL Week 8: 중간고사 기간 (수업 없음)

Class Schedule (2/2) Week 9: Relational Database Design (1) Week 11: Application Design and Development (1) Week 12: Application Design and Development (2) (Exam 2) Week 13: Indexing and Hashing (1) Week 14: Indexing and Hashing (2) Transaction Management (1) Week 15: Transaction Management (2) Week 16: 기말고사 기간 (Exam 3)

Grades Exam : 60% (20% x 3) Project: 30% (10% x 3) Attendance: 10% ‘F’ if absent more than 1/3

Teaching Assistant Name: 성한승 Office: D714 (2123-7757) Email: hssung@yonsei.ac.kr

Any questions or comments on this class?