Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f6dc272d86e2f315b79c.md

latest1.9 KB
Original Source
<!-- (audio) Jake: We're going to implement parameterized queries to minimize the risk. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What's Jake's plan?

--answers--

To improve the database's performance with faster queries.

--feedback--

Jake's plan focuses on minimizing risk, not improving the database speed.


To implement parameterized queries to minimize the risk.


To add more servers to handle heavy traffic.

--feedback--

Jake doesn't mention servers or traffic. He talks about securing the database.


To fix the errors caused by broken queries.

--feedback--

Jake is not fixing broken queries. He's focused on reducing risks by implementing a specific security method.

--video-solution--

2

--explanation--

Implement means to put an idea or solution into action.

Parameterized queries are a method used in databases to reduce security risks, like SQL injection. This works by using placeholders for data instead of inserting user input directly into the query.

In this sentence, Jake's plan is to take action to improve security and prevent risks.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.16,
      "finishTimestamp": 16.88
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "We're going to implement parameterized queries to minimize the risk.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}