Deployed 4239ecf with MkDocs version: 1.2.3

This commit is contained in:
github-actions
2024-07-28 12:08:43 +00:00
parent f44a0152c4
commit a6af87660e
61 changed files with 1686 additions and 1410 deletions

View File

@@ -2231,7 +2231,7 @@
<h3 id="what-is-not-covered-under-this-course">What is not covered under this course</h3>
<ul>
<li>
<p>In depth implementation details</p>
<p>In-depth implementation details</p>
</li>
<li>
<p>Advanced topics like normalization, sharding</p>
@@ -2241,7 +2241,7 @@
</li>
</ul>
<h3 id="introduction">Introduction</h3>
<p>The main purpose of database systems is to manage data. This includes storage, adding new data, deleting unused data, updating existing data, retrieving data within a reasonable response time, other maintenance tasks to keep the system running etc.</p>
<p>The main purpose of database systems is to manage data. This includes storage, adding new data, deleting unused data, updating existing data, retrieving data within a reasonable response time, other maintenance tasks to keep the system running, etc.</p>
<h3 id="pre-reads">Pre-reads</h3>
<p><a href="https://beginnersbook.com/2015/04/rdbms-concepts/">RDBMS Concepts</a></p>
<h3 id="course-contents">Course Contents</h3>