From 6d00aea54f91470a13d4d4c64293303f18afefea Mon Sep 17 00:00:00 2001
From: Hossein Fani
Date: Sun, 25 Sep 2022 22:17:27 -0400
Subject: [PATCH] Update README.md
---
README.md | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
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.
-
-
- https://www.artseiller.com/en/nicolas-lavarenne-en
-
+
-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.