Databases 2 Level 3, 10 credit module Prerequisite: 06-19321 Software System Components 2 (or some other introductory course in databases) 2 lectures &

Slides:



Advertisements
Similar presentations
Facilitating Efficacious Transfer of Database Knowledge and Skills Huda Al-Shuaily
Advertisements

Lecture 1 Intro Databases and Information Systems DT210 S McKeever 1.
ICS 324 Database Systems Second Semester (072) Information & Computer Science Department.
Database Design Concepts Info 1408 Lecture 1 Introduction to the module.
MS DB Proposal Scott Canaan B. Thomas Golisano College of Computing & Information Sciences.
Mani-CS34311 CS3431 – Database Systems I Logistics Instructor: Murali Mani
Machine Learning (Extended) Dr. Ata Kaban
introduction to MSc projects
Murali Mani CS3431 – Database Systems I Introduction.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Databases and Database Management System. 2 Goals comprehensive introduction to –the design of databases –database transaction processing –the use of.
Databases 2 Level 3, 10 credit module Prerequisite: Software System Components 2 (or some other introductory course in databases) 2 lectures &
Rundensteiner-CS34311 CS3431 – Database Systems I Logistics Instructor: Elke A. Rundensteiner
Introduction to Database Systems
Academic Year 2014 Spring. MODULE CC3005NI: Advanced Database Systems Academic Year 2014 Spring.
London Metropolitan University, DB3011C/N Intro/P 1 WELCOME CC3005NI Advanced Database Systems Module Organiser:Dr F F Cai.
Section 01Resources1 HSQ - DATABASES & SQL 01 Resources And Franchise Colleges Name :MANSHA NAWAZ room :G 0/32
1 ITQ 2009 at Bilston Resource Centre Information Technology NVQ 2009 Use the ARROW keys to move to next slide.
CSC2012 Database Technology & CSC2513 Database Systems.
OPERATING SYSTEMS AND LANGUAGE TRANSLATORS CIS 2380 TERM 2 – LANGUAGE TRANSLATORS Lee McCluskey – 23/09/20151.
Databases ? 2014, Fall Pusan National University Ki-Joune Li.
Is422- Course Overview Prepared by L. Nouf Almujally 1.
The SET/SEM Project. The SET/SEM project Wireless collection and data-basing Utilises student SMART Phones in the classroom Processes data instantly.
IS6125 Database Analysis and Design Lecture 1: Introduction to IS6125 Rob Gleasure
Switch off your Mobiles Phones or Change Profile to Silent Mode.
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 4:15 pm – 5:30.
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-
CS346: Advanced Databases Alexandra I. Cristea Term 1.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts COMP319: Introduction Course Structure Course Assessment Review: DBMS Structure Review: Terminology.
Microsoft Access Database Software.
1 Machine Learning (Extended) Dr. Ata Kaban Algorithms to enable computers to learn –Learning = ability to improve performance automatically through experience.
FEN Introduction to the database field:  Applications, concepts and terminology Seminar: Introduction to relational databases.
COMU114: Introduction to Database Development 1. Databases and Database Design.
DatabaseCSIE NUK1 Fundamentals of Database Systems Wen-Yang Lin Dept. of Computer Science and Information Engineering National University of Kaohsiung.
CSC8417 Advanced Web Data Management S Examiner: Dr Stijn Dekeyser Moderator: Dr Hua Wang.
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.
Course Conclusion. Agenda Summing up by Tom Handing over to Ellen Your presentations Typo3 // css stuff Information about exam.
Database systems Design - Software School of Hunan university –
IST 210: Organization of Data
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
HOW ARE CS COURSES ORGANISED? Jyrki Nummenmaa
Fall CSE330/CIS550: Introduction to Database Management Systems Prof. Susan Davidson Office: 278 Moore Office hours: TTh
Database Design and Implementation ITCS6160 & ITCS 8160 Instructor: Jianping Fan Time: Thursday 3:30PM-6:15PM Classroom: Woodward Hall 130 Course Webpage:
Database Administration Basics. Basic Concepts and Definitions  Data Facts that can be recorded and stored  Metadata Data that describes properties.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 4- 1.
Rundensteiner-CS34311 CS3431 – Database Systems I Logistics Instructor: Elke A. Rundensteiner
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
CSM06: Information Retrieval Notes about writing coursework reports, revision and examination.
Advanced Databases COMP3017 Dr Nicholas Gibbins
CSE202 : Fundamentals of Database Systems Vikram Goyal Indraprastha Institute of Information Technology, Delhi (IIIT-D), India FROM : Slides from CSE202.
Advanced Database Course Syllabus 1 Advanced Database System Lecturer : H.Ben Othmen.
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering.
CS3431-B111 CS3431 – Database Systems I Logistics Instructor: Mohamed Eltabakh
COM621 – Interactive Web Development 2015/2016 Module Co-Ordinator: Dr. Pratheepan Yogarajah Room:
CX Introduction to Web Programming Introduction & Overview Prepared by: KAR First Prepared on: Last Modified on: xx-xx-xx Quality checked.
Database Systems – (
Yonsei University 2nd Semester, 2017 Sanghyun Park
CSE202 Database Management Systems
Software Engineering (1)
Course Introduction 공학대학원 데이타베이스
Database System Concepts
Welcome to GC311 Database Concepts
Introduction to Database Systems
Welcome to GC311 Database Concepts
Introduction to Database Systems CSE 444
Introduction to Database Systems CSE 444
Introduction to Database Systems CSE 444
Presentation transcript:

Databases 2 Level 3, 10 credit module Prerequisite: Software System Components 2 (or some other introductory course in databases) 2 lectures & 1 exercise class / week Weekly exercise sheets [unassessed; but IF YOU DO THEM you receive feedback on these]

Focus of the module: – We use the public-domain PostgreSQL system – Not a training programme in a particular database management system – Focus on giving an intro to fundamental aspects of database theory & practice

What is covered 1. Querying a relational database with SQL 2. Modelling a real-world situation with (extended) entity-relationship diagrams * ER modelling * Extended ER diagrams * Translating EER diagrams to tables (SQL CREATE statements)

What is covered (cont'd) 3. Logical analysis of database designs * Relational algebra * Functional dependencies * Normalisation

What is covered (cont'd) 4. Relational Database Management System (RDBMS) implementation technology * File organisation and retrieval * Indexes * Algorithms for relational operators * Query Execution * Query Optimisation * Transactions

Possibly more... * XML * Query optimisation * Multimedia databases

Assessment 20% continuous assessment 3 in-class assessed tests, 50 mins each Announced ~1week in advance Marks made available via the web 80% written exam in May Undergrads (BA, Bsc, BEng or MEng) can NOT resit the exam Msc have one resit opportunity

What is expected of you Regular attendance at lectures Coming prepared (with notes) for the exercise class so you can complete a large fraction of exercise in the class Collecting feedback promptly & reviewing any mistakes you might have made Approaching me in office hours to clear up any questions promptly Have fun in learning!