sort_order |
id |
description |
id_survey |
id |
response_item |
is_correct |
feedback_text |
score |
1 |
1 |
What does SQL stand for ? |
1 |
Structured Question Language |
0 |
Bad Answer |
0 |
1 |
1 |
2 |
What does SQL stand for ? |
1 |
Standard Query Language |
0 |
Bad answer |
0 |
1 |
1 |
3 |
What does SQL stand for ? |
1 |
Strong Query Language |
0 |
Bad answer |
0 |
1 |
1 |
4 |
What does SQL stand for ? |
1 |
Structured Query Language |
1 |
Good Answer |
100 |
1 |
2 |
5 |
Which SQL statement is used to update/modify data ? |
1 |
MODIFY |
0 |
|
0 |
2 |
2 |
6 |
Which SQL statement is used to update/modify data ? |
1 |
SAVE |
0 |
|
0 |
2 |
2 |
7 |
Which SQL statement is used to update/modify data ? |
1 |
UPDATE |
1 |
|
100 |
2 |
2 |
8 |
Which SQL statement is used to update/modify data ? |
1 |
MODIFY |
0 |
|
0 |
2 |
3 |
9 |
What does the SQL FROM clause do ? |
1 |
Specifies the columns we are retrieving |
0 |
|
0 |
3 |
3 |
10 |
What does the SQL FROM clause do ? |
1 |
Specifies the tables to retrieve from |
1 |
|
100 |
3 |
3 |
11 |
What does the SQL FROM clause do ? |
1 |
Specifies a search condition |
0 |
|
0 |
3 |
4 |
12 |
How could you change 'Webster' into 'Webster Geneva' in the Universities table ? |
1 |
UPDATE Universities SET Name='Webster' INTO Name='Webster Geneva' |
0 |
|
0 |
4 |
4 |
13 |
How could you change 'Webster' into 'Webster Geneva' in the Universities table ? |
1 |
MODIFY Universities SET Name='Webster' INTO Name='Webster Geneva' |
0 |
|
0 |
4 |
4 |
14 |
How could you change 'Webster' into 'Webster Geneva' in the Universities table ? |
1 |
UPDATE Universities SET Name='Webster Geneva' WHERE Name='Webster' |
1 |
|
100 |
4 |
4 |
15 |
How could you change 'Webster' into 'Webster Geneva' in the Universities table ? |
1 |
MODIFY Universities SET Name='Webster Geneva' WHERE Name='Webster' |
0 |
|
0 |
4 |