Skip to main content

ICS 311T Database Management Systems Theory Seminar

Covers concepts and methods in the definition, creation and management of databases. Emphasis is placed on usage of appropriate methods and tools to design and implement databases to meet identified business needs. Topics include conceptual, logical and physical database design theories and techniques, such as use of Entity Relationship diagrams, query tools and SQL; evaluation of database management systems; responsibilities of data and database administrators; database integrity, security and privacy; and current and emerging trends. Database management systems such as MySQL are used in the course. Overlap: ICS 311 Database Management Systems.

Prerequisites

Special information

Overlap: ICS 311 Database Management Systems. Note: Students are responsible to both be aware of and abide by prerequisites for ICS courses for which they enroll, and will be administratively dropped from a course if they have not met prerequisites.
4 Undergraduate credits

Effective August 24, 2002 to present

Learning outcomes

General

  • Create SQL databases and populate and maintain/use data in the database (using INSERT, UPDATE, DELETE, and SELECT commands).
  • Gather requirements and create conceptual, logical, and physical Entity Relationship Diagrams based on requirements.
  • Create data warehouses for mining and information retrieval.
  • Design for transaction management, concurrency control, and recovery.
  • Create indexes and estimate mass storage sizes.
  • Design correct database schemas by applying normalization techniques.
  • Relate database query language constructs to relational algebra and relational calculus operators.
  • Take advantage of query optimization alternatives.