City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

Size: px
Start display at page:

Download "City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015"

Transcription

1 City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: Database Systems Course Code: CS3402 Course Duration: One Semester No. of Credit Units: 3 Level: B3 Medium of Instruction: English Prerequisites: (Course Code and Title) CS2310 Computer Programming or CS2311 Computer Programming or CS2313 Computer Programming or CS2331 Problem Solving and Programming or CS2332 Object-Oriented Programming or CS2360 Java Programming or CS2363 Computer Programming or CS2372 Fundamentals of Programming or equivalent Precursors: (Course Code and Title) Nil Equivalent Courses: (Course Code and Title) CS3462 Introduction to Database Systems Exclusive Courses: (Course Code and Title) Nil Part II 1. Course Aims: This course aims to provide fundamental understanding of database design principles, implementation and management in a single-site environment. 1

2 2. Course Intended Learning Outcomes (CILOs) Upon successful completion of this course, students should be able to: No. CILOs Weighting 1. write SQL queries to retrieve information from a database proficiently; 2. identify and perform the steps involved in the design of a database; 3. implement and critique the design in a relational database management system; 4. describe the principles of transactions and concurrency control. 3. Teaching and learning Activities (TLAs) (designed to facilitate students achievement of the CILOs) Teaching pattern: Suggested lecture/tutorial/laboratory mix: 2 hrs. lecture; 1 hr. tutorial. Based on the course ILOs, the teaching/learning activities of this course may include: ILO No TLAs Hours/week CILO 1, 2 and 4 Lecture: The instructor will explain the course material in detail. Lectures support ILOs 1, 2, and 4. and 4 CILO 1 and 3 Assignment: Each student is required to independently work on 2-3 assignments. Each assignment contains several questions designed to help students consolidate the concepts/algorithms learned. This learning method supports ILOs 2 and 4. Hands-on practice: The instructor will arrange tutorials in labs where each student can practice database operations on actual database management systems (e.g., Oracle). This learning method supports ILO 1. Project: Each student is required to complete and implement a database design for a concrete application. In such a project, a student needs to draw the ER diagrams for the application, convert the diagrams to relational tables, perform the necessary normalization, and implement the final tables in a database management system. This learning method supports ILOs 2 and 3. 2

3 4. Assessment Tasks/Activities (designed to assess how well the students achieve the CILOs) The Course ILOs are assessed using the following approach: ILO No Type of assessment tasks/activities Weighting CILO 1 Write SQL queries to extract information from a database proficiently. Coursework: Students may be required to finish several designated SQL tasks in some lab sessions, or may be tested on SQL during in-class tests. Exam: Students will be given a practical scenario including a set of table schemas. They will be asked to write SQL queries to retrieve tuples satisfying various predicates. They may also be given some SQL queries, and requested to explain in English what kind of tuples are extracted by each query. Remarks CILO 3 CILO 4 Identify and perform the steps involved in the design of a database. Coursework: Students ability of designing a database will be evaluated by the quality of her/his design in the project. Exam: Students will be given an unnormalized table and a set of functional dependencies, and are required to decompose the table into normalized relations in BCNF/3NF. They may also be requested to create an ER-diagram that reasonably models a certain scenario, and to convert the diagram into relational tables. Implement and critique the design in a relational database management system. Coursework: This objective will also be assessed through the project. In particular, students are expected to capture all the integrity constraints specified in the project. Furthermore, students should be able to judge if an implementation of the design is efficient, i.e., whether it incurs low update/query overhead or not. Understand the principles of transactions and concurrency control. Exam: Students will be given several threads, and required to work out a schedule of executing the operations in these threads according to a concurrency control protocol. 3

