freeCodeCamp/curriculum/structure/blocks/lecture-working-with-sql.json
Oliver Eyton-Williams 27a54624c3
refactor: blockType -> blockLabel (#62548)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 23:20:15 +05:30

23 lines
561 B
JSON

{
"name": "Working With SQL",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-working-with-sql",
"helpCategory": "Backend Development",
"challengeOrder": [
{
"id": "68816f386bc30d36f59e9563",
"title": "What Is Normalization in SQL?"
},
{
"id": "68817041f57ce139bef36541",
"title": "What Is SQL Injection, and What Are Some Ways to Prevent It?"
},
{
"id": "6881705cd9860639e98d639d",
"title": "What Is the N+1 Problem?"
}
]
}