SFUMECJF / COMP3311-T3-2020

Database systems UNSW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMP3311-T3-2020

Database systems UNSW

  • ass 1 - 11.8/12 - Mapping ER to SQL
  • ass 2 - 15/16 - SQL, PLpgSQL
  • ass 3 - 16/16 - Python, Psycopg2 and IMDB database

Overall course mark 84 DN

Course Summary

This course aims to explore in depth the practice of developing database applications and the theory behind relational database systems. It will also give a very brief overview of the technologies used in implementing database management systems and the past, present and future of database systems.

On successfully completing this course, students are be able to:

  1. develop accurate, non-redundant data models;
  2. realise data models as relational database schemas;
  3. formulate queries via the full range of SQL constructs;
  4. use stored procedures and triggers to extend DBMS capabilities;
  5. write applications in Python that interact effectively with databases;
  6. analyze performance issues in relational database applications;
  7. understand the overall architecture of relational DBMSs;
  8. understand the concepts behind transactions and concurrency control;

About

Database systems UNSW


Languages

Language:PLpgSQL 55.0%Language:Python 45.0%