4 It is worth mentioning that the types of questions in the final exam are versatile, and may include types that are not mentioned earlier. However, in any case, all questions will aim at demanding students to demonstrate that they have adequately fulfilled the above ILOs. 5. Grading of Student Achievement: Examination duration: 2 hours Percentage of coursework, examination, etc.: 40% CW; 60% Exam Grading pattern: Standard (A+AA- F) For a student to pass the course, at least 30% of the maximum mark for the examination must be obtained. Part III Keyword Syllabus: Database design methodology: entity-relationship model, functional dependency, normalization, data definition language. Query Language: SQL, relational algebra, query by example. Data model: relational model. Database management issues: integrity, trigger, user constraint, security. Transaction management: ACID properties, concurrency control, serializability, locking protocols, deadlock. WWW applications. Syllabus: 1. Introduction Database history. File-based system vs database. Database components. User types. Architecture. Data independence. Data models. 2. File organization Physical data organization: Ordered file. Indexed file. Hash file. 3. Data model and query Relational model: schema, primary key, foreign key, algebra, database operators. Data definition. SQL. 4. Database design Entity Relationship model. Data redundancy. Update anomalies. Functional dependency. Normalization: BCNF, 3NF. 5. Database management Consistency: integrity, trigger, user constraint, view. Data modification language. Security: Access permission, database users, permission granting. 6. Transaction management Concurrency Control: ACID Properties, Serializability, Locking Protocols, deadlock detection and prevention. 7. WWW applications (optional) Data exchange, XML, XML data management and querying. 4

5 Recommended Reading: Essential Text Elmasri R. and Navathe S. B. Fundamentals of Database Systems. 6 th Ed. Addison Wesley (2010) Supplementary Reading Silberschatz A., Korth H. and Sudarshan S. Database System Concepts. 6 th Ed. McGraw-Hill Companies Inc. (2010) 5

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: Topics on Computer Security Course Code: CS4293

More information

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: Mobile Application Programming Course Code:

More information

City University of Hong Kong Information Technology Course - Business Solutions

City University of Hong Kong Information Technology Course - Business Solutions City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Information

More information

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: Web Usability Design and Engineering Course

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2008 / 2009

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2008 / 2009 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2008 / 2009 Part I Course Title: Course Code: Course Duration: No.

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Gateway Education Course offered by Department of Information Systems and Department of Management Sciences with effect from Semester A in 2013 / 2014 Part

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Cloud Services

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015.

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015. City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015. Part I Course Title: Course Code: Course Duration: Human-Computer

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Project

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Business

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16 City University of Hong Kong Course Syllabus offered by Department of Computer Science with effect from Semester A 2015/16 Part I Course Overview Course Title: Software Engineering Principles and Practice

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16 City University of Hong Kong Course Syllabus offered by Department of Computer Science with effect from Semester A 2015/16 Part I Course Overview Course Title: Problem Solving and Programming Course Code:

More information

City University of Hong Kong. Course Syllabus. offered by Department of Information Systems with effect from Semester A in 2015 / 2016

City University of Hong Kong. Course Syllabus. offered by Department of Information Systems with effect from Semester A in 2015 / 2016 City University of Hong Kong offered by Department of Information Systems with effect from Semester A in 2015 / 2016 Part I Course Overview Course Title: Information Management Course Code: CB2500 Course

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Information

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: AI Game Programming Course Code: CS4386 Course

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by the Department of System Engineering and Engineering Management with effect from Semester A in 2012 /2013 Part I Course Title: Safety and

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Digital Marketing

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2009 /2010

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2009 /2010 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2009 /2010 Part I Course Title: Course Code: Course Duration: No.

More information

City University of Hong Kong. Information on a Course

City University of Hong Kong. Information on a Course City University of Hong Kong Information on a Course offered by Department of Economics and Finance with effect from Semester A in 2013/2014 Part I Course Title: Financial Modelling Course Code: EF3622

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Business

More information

City University of Hong Kong. Information on a Course

City University of Hong Kong. Information on a Course City University of Hong Kong Information on a Course offered by Department of Economics and Finance with effect from Semester A in 2014/2015 Part I Course Title : International Finance and Banking Course

More information

