在APKPure安全快速地下載APK
APKPure 使用簽章驗證功能,確保為您提供無病毒的 Learn Neo4j APK 下載。
學習Neo4jNeo4j教程免費的Neo4j課程NoSQL的圖數據庫
Intro
What is a Graph Database
Nodes and Relationships
Match Nodes
Match Relationships
Queries - (Filters, Transform)
Where Clauses
Cypher Syntax for Neo4j
Comparison Operators
Boolean operators with paths
Strings Matching with REGEX
Transform Result (ORDER BY, LIMIT, SKIP ADS)
Queries - Aggregation
Removing Duplicates with Distinct
Aggregation Functions
COUNT
AVG
SUM
MIN
MAX
String Functions
CREATE
Nodes, Relationships
Adding to Existing Data
DELETE
Deleting nodes, relationships
UPDATE
SET properties, labels
REMOVE properties, labels
MERGE
On Create Set
On Match Set