mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-19 06:58:03 +00:00
Deployed d42a09c with MkDocs version: 1.1.2
This commit is contained in:
@@ -604,8 +604,15 @@
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#what-to-expect-from-this-training" class="md-nav__link">
|
||||
What to expect from this training
|
||||
<a href="#prerequisites" class="md-nav__link">
|
||||
Prerequisites
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#what-to-expect-from-this-course" class="md-nav__link">
|
||||
What to expect from this course
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -622,13 +629,6 @@
|
||||
Introduction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#prerequisites" class="md-nav__link">
|
||||
Prerequisites
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -711,8 +711,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../reading.md" class="md-nav__link">
|
||||
Further Reading
|
||||
<a href="../conclusion/" class="md-nav__link">
|
||||
Conclusion
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -1067,8 +1067,15 @@
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#what-to-expect-from-this-training" class="md-nav__link">
|
||||
What to expect from this training
|
||||
<a href="#prerequisites" class="md-nav__link">
|
||||
Prerequisites
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#what-to-expect-from-this-course" class="md-nav__link">
|
||||
What to expect from this course
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -1085,13 +1092,6 @@
|
||||
Introduction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#prerequisites" class="md-nav__link">
|
||||
Prerequisites
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1115,7 +1115,12 @@
|
||||
|
||||
|
||||
<h1 id="relational-databases">Relational Databases</h1>
|
||||
<h3 id="what-to-expect-from-this-training">What to expect from this training</h3>
|
||||
<h3 id="prerequisites">Prerequisites</h3>
|
||||
<ul>
|
||||
<li>Complete <a href="/linux_basics/intro/">Linux course</a></li>
|
||||
<li>Install Docker (for lab section)</li>
|
||||
</ul>
|
||||
<h3 id="what-to-expect-from-this-course">What to expect from this course</h3>
|
||||
<p>You will have an understanding of what relational databases are, their advantages, and some MySQL specific concepts.</p>
|
||||
<h3 id="what-is-not-covered-under-this-course">What is not covered under this course</h3>
|
||||
<ul>
|
||||
@@ -1131,11 +1136,6 @@
|
||||
</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>
|
||||
<h3 id="prerequisites">Prerequisites</h3>
|
||||
<ul>
|
||||
<li>Complete <a href="/linux_basics/intro/">Linux course</a></li>
|
||||
<li>Install Docker (for lab section)</li>
|
||||
</ul>
|
||||
<h3 id="pre-reads">Pre-reads</h3>
|
||||
<p><a href="https://beginnersbook.com/2015/04/rdbms-concepts/">RDBMS Concepts</a></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user