City University of Hong Kong Course Syllabus. offered by Department of Information Systems with effect from Semester A 2016 / 2017

City University of Hong Kong Course Syllabus. offered by Department of Information Systems with effect from Semester A 2016 / 2017 City University of Hong Kong Course Syllabus offered by Department of Information Systems with effect from Semester A 2016 / 2017 Part I Course Overview Course Title: Human-Computer Interaction for Business

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015 Part I Course Title: Course Code: Course Duration: Business

More information

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester A in 2015/2016

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester A in 2015/2016 City University of Hong Kong Course Syllabus offered by College/School/Department of Electronic Engineering with effect from Semester A in 2015/2016 Part I Course Overview Course Title: Engineering Training

More information

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16 City University of Hong Kong offered by Department of Accountancy with effect from Semester A 2015/16 Part I Course Overview Course Title: Financial Statement Analysis Course Code: CB3041 Course Duration:

More information

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester A 2015/16 City University of Hong Kong offered by Department of Computer Science with effect from Semester A 2015/16 Part I Course Overview Course Title: Course Code: Course Duration: Credit Units: Level: Medium

More information

City University of Hong Kong. Information on a Course offered by Department of Accountancy with effect from Semester B in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Accountancy with effect from Semester B in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Accountancy with effect from Semester B in 2014 / 2015 Part I Course Title: Introduction to Financial Accounting Course Code:

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Business Course Title: (English) Performance Management (Chinese) Course Code: BUS20305

More information

CS 649 Database Management Systems. Fall 2011

CS 649 Database Management Systems. Fall 2011 SCHOOL OF BUSINESS, PUBLIC ADMINISTRATION AND INFORMATION SCIENCES LONG ISLAND UNIVERSITY, BROOKLYN CAMPUS DEPARTMENT OF COMPUTER SCIENCE CS 649 Database Management Systems Fall 2011 Course Schedule: Thursday

More information

CS 525 Advanced Database Organization - Spring 2013 Mon + Wed 3:15-4:30 PM, Room: Wishnick Hall 113

CS 525 Advanced Database Organization - Spring 2013 Mon + Wed 3:15-4:30 PM, Room: Wishnick Hall 113 CS 525 Advanced Database Organization - Spring 2013 Mon + Wed 3:15-4:30 PM, Room: Wishnick Hall 113 Instructor: Boris Glavic, Stuart Building 226 C, Phone: 312 567 5205, Email: bglavic@iit.edu Office Hours:

More information

City University of Hong Kong Course Syllabus. offered by Department of Chinese and History with effect from Semester B 2015 / 16

City University of Hong Kong Course Syllabus. offered by Department of Chinese and History with effect from Semester B 2015 / 16 City University of Hong Kong offered by Department of Chinese and History with effect from Semester B 2015 / 16 Part I Course Overview Course Title: Chinese for Advertising Course Code: CAH3165 Course

More information

City University of Hong Kong. Information on a Course offered by Division of Building Science & Technology with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Division of Building Science & Technology with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Course offered by Division of Building Science & Technology with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Technical

More information

IT2304: Database Systems 1 (DBS 1)

IT2304: Database Systems 1 (DBS 1) : Database Systems 1 (DBS 1) (Compulsory) 1. OUTLINE OF SYLLABUS Topic Minimum number of hours Introduction to DBMS 07 Relational Data Model 03 Data manipulation using Relational Algebra 06 Data manipulation

More information

DATABASE MANAGEMENT SYSTEMS. Question Bank:

DATABASE MANAGEMENT SYSTEMS. Question Bank: DATABASE MANAGEMENT SYSTEMS Question Bank: UNIT 1 1. Define Database? 2. What is a DBMS? 3. What is the need for database systems? 4. Define tupule? 5. What are the responsibilities of DBA? 6. Define schema?

More information

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2010 / 2011

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2010 / 2011 City University of Hong Kong Information on a Course offered by Department of Management Sciences with effect from Semester A in 200 / 20 Part I Course Title: Enterprise Data Mining Course Code: MS4224

