General Introduction Introduction to database systems.

Slides:



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

MAT 3751 Analysis II Winter 2014
Secure Operating Systems Lesson 1: Introductions and Expectations.
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2008) Lecture: Wednesday and Friday,
General information CSE 230 : Introduction to Software Engineering
Welcome to MAT 170. Basic Course Information Instructor Office Office Hours Beth Jones PSA 725 Wednesday and Friday 10:40 am – 11:30 am and by appointment.
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2007) Lecture: Wednesday and Thursday,
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2006) Lecture: Wednesday and Friday,
Welcome to MAT 170. Basic Course Information Instructor Office Office Hours Beth Jones PSA 725 Tuesday and Thursday 8 am – 8:30 am Tuesday and Thursday.
PROBABILITY AND STATISTICS FOR ENGINEERS Session 1 Dr Abdelaziz Berrado MTH3301 —Fall 09.
COMP Introduction to Programming Yi Hong May 13, 2015.
EECE 310 Software Engineering Lecture 0: Course Orientation.
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.
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
ECEN 301Discussion #1 – Syllabus1 All Sections MWF 1:00 – 1:50 PM 256 CB Lecture: MW Recitation: F Labs: M or Th Instructor: Prof. David Long Office: CB.
Database Design and Implementation ITCS6160 & ITCS 8160 Instructor: Jianping Fan Webpage:
Fundamentals of Databases CIS-235 Dr. Samir Tartir 2014/2015 Second Semester.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
Overviews of ITCS 6161/8161: Advanced Topics on Database Systems Dr. Jianping Fan Department of Computer Science UNC-Charlotte
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
MAT 360 – Lecture 0 Introduction. About me  Moira Chas   Work phone :  Office Location:
Advanced Database Applications Fall-2011 Kocaeli University Computer Engineering Department.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Database Design and Implementation ITCS3160 Instructor: Jianping Fan Course Webpage:
IST 210: Organization of Data
Database Applications Programming CS 362 Dr. Samir Tartir 2014/2015 Second Semester.
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
ITIS 4510/5510 Web Mining Spring Overview Class hour 5:00 – 6:15pm, Tuesday & Thursday, Woodward Hall 135 Office hour 3:00 – 5:00pm, Tuesday, Woodward.
Artificial Intelligence and Robotics Spring 2014.
Course Overview 1 FCM 710 Architecture of Secure Operating Systems Prof. Shamik Sengupta Office 4210 N
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
Database Design and Implementation ITCS6160 & ITCS 8160 Instructor: Jianping Fan Time: Thursday 3:30PM-6:15PM Classroom: Woodward Hall 130 Course Webpage:
CST 223 Concepts of Programming Languages Dr. Sherry Yang PV 171
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
Information Retrieval CIS-462 Dr. Samir Tartir 2013/2014 First Semester.
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.
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
CSE202 : Fundamentals of Database Systems Vikram Goyal Indraprastha Institute of Information Technology, Delhi (IIIT-D), India FROM : Slides from CSE202.
CSE Wireless and Adhoc networks Instructor: Ayman Alharbi Computer Engineering Dept. (Head of dept. ) Why ?
CSE6339 DATA MANAGEMENT AND ANALYSIS FOR COMPUTATIONAL JOURNALISM CSE6339, Spring 2012 Department of Computer Science and Engineering, University of Texas.
Class Introduction IST 210: Organization of Data IST2101.
Database Applications Programming CS 362 Dr. Samir Tartir 2014/2015 First Semester.
Database Management Systems
Yonsei University 2nd Semester, 2017 Sanghyun Park
Database Design CT1313.
Information Modeling and Database System
Computer Network Fundamentals CNT4007C
Course Introduction 공학대학원 데이타베이스
Computer Networks CNT5106C
Introduction to Statistical Signal Processing
Course Guide CT 1501.
Database Design and Implementation
GTECH 709 Criteria for evaluation
Fundamentals of Databases
Database Applications Programming CS 362
CSE1311 Introductory Programming for Engineers & Scientists
INFS 522 – Computer Systems Concepts
C Programming Lecture 1 : Introduction
C Programming Lecture 1 : Introduction
Instructors Antonio Torralba & Bill Freeman
Administrative Issues
Information Retrieval CIS-462
Database Applications Programming CS 362
Presentation transcript:

General Introduction Introduction to database systems

©Silberschatz, Korth and Sudarshan2 Instructor Marius Silaghi  PhD  Swiss Federal Institute of Technology (2002)  Research Interests  Protocols for reasoning with: distributed relations/constraints/databases  Security in such exchanges  Consistency guarantees for such exchanges

©Silberschatz, Korth and Sudarshan3 General Introduction CSE 4020/5260 content Grading Policies

©Silberschatz, Korth and Sudarshan4 Objectives To provide a grand tour of the organization of this semester’s class

©Silberschatz, Korth and Sudarshan5 Study By the book  Database System Concepts, 6 th Edition,  By: Abraham Silberschatz, Henry F. Korth, S. Sudarshan By slides and hand-notes  Linked from the website of the class: Everything mentioned in class has to be retained  Write down notes of what we discuss and is not on slides

©Silberschatz, Korth and Sudarshan6 CSE 4020 Topics Introduction to Databases Relational Model Entity-Relationship Model Structured Query Language (Sequel) Relational Algebra Tuple Relational Calculus Database Design

©Silberschatz, Korth and Sudarshan7 Grading Mid-term 35% (due Fri, Oct 5) Final 35% (in class, Wed, Dec 9 6-8pm) Project 16% Quiz/Assignments 2% Slides 12% Bonuses (for in-class feedback)

©Silberschatz, Korth and Sudarshan8 Attendance and Participation Attendance is taken each class, and together with participation it contribute towards a bonus of up to 5% of the final grade. You are considered absent at a lecture during which you watch a device (laptop/PDA/phone, etc.) or read a book. Participation is a measure of your constructive involvement in the course:  asking “the right questions”  at “the right time”  being serious and non-disturbing otherwise  helping your colleagues when needed  attending office hours

©Silberschatz, Korth and Sudarshan9 Paired Projects You are allowed and encouraged to work in pairs Submissions are allowed only via the submit server. No late submissions accepted. You can select what DBMS you want to use in your project You are supposed to Google to find documentation to make your project work.  It may not work straightforwardly. You may need to use tricks to get the job done.

©Silberschatz, Korth and Sudarshan10 Have fun! Suggestions are welcome.

End of General Introduction