question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A few typos in the first two tutorials of the Relational Databases course

See original GitHub issue

I love the new Relational Databases Course and I think the other fCC learners will too.

I just wanted to report some typos I found in the first two tutorials. I marked all of the typos with their corresponding json id’s. I also put the typos in bold and suggested changes.

Thanks!

Learn Bash by Building a Boilerplate https://raw.githubusercontent.com/freeCodeCamp/learn-bash-by-building-a-boilerplate/main/tutorial.json

id:1260.1 Turns out you want some different font for the website. From here, create roboto-bold.woff in your new fonts folder. You can put the path in front of the filename of where you want it to go.

Change: Turns out you want a different font for the website or Turns out you want some different fonts for the website

^^ fixed via https://github.com/freeCodeCamp/learn-bash-by-building-a-boilerplate/pull/2

Learn Relational Databases by Building a Mario Database https://raw.githubusercontent.com/freeCodeCamp/learn-relational-databases-by-building-a-mario-database/main/tutorial.json

id: 400 There’s two columns. You won’t either of them for the Mario database. Alter the table second_table and drop the column username.

Change: You won’t need either of them

id:430 Still two. You won’t either of those for the new database either. Drop second_table from your database. Here’s an example:\n\nsql\nDROP TABLE table_name;\n

Change: You won’t need either of those

id: 710 Her favorite color was updated. Toadstool’s name wrong as well, it’s actually Toad. Use UPDATE to SET his name to Toad. Use the condition favorite_color='Red'.

Change: Toadstool’s name is wrong as well

id: 1580 Next it Toad. Add three more rows his actions.

Change: Next is Toad. Add three more rows for his actions.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Jy411commented, Sep 19, 2021

Created a pull request for Learn Bash By Creating a Boilerplate.

https://github.com/freeCodeCamp/learn-bash-by-building-a-boilerplate/pull/1

0reactions
riadhlaabidicommented, Oct 4, 2021

I’ve created the first PR, please accept so i can make an other for the second repo:

freeCodeCamp/learn-bash-by-building-a-boilerplate#2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Relational Database Course – How to Learn SQL in VSCode ...
You can now learn Relational Database concepts and SQL right inside your VSCode editor. This tutorial will walk you through how to install ......
Read more >
Relational Database Design Process
A Quick-Start Tutorial on Relational Database Design. Introduction. Relational database was proposed by Edgar Codd (of IBM Research) around 1969.
Read more >
Relational Database Essentials - 365 Data Science
You should remember there are two main types: relational database and non-relational database. The former will be the focus of our tutorial.
Read more >
Design your first relational database using SSMS - Azure SQL ...
Tutorial : Design a relational database in Azure SQL Database using SSMS ... CourseId INT REFERENCES Course (CourseId), Grade DECIMAL(5,2) ...
Read more >
Relational Databases Explained - IBM
Additionally, a relational database system differs from a basic database management system (DBMS) in that it stores data in tables while a DBMS ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found