More information

IT2305 Database Systems I (Compulsory)

IT2305 Database Systems I (Compulsory) Database Systems I (Compulsory) INTRODUCTION This is one of the 4 modules designed for Semester 2 of Bachelor of Information Technology Degree program. CREDITS: 04 LEARNING OUTCOMES On completion of this

More information

Instructor: Michael J. May Semester 1 of 5775. The course meets 9:00am 11:00am on Sundays. The Targil for the course is 12:00pm 2:00pm on Sundays.

Instructor: Michael J. May Semester 1 of 5775. The course meets 9:00am 11:00am on Sundays. The Targil for the course is 12:00pm 2:00pm on Sundays. Syllabus for ISM 14-324: Database Systems Department of Software and Information Systems Achi Racov School of Engineering Kinneret College on the Sea of Galilee Instructor: Michael J. May Semester 1 of

More information

CSE 412/598 Database Management Spring 2012 Semester Syllabus http://my.asu.edu/

CSE 412/598 Database Management Spring 2012 Semester Syllabus http://my.asu.edu/ PROFESSOR: Dr. Hasan Davulcu OFFICE: BY 564 CSE 412/598 Database Management Spring 2012 Semester Syllabus http://my.asu.edu/ OFFICE HOURS: TBD Students should make every effort to utilize the scheduled

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Marketing

More information

Course: CSC 222 Database Design and Management I (3 credits Compulsory)

Course: CSC 222 Database Design and Management I (3 credits Compulsory) Course: CSC 222 Database Design and Management I (3 credits Compulsory) Course Duration: Three hours per week for 15weeks with practical class (45 hours) As taught in 2010/2011 session Lecturer: Oladele,

More information

City University of Hong Kong Course Syllabus. offered by Department of Biomedical Sciences with effect from Semester A 2015 / 2016

City University of Hong Kong Course Syllabus. offered by Department of Biomedical Sciences with effect from Semester A 2015 / 2016 City University of Hong Kong Course Syllabus offered by Department of Biomedical Sciences with effect from Semester A 2015 / 2016 Part I Course Overview Course Title: Medical Informatics and Laboratory

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on Gateway Education Course offered by Department of School of Energy and Environment with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code:

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Project Management

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Business

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Business COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Business Course Title: (English) Information Management (Chinese) Course Code: BUS20119

More information

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester A in 2012/2013

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester A in 2012/2013 City University of Hong Kong Information on a Course offered by epartment of Marketing with effect from Semester A in 2012/2013 Part I Course Title: Customer Relationship Management Course Code: MKT 4610

More information

THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN DATA MANAGEMENT

THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN DATA MANAGEMENT THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN DATA MANAGEMENT ODM 106.DATABASE CONCEPTS COURSE OUTLINE 1.0 Introduction This introductory

More information

Database System Concepts

Database System Concepts s Design Chapter 1: Introduction Departamento de Engenharia Informática Instituto Superior Técnico 1 st Semester 2008/2009 Slides (fortemente) baseados nos slides oficiais do livro c Silberschatz, Korth

More information

City University of Hong Kong. Course Syllabus. offered by School of Creative Media with effect from Semester B 2015/16

City University of Hong Kong. Course Syllabus. offered by School of Creative Media with effect from Semester B 2015/16 City University of Hong Kong offered by School of Creative Media with effect from Semester B 2015/16 Part I Course Overview Course Title: 3D Animation I - Basic Course Code: SM2231 Course Duration: One

More information

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester B in 2012/2013

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester B in 2012/2013 City University of Hong Kong Information on a Course offered by epartment of Marketing with effect from Semester B in 2012/2013 Part I Course Title: Course Code: Course uration: Marketing Financial Services

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Business Course Title: (English) Accounting Information Systems (Chinese) Course Code: BUS20282

More information

