-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsql.json
More file actions
29 lines (29 loc) · 805 Bytes
/
sql.json
File metadata and controls
29 lines (29 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"topic": "SQL",
"subtopic": "Queries",
"type": "MCQ",
"question": "Which data manipulation command combines the records from one or more tables?",
"options": ["SELECT", "JOIN", "INSERT", "UPDATE"],
"answer": 1,
"difficulty": "Easy"
},
{
"topic": "SQL",
"subtopic": "basics",
"type": "MCQ",
"question": "SQL permits attribute names to be repeated in the same relation.",
"options": ["TRUE", "FALSE"],
"answer": 1,
"difficulty": "Easy"
},
{
"topic": "SQL",
"subtopic": "Aggregate Functions",
"type": "MCQ",
"question": "Which of the following is NOT an aggregate function in SQL",
"options": ["AVG()", "COUNT()", "MAX()", "UPDATE()"],
"answer": 3,
"difficulty": "medium"
}
]