Skip to content

Commit

Permalink
Deploying to gh-pages from @ c577b7b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bibixx committed Feb 7, 2024
1 parent 93f8334 commit 965d012
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions overrides/sbd.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,28 +115,28 @@
]
},
{
"question": "<span>Jaką wartość dla kolumny \"Salary\" zwróci to zapytanie?</span><br><span>SELECT ename, NVL(sal, 0) \"Salary\" FROM Emp WHERE Sal IS NULL ORDER BY ename;</span>",
"isMarkdown": false,
"question": "Jaką wartość dla kolumny `Salary` zwróci to zapytanie?\n```sql\nSELECT ename, NVL(sal, 0) \"Salary\" FROM Emp WHERE Sal IS NULL ORDER BY ename;```",
"isMarkdown": true,
"answers": [
{
"answer": "<table>\n<tbody>\n<tr>\n<td>0</td>\n</tr>\n</tbody>\n</table>",
"answer": "`0`",
"correct": true,
"isMarkdown": false
"isMarkdown": true
},
{
"answer": "<span>spację</span>",
"answer": "spację",
"correct": false,
"isMarkdown": false
},
{
"answer": "<table>\n<tbody>\n<tr>\n<td>nic nie zwróci</td>\n<td>&nbsp;</td>\n</tr>\n</tbody>\n</table>",
"answer": "nic nie zwróci",
"correct": false,
"isMarkdown": false
},
{
"answer": "<span>null</span>",
"answer": "`null`",
"correct": false,
"isMarkdown": false
"isMarkdown": true
}
]
}
Expand Down

0 comments on commit 965d012

Please sign in to comment.