City University of Hong Kong. Information on a Course offered by the Department of Management Sciences with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by the Department of Management Sciences with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Course offered by the Department of Management Sciences with effect from Semester A in 2012 / 2013 Part I Course Title: Customer Relationship Management with

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 Form 2B City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Outsourcing

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Applied Science and Technology

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Applied Science and Technology COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Applied Science and Technology Course Title: (English) Introduction to the Web (Chinese)

More information

City University of Hong Kong. Information on a Course offered by Department of Media and Communication with effect from Semester A 2010/2011

City University of Hong Kong. Information on a Course offered by Department of Media and Communication with effect from Semester A 2010/2011 Form 2B City University of Hong Kong Information on a Course offered by epartment of Media and Communication with effect from Semester A 2010/2011 Part I Course Title: Course Code: Course uration: Stakeholders

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Business

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Business COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Business Course Title: (English) Management (Chinese) Course Code: BUS10306 Credit Units:

More information

City University of Hong Kong. Information on a Course offered by Department of Biology and Chemistry with effect from 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Biology and Chemistry with effect from 2012 / 2013 City University of Hong Kong Information on a Course offered by Department of Biology and Chemistry with effect from 2012 / 2013 Part I Course Title: Course Code: Course Duration: No. of Credit Units:

More information

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester A in 2012 / 2013 Form 2B City University of Hong Kong Information on a Course offered by epartment of Marketing with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course uration: Customer Relationship

More information

City University of Hong Kong. Information on a Course offered by Department of Accountancy with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Accountancy with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Accountancy with effect from Semester A in 2014 / 2015 Part I Course Title: Advanced Management Accounting Course Code: AC4322

More information

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Marketing with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Marketing with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Creativity in Marketing

More information

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Summer Term 2015

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Summer Term 2015 City University of Hong Kong offered by Department of Accountancy with effect from Summer Term 2015 Part I Course Overview Course Title: Business Ethics for Professional Accountants and Company Secretaries

More information

City University of Hong Kong

City University of Hong Kong ity University of Hong Kong Information on a ourse offered by Department of Management Sciences with effect from Semester in 2014 / 2015 Part I ourse Title: nalytics using SS ourse ode: MS3251 ourse Duration:

More information

Objectives of Lecture 1. Class and Office Hours. Labs and TAs. CMPUT 391: Introduction. Introduction

Objectives of Lecture 1. Class and Office Hours. Labs and TAs. CMPUT 391: Introduction. Introduction Database Management Systems Winter 2004 CMPUT 391: Introduction Dr. Osmar R. Zaïane Objectives of Lecture 1 Introduction Get a rough initial idea about the content of the course: Lectures Resources Activities

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by Department of School of Creative Media with effect from Semester B in 2012/2013 Part I Course Title: 2D Animation II. Intermediate Course

More information

Course Computer Science Academic year 2012/13 Subject Databases I ECTS 5

Course Computer Science Academic year 2012/13 Subject Databases I ECTS 5 Course Computer Science Academic year 2012/13 Subject Databases I ECTS 5 Type of course Compulsory Year 2 nd Semester 1st semester Student Workload: Professor(s) José Carlos Fonseca Total 140 Contact 75

More information

Information Management

Information Management Information Management Dr Marilyn Rose McGee-Lennon mcgeemr@dcs.gla.ac.uk What is Information Management about Aim: to understand the ways in which databases contribute to the management of large amounts

More information

THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN INFORMATION AND COMMUNICATION TECHNOLOGY

THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN INFORMATION AND COMMUNICATION TECHNOLOGY THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN INFORMATION AND COMMUNICATION TECHNOLOGY OIT 217.DATABASE CONCEPTS AND DESIGN COURSE OUTLINE

More information

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16 City University of Hong Kong offered by Department of Accountancy with effect from Semester A 2015/16 Part I Course Overview Course Title: Financial and Management Accounting Course Code: AC5511 Course

More information

CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY. Information on a General Education Course

CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY. Information on a General Education Course CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY Information on a General Education Course Course Title: Course Code Personal Financial Planning CGE17105 Credit Units: 3 Level: Medium

More information

Database Systems Introduction Dr P Sreenivasa Kumar

Database Systems Introduction Dr P Sreenivasa Kumar Database Systems Introduction Dr P Sreenivasa Kumar Professor CS&E Department I I T Madras 1 Introduction What is a Database? A collection of related pieces of data: Representing/capturing the information

More information

City University of Hong Kong Course Syllabus. offered by Department of English with effect from Semester A 2016/2017

City University of Hong Kong Course Syllabus. offered by Department of English with effect from Semester A 2016/2017 City University of Hong Kong Course Syllabus offered by Department of English with effect from Semester A 2016/2017 Part I Course Overview Course Title: Course Code: Fiction Writing EN3572 Course Duration:

More information

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2012 / 2013 Form 2B City University of Hong Kong Information on a Course offered by Department of Management Sciences with effect from Semester A in 2012 / 2013 Part I Course Title: Workshops on Logistics & Supply

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Business Course Title: Financial Markets & Institutions Course Code: BUS20402 Credit Units:

More information

Fundamentals of Database System

Fundamentals of Database System Fundamentals of Database System Chapter 4 Normalization Fundamentals of Database Systems (Chapter 4) Page 1 Introduction To Normalization In general, the goal of a relational database design is to generate

More information

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16

City University of Hong Kong. Course Syllabus. offered by Department of Accountancy with effect from Semester A 2015/16 City University of Hong Kong offered by Department of Accountancy with effect from Semester A 2015/16 Part I Course Overview Course Title: Introduction to Managerial Accounting Course Code: CB2101 Course

More information

City University of Hong Kong. Information on a Course offered by Department of Media and Communication with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Media and Communication with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Media and Communication with effect from Semester A in 2014 / 2015 Part I Course Title: Course Code: Course Duration: Integrated

More information

Databases. DSIC. Academic Year 2010-2011

Databases. DSIC. Academic Year 2010-2011 Databases DSIC. Academic Year 2010-2011 1 Lecturer José Hernández-Orallo Office 236, 2nd floor DSIC. Email: jorallo@dsic.upv.es http://www.dsic.upv.es/~jorallo/docent/bda/bdaeng.html Attention hours On

More information

CSE 562 Database Systems

CSE 562 Database Systems UB CSE Database Courses CSE 562 Database Systems CSE 462 Database Concepts Introduction CSE 562 Database Systems Some slides are based or modified from originals by Database Systems: The Complete Book,

More information

B.Sc. (Computer Science) First Year

B.Sc. (Computer Science) First Year B.Sc. (Computer Science) First Year Paper No. Title of Paper External Internal Assessment Maximum Pass Exam Durations Semester I I Computer Fundamentals & Programming 40 5 45 16 3hrs in C II Logical Organization

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Courses offered by Division of Business

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Courses offered by Division of Business COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Courses offered by Division of Business Course Title: Ethics In Accounting Course Code: BUS20281 Credit Units: 3 Level:

More information

Introduction to database management systems

Introduction to database management systems Introduction to database management systems Database management systems module Myself: researcher in INRIA Futurs, Ioana.Manolescu@inria.fr The course: follows (part of) the book "", Fourth Edition Abraham

More information

Objectives of Lecture 1. Labs and TAs. Class and Office Hours. CMPUT 391: Introduction. Introduction

Objectives of Lecture 1. Labs and TAs. Class and Office Hours. CMPUT 391: Introduction. Introduction Database Management Systems Winter 2003 CMPUT 391: Introduction Dr. Osmar R. Zaïane Objectives of Lecture 1 Introduction Get a rough initial idea about the content of the course: Lectures Resources Activities

More information

City University of Hong Kong. Information on a Course offered by School of Law with effect from Semester B in 2012/2013

