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:
@ -69,7 +69,8 @@
|
|||||||
"learn-bash-scripting-by-building-five-programs": "Relational Databases",
|
"learn-bash-scripting-by-building-five-programs": "Relational Databases",
|
||||||
"learn-bash-and-sql-by-building-a-bike-rental-shop": "Relational Databases",
|
"learn-bash-and-sql-by-building-a-bike-rental-shop": "Relational Databases",
|
||||||
"salon-appointment-scheduler": "Relational Databases",
|
"salon-appointment-scheduler": "Relational Databases",
|
||||||
"learn-sql-by-building-a-student-database": "Relational Databases",
|
"learn-sql-by-building-a-student-database-part-1": "Relational Databases",
|
||||||
|
"learn-sql-by-building-a-student-database-part-2": "Relational Databases",
|
||||||
"learn-advanced-bash-by-building-a-kitty-ipsum-translator": "Relational Databases",
|
"learn-advanced-bash-by-building-a-kitty-ipsum-translator": "Relational Databases",
|
||||||
"world-cup-database": "Relational Databases",
|
"world-cup-database": "Relational Databases",
|
||||||
"learn-nano-by-building-a-castle": "Relational Databases",
|
"learn-nano-by-building-a-castle": "Relational Databases",
|
||||||
|
@ -27,7 +27,11 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"602da0c222201c65d2a019f5",
|
"602da0c222201c65d2a019f5",
|
||||||
"Learn SQL by Building a Student Database"
|
"Learn SQL by Building a Student Database: Part 1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"618590adb0730ca724e37672",
|
||||||
|
"Learn SQL by Building a Student Database: Part 2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"5f9771307d4d22b9d2b75a94",
|
"5f9771307d4d22b9d2b75a94",
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: 602da0c222201c65d2a019f5
|
id: 602da0c222201c65d2a019f5
|
||||||
title: 通過構建學生數據庫學習 SQL
|
title: "Learn SQL by Building a Student Database: Part 1"
|
||||||
challengeType: 12
|
challengeType: 12
|
||||||
helpCategory: Relational Databases
|
helpCategory: Relational Databases
|
||||||
url: https://github.com/freeCodeCamp/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
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
---
|
---
|
||||||
|
|
||||||
# --description--
|
# --description--
|
@ -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--
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: 602da0c222201c65d2a019f5
|
id: 602da0c222201c65d2a019f5
|
||||||
title: 通过构建学生数据库学习 SQL
|
title: "Learn SQL by Building a Student Database: Part 1"
|
||||||
challengeType: 12
|
challengeType: 12
|
||||||
helpCategory: Relational Databases
|
helpCategory: Relational Databases
|
||||||
url: https://github.com/freeCodeCamp/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
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
---
|
---
|
||||||
|
|
||||||
# --description--
|
# --description--
|
@ -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--
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: 602da0c222201c65d2a019f5
|
id: 602da0c222201c65d2a019f5
|
||||||
title: Learn SQL by Building a Student Database
|
title: "Learn SQL by Building a Student Database: Part 1"
|
||||||
challengeType: 12
|
challengeType: 12
|
||||||
helpCategory: Relational Databases
|
helpCategory: Relational Databases
|
||||||
url: https://github.com/freeCodeCamp/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
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
---
|
---
|
||||||
|
|
||||||
# --description--
|
# --description--
|
@ -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--
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: 602da0c222201c65d2a019f5
|
id: 602da0c222201c65d2a019f5
|
||||||
title: Learn SQL by Building a Student Database
|
title: "Learn SQL by Building a Student Database: Part 1"
|
||||||
challengeType: 12
|
challengeType: 12
|
||||||
helpCategory: Relational Databases
|
helpCategory: Relational Databases
|
||||||
url: https://github.com/freeCodeCamp/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
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
---
|
---
|
||||||
|
|
||||||
# --description--
|
# --description--
|
@ -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--
|
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
id: 602da0c222201c65d2a019f5
|
||||||
|
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-part-1
|
||||||
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
|
---
|
||||||
|
|
||||||
|
# --description--
|
||||||
|
|
||||||
|
# --instructions--
|
||||||
|
|
||||||
|
# --hints--
|
||||||
|
|
||||||
|
# --seed--
|
||||||
|
|
||||||
|
# --solutions--
|
@ -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--
|
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
id: 602da0c222201c65d2a019f5
|
|
||||||
title: Impara SQL costruendo un database degli studenti
|
|
||||||
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
|
|
||||||
---
|
|
||||||
|
|
||||||
# --description--
|
|
||||||
|
|
||||||
# --instructions--
|
|
||||||
|
|
||||||
# --hints--
|
|
||||||
|
|
||||||
# --seed--
|
|
||||||
|
|
||||||
# --solutions--
|
|
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
id: 602da0c222201c65d2a019f5
|
||||||
|
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-part-1
|
||||||
|
dashedName: learn-sql-by-building-a-student-database-part-1
|
||||||
|
---
|
||||||
|
|
||||||
|
# --description--
|
||||||
|
|
||||||
|
# --instructions--
|
||||||
|
|
||||||
|
# --hints--
|
||||||
|
|
||||||
|
# --seed--
|
||||||
|
|
||||||
|
# --solutions--
|
@ -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--
|
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
id: 602da0c222201c65d2a019f5
|
|
||||||
title: Aprenda SQL criando um banco de dados de alunos
|
|
||||||
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
|
|
||||||
---
|
|
||||||
|
|
||||||
# --description--
|
|
||||||
|
|
||||||
# --instructions--
|
|
||||||
|
|
||||||
# --hints--
|
|
||||||
|
|
||||||
# --seed--
|
|
||||||
|
|
||||||
# --solutions--
|
|
Reference in New Issue
Block a user