Upload questions.csv with huggingface_hub
Browse files- questions.csv +5 -0
questions.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Question; Answer; Project
|
2 |
+
What is the aggregate function singleValueOrNull used to implement?; subquery operators; ClickHouse
|
3 |
+
What checks if there is only one unique non-NULL value in the data?; singleValueOrNull; ClickHouse
|
4 |
+
If there are zero or at least two distinct values, what does singleValueOrNull return?; NULL; ClickHouse
|
5 |
+
What is the unique value if there is only one unique non-NULL value in x?; NULL; ClickHouse
|