Download COP 3540 Introduction to Database Structures

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

IMDb wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Serializability wikipedia , lookup

Relational algebra wikipedia , lookup

Oracle Database wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Ingres (database) wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

SQL wikipedia , lookup

PL/SQL wikipedia , lookup

Functional Database Model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Database wikipedia , lookup

Concurrency control wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Database model wikipedia , lookup

Relational model wikipedia , lookup

Transcript
COP 3540 Introduction to Database Structures
Credits: 3 credits
Textbook, Title, Author and Year: Database Management Systems, third edition. Raghu Ramakrishnan
and Johannes Gehrke. McGraw-Hill Higher Education,2002, ISBN-13: 978-0072465631
Lecture slides, hands-out and notes
Reference Materials: Ramez Elmasri and Shamkant B. Navathe Fundamentals of Database Systems.
Fourth Edition, Addison-Wesley, 2004. ISBN 0-321-12226-7.
Abraham Silberschatz, Henry F. Korth and S. Sudarshan. Database System Concepts. Fourth Edition.
McGraw Hill, 2004. ISBN 0-07-255481-9.
Specific Course Information
a. Catalog Description: An introduction to the design, implementation and use of relational
database systems. Topics include DBMS design, relational model, SQL language, indexing
techniques, etc. Programming projects will be done in SQL in MySQL database.
b. Prerequisites: COP3530 Data structure and algorithm analysis. Or permission of the instructor
c. Specific Goals for the Course: This course will provide students with an in-depth understanding
of the theory, operation and application of modern database systems. At the end of the class,
students should be able to master concepts of DBMS design, relational model, indexing
techniques, etc. Students will apply SQL programming language to perform relational database
operations. Presentations will be given by students to discuss their projects. Students will use
MySQL database systems to design and develop a database application.
Brief List of Topics to be Covered
Topics
Introduction
DBMS Design, ER Model
Relational Model
Relational Algebra & Calculus
SQL
Midterm and Review
File Organization and Storage
Indexing Techniques
Transaction Management
Concurrency & Crash Recovery
Normalization
Latest Trends in Database
Project Presentations
Chapters
1
2
3
4
5
8 and 9
10 and 11
16
17 and 18
19
Selected Parts in chapters 25 - 28