feat: add/rename md files for new RDBMS tutorials (#44132)

* feat: split RDBMS tutorial into two parts

* fix: update challenges across the rest of the languages
This commit is contained in:
Tom
2021-11-16 15:35:59 -06:00
committed by GitHub
parent 56a60700b7
commit 21be9df82a
16 changed files with 163 additions and 50 deletions

View File

@ -1,10 +1,10 @@
---
id: 602da0c222201c65d2a019f5
title: Learn SQL by Building a Student Database
title: "Learn SQL by Building a Student Database: Part 1"
challengeType: 12
helpCategory: Relational Databases
url: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database
dashedName: learn-sql-by-building-a-student-database
url: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1
dashedName: learn-sql-by-building-a-student-database-part-1
---
# --description--

View File

@ -0,0 +1,18 @@
---
id: 618590adb0730ca724e37672
title: "Learn SQL by Building a Student Database: Part 2"
challengeType: 12
helpCategory: Relational Databases
url: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-2
dashedName: learn-sql-by-building-a-student-database-part-2
---
# --description--
# --instructions--
# --hints--
# --seed--
# --solutions--