julioc-p commited on
Commit
b6f130e
·
verified ·
1 Parent(s): b65ad4a

Upload questions.csv with huggingface_hub

Browse files
Files changed (1) hide show
  1. questions.csv +4 -4
questions.csv CHANGED
@@ -1,5 +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
 
1
  Question; Answer; Project
2
+ What describes the architecture of Artifact Hub?; each of the components, what they do and where they are located in the source repository; Artifact Hub
3
+ What contains all code related to the database layer?; cmd: contains the source code of the backend applications and the CLI tool: hub, tracker, scanner and ah; Artifact Hub
4
+ What is the innermost layer of Artifact Hub?; Database; Artifact Hub
5
+ What is the datastore layer of Artifact Hub?; PostgreSQL; Artifact Hub