City University of Hong Kong. Information on a Course offered by School of Law with effect from Semester B in 2012/2013 City University of Hong Kong Form 2B Information on a Course offered by School of Law with effect from Semester B in 2012/2013 Part I Course Title: Personal Injuries Practice Course Code: PLE5028 Course

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Applied Science and Technology Course Title: (English) Java Programming (Chinese) Course

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203.

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : II / III Section : CSE - 1 & 2 Subject Code : CS 6302 Subject Name : Database

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by Department of Architecture and Civil Engineering GE1318 Are We Safe?: Risks in Our Everyday Life Part I Course Duration: 1 semester Primary

More information

City University of Hong Kong. Information on a Gateway Education Course offered by Department of Marketing with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Gateway Education Course offered by Department of Marketing with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Gateway Education Course offered by Department of Marketing with effect from Semester A in 2012 / 2013 Part I Course Title: Course Code: Course Duration: Market

More information

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to: 14 Databases 14.1 Source: Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: Define a database and a database management system (DBMS)

More information

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2014/ 2015

City University of Hong Kong. Information on a Course offered by Department of Management Sciences with effect from Semester A in 2014/ 2015 ity University of Hong Kong Information on a ourse offered by Department of Management Sciences with effect from Semester A in 2014/ 2015 Part I ourse Title: usiness Modeling with Spreadsheets ourse ode:

More information

Course 6232A: Implementing a Microsoft SQL Server 2008 Database

Course 6232A: Implementing a Microsoft SQL Server 2008 Database Course 6232A: Implementing a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a General Education Course offered by Department of Biology and Chemistry with effect from Semester A in 2008 / 2009 Part I Course Title: Course Code: Course

More information

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Applied Science and Technology

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG. Information on a Course offered by Division of Applied Science and Technology COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG Information on a Course offered by Division of Applied Science and Technology Course Title: (English) Introduction to Web Development (Chinese)

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

Textbook and References

Textbook and References Transactions Qin Xu 4-323A Life Science Building, Shanghai Jiao Tong University Email: xuqin523@sjtu.edu.cn Tel: 34204573(O) Webpage: http://cbb.sjtu.edu.cn/~qinxu/ Webpage for DBMS Textbook and References

More information

City University of Hong Kong Course Syllabus. offered by Division of Building Science and Technology with effect from Semester A 2015 /16

City University of Hong Kong Course Syllabus. offered by Division of Building Science and Technology with effect from Semester A 2015 /16 City University of Hong Kong Course Syllabus offered by Division of Building Science and Technology with effect from Semester A 2015 /16 Part I Course Overview Course Title: Construction Management Course

More information

BCA. Database Management System

BCA. Database Management System BCA IV Sem Database Management System Multiple choice questions 1. A Database Management System (DBMS) is A. Collection of interrelated data B. Collection of programs to access data C. Collection of data

More information

Database Architecture and Administration

Database Architecture and Administration Lecture Revised: Fall 2015 12TITD130 23TITD250 Database Architecture and COURSE OUTLINE Prerequisites: Course Description: Involves in-depth instruction about the underlying architecture of databases and

More information

Normalization in OODB Design

Normalization in OODB Design Normalization in OODB Design Byung S. Lee Graduate Programs in Software University of St. Thomas St. Paul, Minnesota bslee@stthomas.edu Abstract When we design an object-oriented database schema, we need

More information

CS 377 Database Systems. Database Design Theory and Normalization. Li Xiong Department of Mathematics and Computer Science Emory University

CS 377 Database Systems. Database Design Theory and Normalization. Li Xiong Department of Mathematics and Computer Science Emory University CS 377 Database Systems Database Design Theory and Normalization Li Xiong Department of Mathematics and Computer Science Emory University 1 Relational database design So far Conceptual database design

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by School of Creative Media with effect from Semester B in 2014 / 2015 Part I Course Title: Studio Photography Course Code: SM1201 Course Duration:

More information