Topic outline

  • General description

    This course aims to introduce the basics of DBMS from a user perspective. The principles of modeling an organization using entity relationship diagrams and transforming the model into a relational database or NoSQL database are illustrated through a set of practical examples. SQL is used to create, query, compile, and update a relational database. NoSQL databases and related data models are rendered using Python.