Home »
MCQs »
Neo4j MCQs
Which of the following clause is used to do a pattern search on the data?
22. Which of the following clause is used to do a pattern search on the data?
- WHERE
- SEARCH
- START
- MATCH
Answer: D) MATCH
Explanation:
The MATCH clause is used to do a pattern search on the data.