diff --git a/README.md b/README.md index 37848c0..329fdd0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ -# The Unix Reloaded! -Materials for the Computer Science course System Programming. +# 2022: A Data Odyssey! +Materials for the Computer Science course Database Management Systems.

- System Programming: Course Banner -

- https://www.artseiller.com/en/nicolas-lavarenne-en -

+ Database Management Systems: Course Banner

-This course introduces students to advanced software development techniques in system programming using the C language in the ``UNIX`` environment. Topics include introduction to modern operating systems, system calls, managing processes, the use of ``fork`` and ``exec``, signals, file processing, filters, pipes, scripting languages, introduction to concurrency (e.g. synchronization), network programming (e.g. using sockets), client-server problems. +This course will acquaint students with the basic concepts of Database Systems. The topics covered will include 3-layered software architecture, `data modeling` at `conceptual`, `logical`, and `physical` levels, the benefits of dbms vs. files and `ACID` properties. Further, the course covers data modeling for `relational` dbms, relational model, relational algebra, `SQL`, and `normalization` theory.

System Progragramming: Instructor