curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f66b536d13df9a6e4b87.md
Listen to the audio and complete the sentence below.
We're going to implement BLANK queries to minimize the risk.
parameterized
This word describes queries that use predefined values to improve security. It is a long word often used in database contexts.
Parameterized comes from the root word parameter, which is a value or placeholder used to control how something works.
When people say a query is parameterized, it means it uses predefined values (parameters) instead of inserting user input directly.
This helps improve database security by preventing certain attacks like SQL injection. For example:
The developer used parameterized queries to secure the database. - This means they used placeholders to ensure no harmful code could be inserted.{
"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
}
]
}