Neo4J Cypher By Examples - Master Neo4J Programming Quickly

Posted By: ELK1nG

Neo4J Cypher By Examples - Master Neo4J Programming Quickly
Last updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.89 GB | Duration: 6h 3m

In 2022, understand from the basics the cypher query language of Neo4j - graph database. No experience required.

What you'll learn

Learn to use Neo4j professionally

Learn advanced Neo4j features

Learn Neo4j like a pro by writing your own Cypher

Be confident in using Neo4j in your projects

Understand to Do's and Don't in Cypher Query Language

Learn Neo4j from an experienced professional

Requirements

Neo4j basics

Description

Designed to teach you neo4j very fast, the Master Neo4j Cypher By Examples presents the Neo4j Cypher through examples, showing you a lot of tips and tricks from beginner to expert level. Neo4j is ranked as the #1 graph database. Neo4j is an open-source, distributed data store used to model graph problems. Neo4j has the most popular and active graph database community. Graph DBMSs are meant to represent and analyse data relationships in a way that other types of DBMSs can't (including relational systems). The demand for a graph data model is frequently driven by use cases such as social network analysis, identity and access management, online product and service recommendations, network and device management (Internet of Things), and financial analytics.This course covers many areas including but not limited to* Reading clauses* Projecting clauses* Reading sub-clauses* Reading hints* Writing clauses* Reading/Writing clauses* Set operations* Subquery clauses* Multiple graphs* Importing data* Load CSV*APOCThis course is a step forward on my best-selling course - Complete Neo4j GraphDB & Cypher Bootcamp: Zero To Hero - in Udemy.  See below what my existing students have to say about it:"Best Neo4j Course ever!" -  Victor Damian"I like that this course starts with simple materials and goes deeper into complex/difficult topics in Neo4j. Donatus is a great teacher. Kudos" - Dav"Simply outstanding. I had experience with relational databases, but none with Neo4J. The instructor took the class from an absolute beginner student through an experience used. I will definitely look for more classes by this presenter." - Jim Zielinski"Brilliant course. He makes sure you can use your SQL way of thinking in neo4j by mapping neo4j concepts as they relate to SQL" - Neo"Wonderful instructor, Well done." - Sarab"Enjoying the details and what can be done with Neo4j selection and visualization." -  Krishna DevarasettyOnce register for this course, you will gain lifetime access to all of its videos and the Q&A forum inside the course. This course is covered by the Udemy 30-day money-back guarantee.Will I get support if I get stuck?Yes. Feel free to drop a question in the Q&A, and I will personally answer your questions as soon as I see it.What IDE/editor is used in the course?Neo4j Desktop - it is free and easy to installDoes the course expire?This course never expires. Once you enroll, it becomes yours forever. The course will be updated regularly and you are not to pay anything for the update. Who this course is for:This course is for you if you want to learn Neo4j very fast. This course is for you if you want to learn Neo4j with a lot of examples, exercises, and solutionsThis course is for you if you want to master the in-and-out of Neo4j and use it in your next project.This course is for you if you are tired of Neo4j courses that are too brief or complicated.This course is for you if you want to learn Neo4j by doing and like exciting challenges.If you are a beginner in Neo4j this course is designed to push you higher

Overview

Section 1: Introduction

Lecture 1 Case Study Demo 1

Lecture 2 CODE: Case Study Demo 1

Lecture 3 Case Study Demo 2

Lecture 4 CODE: Case study Demo 2

Lecture 5 Installation

Section 2: Create Nodes, Labels, Properties | Asterisk | Create vs Merge

Lecture 6 Lesson_1 of Day 1 - Creating an Empty Node

Lecture 7 Lesson_1 of Day 1 - Code

Lecture 8 Lesson_2 of Day 1 - Creating Multiple Empty Nodes

Lecture 9 Lesson_2 of Day 1 - Code

Lecture 10 Lesson_3 of Day 1 - Creating Nodes and Return the Node

Lecture 11 Lesson_3 of Day 1 - Code

Lecture 12 Lesson_4 of Day 1 - Understanding Asterisk In Cypher

Lecture 13 Lesson_4 of Day 1 - Code

Lecture 14 Lesson_5 of Day 1 - Creating a Node With Label

Lecture 15 Lesson_5 of Day 1 - Code

Lecture 16 Lesson_6 of Day 1 - Creating Multiple Labels for a Node

Lecture 17 Lesson_6 of Day 1 - Code

Lecture 18 Lesson_7 of Day 1 - Creating a Node With Labels & Properties

Lecture 19 Lesson_7 of Day 1 - Code

Lecture 20 Lesson_8 of Day 1 - Creating a Node With Properties and Labels Using Merge

Lecture 21 Lesson_8 of Day 1 - Code

Lecture 22 Lesson_9 of Day 1 - Creating a Node With Two Labels

Lecture 23 Lesson_9 of Day 1 - Code

Lecture 24 Lesson_10 of Day 1 - Create and Return Name and Address Properties

Lecture 25 Lesson_10 of Day 1 - Code

Lecture 26 Lesson_11 of Day 1 - Using Alias

Lecture 27 Lesson_11 of Day 1 - Code

Section 3: Node | Paths | Relationship | Many More

Lecture 28 Lesson_1 of Day 2 - Using Path

Lecture 29 Lesson_1 of Day 2 - Code

Lecture 30 Lesson_2 of Day 2 - Create Relationship With Properties

Lecture 31 Lesson_2 of Day 2 - Code

Lecture 32 Lesson_3 of Day 2 - Creating Relationship With Multiple Nodes

Lecture 33 Lesson_3 of Day 2 - Code

Lecture 34 Lesson_4 of Day 2 - Multiple Relation Using Different Methods

Lecture 35 Lesson_4 of Day 2 - Code

Lecture 36 Lesson_5 of Day 2 - Multiple Relation Using Different Methods - Part II

Lecture 37 Lesson_5 of Day 2 - Code

Lecture 38 Lesson_6 of Day 2 - Creating Relationships Between Existing Nodes

Lecture 39 Lesson_6 of Day 2 - Code

Lecture 40 Lesson_7 of Day 2 - Returning Relationships

Lecture 41 Lesson_7 of Day 2 - Code

Lecture 42 Lesson_8 of Day 2 - Type and Name of Relationship

Lecture 43 Lesson_8 of Day 2 - Code

Lecture 44 Lesson_9 of Day 2 - More on Relationships Between Nodes

Lecture 45 Lesson_9 of Day 2 - Code

Section 4: Properties | Case | Set | Updates | Many More

Lecture 46 Introduction to Day 3

Lecture 47 Resource for Day 3

Lecture 48 Lesson_1 of Day 3 - Assign Properties Using Set

Lecture 49 Lesson_1 of Day 3 - Code

Lecture 50 Lesson_2 of Day 3 - Assign Properties Using Filter and Set

Lecture 51 Lesson_2 of Day 3 - Code

Lecture 52 Lesson_3 of Day - Using CASE and SET

Lecture 53 Lesson_3 of Day 3 - Code

Lecture 54 Lesson_4 of Day 3 - Converting Data Types

Lecture 55 Lesson_4 of Day 3 - Code

Lecture 56 Lesson_5 of Day 3 - Removing Properties with SET

Lecture 57 Lesson_5 of Day 3 - Code

Lecture 58 Lesson_6 of Day 3 - Updating Age Before Checking

Lecture 59 Lesson_6 of Day 3 - Code

Lecture 60 Lesson_7 of Day 3 - Updating Node Properties

Lecture 61 Lesson_7 of Day 3 - Code

Lecture 62 Lesson_8 of Day 3 - Remove the Properties of a Node Using SET

Lecture 63 Lesson_8 of Day 3 - Code

Lecture 64 Lesson_9 of Day 3 - Updating a Node With More Properties

Lecture 65 Lesson_9 of Day 3 - Code

Lecture 66 Lesson_10 of Day 3 - Without Using the Property Mutation Update a Node

Lecture 67 Lesson_10 of Day 3 - Code

Lecture 68 Lesson_11 of Day 3 - Updating a Node With New Label

Lecture 69 Lesson_11 of Day 3 - Code

Lecture 70 Lesson_12 of Day 3 - Updating a Node With More Than One Label

Lecture 71 Lesson_12 of Day 3 - Code

Lecture 72 Lesson_13 of Day 3 - Updating More Than One Node With Two Labels

Lecture 73 Lesson_13 of Day 3 - Code

Section 5: Remove | Delete | Many More

Lecture 74 Introduction to Day 4

Lecture 75 Resource for Day 4

Lecture 76 Lesson_1 of Day 4 - Remove a Property

Lecture 77 Lesson_1 of Day 4 - Code

Lecture 78 Lesson_2 of Day 4 - Remove Multiple Properties From a Node

Lecture 79 Lesson_2 of Day 4 - Code

Lecture 80 Lesson_3 of Day 4 - Remove All the Properties of a Node

Lecture 81 Lesson_3 of Day 4 - Code

Lecture 82 Lesson_4 of Day 4 - Remove the Label of a Node

Lecture 83 Lesson_4 of Day 4 - Code

Lecture 84 Lesson_5 of Day 4 - Remove Multiple Labels From a Node

Lecture 85 Lesson_5 of Day 4 - Code

Lecture 86 Lesson_6 of Day 4 - Remove the Property of a Relationship

Lecture 87 Lesson_6 of Day 4 - Code

Lecture 88 Lesson_7 of Day 4 - Remove Multiple Properties From Multiple Nodes at Once

Lecture 89 Lesson_7 of Day 4 - Code

Lecture 90 Resource for Delete

Lecture 91 Resource for Delete - Code

Lecture 92 Lesson_8 of Day 4 - Deleting a Node

Lecture 93 Lesson_8 of Day 4 - Code

Lecture 94 Lesson_9 of Day 4 - Deleting a Node With Properties

Lecture 95 Lesson_9 of Day 4 - Code

Lecture 96 Lesson_10 of Day 4 - Delete Relationship Between two Nodes Among Many Nodes

Lecture 97 Lesson_10 of Day 4 - Code

Lecture 98 Lesson_11 of Day 4 - Delete the Whole Graph

Lecture 99 Lesson_11 of Day 4 - Code

Section 6: Neo4j Match | Return | Inward & Outward Connection | Hops | Shortest Distance

Lecture 100 Introduction to Day 5

Lecture 101 Lesson_1 of Day 5 - Match and Return all Nodes

Lecture 102 Lesson_1 of Day 5 - Code

Lecture 103 Lesson_2 of Day 5 - Match and Return all Person's Nodes

Lecture 104 Lesson_2 of Day 5 - Code

Lecture 105 Lesson_3 of Day 5 - Match and Return all Persons' Names

Lecture 106 Lesson_3 of Day 5 - Code

Lecture 107 Lesson_4 of Day 5 - Match and Return all Movies' Titles

Lecture 108 Lesson_4 of Day 5 - Code

Lecture 109 Lesson_5 of Day 5 - Count the Numbers of Movies

Lecture 110 Lesson_5 of Day 5 - Code

Lecture 111 Lesson_6 of Day 5 - Count the Numbers of Nodes Connected to Jessica

Lecture 112 Lesson_6 of Day 5 - Code

Lecture 113 Lesson_7 of Day 5 - Outward Relationships Node Count

Lecture 114 Lesson_7 of Day 5 - Code

Lecture 115 Lesson_8 of Day 5 - Inward Relationship Nodes Count

Lecture 116 Lesson_8 of Day 5 - Code

Lecture 117 Lesson_9 of Day 5 - How Many People are there?

Lecture 118 Lesson_9 of Day 5 - Code

Lecture 119 Lesson_10 of Day 5 - What are the Names of Actors

Lecture 120 Lesson_10 of Day 5 - Code

Lecture 121 Lesson_11 of Day 5 - What are the Names of Directors

Lecture 122 Lesson_11 of Day 5 - Code

Lecture 123 Lesson_12 of Day 5 - Names of Producers & Titles of Their Movies

Lecture 124 Lesson_12 of Day 5 - Code

Lecture 125 Lesson_13 of Day 5 - Who are the Producers & Directors

Lecture 126 Lesson_13 of Day 5 - Code

Lecture 127 Lesson_14 of Day 5 - Producers and Directors Connected With Same Movies

Lecture 128 Lesson_14 of Day 5 - Code

Lecture 129 Lesson_15 of Day 5 - Activities of Everybody Connected With 'Unforgiven'

Lecture 130 Lesson_15 of Day 5 - Code

Lecture 131 Lesson_16 of Day 5 - Who Reviewed or Directed 'Nathan Lane'

Lecture 132 Lesson_16 of Day 5 - Code

Lecture 133 Lesson_17 of Day 5 - Reviewed Rating of 45

Lecture 134 Lesson_17 of Day 5 - Code

Lecture 135 Pre - Lesson_18 - Meaning of HOPS

Lecture 136 Lesson_18 of Day 5 - Nodes that are One to Two HOPS Away From 'Nathan Lane'

Lecture 137 Lesson_18 of Day 5 - Code

Lecture 138 Lesson_19 of Day 5 - Three Hops Away

Lecture 139 Lesson_19 of Day 5 - Code

Lecture 140 Lesson_20 of Day 5 - Co-Actors With Meg Ryan

Lecture 141 Lesson_20 of Day 5 - Code

Lecture 142 Lesson_21 of Day 5 - Persons Connected With Tony Scott in the Same Movie

Lecture 143 Lesson_21 of Day 5 - Code

Lecture 144 Lesson_22 of Day 5 - None Actors Who Worked With Rob Reiner

Lecture 145 Lesson_22 of Day 5 - Code

Lecture 146 Lesson_23 of Day 5 - Titles of Movies Those in "The BirdCage" Also Involved

Lecture 147 Lesson_23 of Day 5 - Code

Lecture 148 Lesson_24 of Day 5 - Shortest Distance Between Brooke Langton and Lori Petty

Lecture 149 Lesson_24 of Day 5 - Code

Section 7: Neo4j Pattern | Where Filter | Many More

Lecture 150 Introduction to Day 6

Lecture 151 Resource for Day 6

Lecture 152 Lesson_1 of Day 6 - Kevin Year Birth?

Lecture 153 Lesson_1 of Day 6 - Code

Lecture 154 Lesson_2 of Day 6 - People Born From 1980

Lecture 155 Lesson_2 of Day 6 - Code

Lecture 156 Lesson_3 of Day 6 - People Born Before 1940

Lecture 157 Lesson_3 of Day 6 - Code

Lecture 158 Lesson_4 of Day 6 - 1940 or 1950

Lecture 159 Lesson_4 of Day 6 - Code

Lecture 160 Lesson_5 of Day 6 - Between 1940 and 1942

Lecture 161 Lesson_5 of Day 6 - Code

Lecture 162 Lesson_6 of Day 6 - Titles and Released Dates

Lecture 163 Lesson_6 of Day 6 - Code

Lecture 164 Lesson_7 of Day 6 - Actors in Movies After 2008

Lecture 165 Lesson_7 of Day 6 - Code

Lecture 166 Lesson_8 of Day 6 - Owners of Thing After 2018

Lecture 167 Lesson_8 of Day 6 - Code

Lecture 168 Lesson_9 of Day 6 - Search for Property called Summary

Lecture 169 Lesson_9 of Day 6 - Code

Lecture 170 Lesson_10 of Day 6 - People Without Age

Lecture 171 Lesson_10 of Day 6 - Code

Lecture 172 Lesson_11 of Day 6 - STARTS WITH, ENDS WITH, CONTAINS

Lecture 173 Lesson_11 of Day 6 - Code

Lecture 174 Lesson_12 of Day 6 - Owners Only

Lecture 175 Lesson_12 of Day 6 - Code

Lecture 176 Lesson_13 of Day 6 - Those Without Connection With "Speed Racer"

Lecture 177 Lesson_13 of Day 6 - Code

Lecture 178 Lesson_14 of Day 6 - Those Without Connection to "The Matrix" Whose DOB is 1980

Lecture 179 Lesson_14 of Day 6 - Code

Lecture 180 Lesson_15 of Day 6 - Those Who Know Someone Hence

Lecture 181 Lesson_15 of Day 6 - Code

Lecture 182 Lesson_16 of Day 6 - "FOLLOWS" Relationship

Lecture 183 Lesson_16 of Day 6 - Code

Lecture 184 Lesson_17 of Day 6 - Who knows Mike?

Lecture 185 Lesson_17 of Day 6 - Code

Lecture 186 Lesson_18 of Day 6 - Understanding Subqueries In Neo4j

Lecture 187 Lesson_18 of Day 6 - Code

Lecture 188 Lesson_19 of Day 6 - Who Knows Two Missing People?

Lecture 189 Lesson_19 of Day 6 - Code

Lecture 190 Lesson_20 of Day 6 - Understanding Nested Cypher

Lecture 191 Lesson_20 of Day 6 - Code

Section 8: Neo4j Order By | Count | Skip | With | Collect | Optional Match | Union

Lecture 192 Introduction to Day 7

Lecture 193 Lesson_1 of Day 7 - Order By

Lecture 194 Lesson_1 of Day 7 - Code

Lecture 195 Lesson_2 of Day 7 - Return Actors Except Those Without Years of Birth

Lecture 196 Lesson_2 of Day 7 - Code

Lecture 197 Lesson_3 of Day 7 - ASC & DESC

Lecture 198 Lesson_3 of Day 7 - Code

Lecture 199 Lesson_4 of Day 7 - Count Nodes

Lecture 200 Lesson_4 of Day 7 - Code

Lecture 201 Lesson_5 of Day 7 - Count Actors

Lecture 202 Lesson_5 of Day 7 - Code

Lecture 203 Lesson_6 of Day 7 - Count Nodes Connected to Tom Hanks

Lecture 204 Lesson_6 of Day 7 - Code

Lecture 205 Lesson_7 of Day 7 - Count Actors Born in 1970 & 1971

Lecture 206 Lesson_7 of Day 7 - Code

Lecture 207 Lesson_8 of Day 7 - No Changes, No Records

Lecture 208 Lesson_8 of Day 7 - Code

Lecture 209 Lesson_9 of Day 7 - Producers Without Year of Birth

Lecture 210 Lesson_9 of Day 7 - Code

Lecture 211 Lesson_10 of Day 7 - First Five Youngest Actors

Lecture 212 Lesson_10 of Day 7 - Code

Lecture 213 Lesson_11 of Day 7 - Third to the Youngest Actor

Lecture 214 Lesson_11 of Day 7 - Code

Lecture 215 Lesson_12 of Day 7 - Producers or Actors / UNION

Lecture 216 Lesson_12 of Day 7 - Code

Lecture 217 Lesson_13 of Day 7 - Best and Worst

Lecture 218 Lesson_13 of Day 7 - Code

Lecture 219 Lesson_14 of Day 7 - Two Best and Two Worst

Lecture 220 Lesson_14 of Day 7 - Code

Lecture 221 Lesson_15 of Day 7 - Understanding Collect

Lecture 222 Lesson_15 of Day 7 - Code

Lecture 223 Lesson_16 of Day 7 - Actors Who Have Acted Above Five Movies With Movie Titles

Lecture 224 Lesson_16 of Day 7 - Code

Lecture 225 Lesson_17 of Day 7 - WITH

Lecture 226 Lesson_17 of Day 7 - Code

Lecture 227 Lesson_18 of Day 7 - Using Cypher as a Calculator

Lecture 228 Lesson_18 of Day 7 - Code

Lecture 229 Lesson_19 of Day 7 - WITH, UNWIND and CONCATENATION

Lecture 230 Lesson_19 of Day 7 - Code

Lecture 231 Lesson_20 of Day 7 - Nested List

Lecture 232 Lesson_20 of Day 7 - Code

Lecture 233 Lesson_21 of Day 7 - Removing Duplicates

Lecture 234 Lesson_21 of Day 7 - Code

Lecture 235 Lesson_22 of Day 7 - List of Producers and Actors

Lecture 236 Lesson_22 of Day 7 - Code

Lecture 237 Lesson_23 of Day 7 - Movies With More Than Eight Actors

Lecture 238 Lesson_23 of Day 7 - Code

Section 9: How to Use Param or Parameters in Neo4j | Many More

Lecture 239 Introduction to Day 8

Lecture 240 Lesson_1 of Day 8

Lecture 241 Lesson_1 of Day 8 - Code

Lecture 242 Lesson_2 of Day 8

Lecture 243 Lesson_2 of Day 8 - Code

Lecture 244 Lesson_3 of Day 8

Lecture 245 Lesson_3 of Day 8 - Code

Lecture 246 Lesson_4 of Day 8

Lecture 247 Lesson_4 of Day 8 - Code

Lecture 248 Lesson_5 of Day 8

Lecture 249 Lesson_5 of Day 8 - Code

Lecture 250 Lesson_6 of Day 8

Lecture 251 Lesson_6 of Day 8 - Code

Lecture 252 Lesson_7 of Day 8

Lecture 253 Lesson_7 of Day 8 - Code

Lecture 254 Lesson_8 of Day 8

Lecture 255 Lesson_8 of Day 8 - Code

Lecture 256 Lesson_9 of Day 8

Lecture 257 Lesson_9 of Day 8 - Code

Lecture 258 Lesson_10 of Day 8

Lecture 259 Lesson_10 of Day 8 - Code

Lecture 260 Lesson_11 of Day 8

Lecture 261 Lesson_11 of Day 8 - Code

Section 10: Neo4j Case & Foreach | Many More

Lecture 262 Introduction to Day 9

Lecture 263 Resource for Day 9

Lecture 264 Lesson_1 of Day 9

Lecture 265 Lesson_1 of Day 9 - Code

Lecture 266 Lesson_2 of Day 9

Lecture 267 Lesson_2 of Day 9 - Code

Lecture 268 Lesson_3 of Day 9

Lecture 269 Lesson_3 of Day 9 - Code

Lecture 270 Lesson_4 of Day 9

Lecture 271 Lesson_4 of Day 9 - Code

Lecture 272 Lesson_5 of Day 9

Lecture 273 Lesson_5 of Day 9 - Code

Lecture 274 Lesson_6 of Day 9

Lecture 275 Lesson_6 of Day 9 - Code

Lecture 276 Lesson_7 of Day 9

Lecture 277 Lesson_7 of Day 9 - Code

Lecture 278 Lesson_8 of Day 9

Lecture 279 Lesson_8 of Day 9 - Code

Lecture 280 Lesson_9 of Day 9

Lecture 281 Lesson_9 of Day 9 - Code

Lecture 282 Lesson_10 of Day 9

Lecture 283 Lesson_10 of Day 9 - Code

Lecture 284 Lesson_11 of Day 9

Lecture 285 Lesson_11 of Day 9 - Code

Lecture 286 Lesson_12 of Day 9

Lecture 287 Lesson_12 of Day 9 - Code

Lecture 288 Lesson_13 of Day 9

Lecture 289 Lesson_13 of Day 9 - Code

Lecture 290 Lesson_14 of Day 9

Lecture 291 Lesson_14 of Day 9 - Code

Lecture 292 Lesson_15 of Day 9

Lecture 293 Lesson_15 of Day 9 - Code

Section 11: Neo4j LOAD CSV | Many More

Lecture 294 Introduction to Day 10

Lecture 295 Resources for Day 10

Lecture 296 Lesson_1 of Day 10

Lecture 297 Lesson_1 of Day 10 - Code

Lecture 298 Lesson_2 of Day 10

Lecture 299 Lesson_2 of Day 10 - Code

Lecture 300 Lesson_3 of Day 10

Lecture 301 Lesson_3 of Day 10 - Code

Lecture 302 Lesson_4 of Day 10

Lecture 303 Lesson_4 of Day 10 - Code

Lecture 304 Lesson_5 of Day 10

Lecture 305 Lesson_5 of Day 10 - Code

Lecture 306 Lesson_6 of Day 10

Lecture 307 Lesson_6 of Day 10 - Code

Lecture 308 Lesson_7 of Day 10

Lecture 309 Lesson_7 of Day 10 - Code

Lecture 310 Lesson_8 of Day 10

Lecture 311 Lesson_8 of Day 10 - Code

Lecture 312 Lesson_9 of Day 10

Lecture 313 Lesson_9 of Day 10 - Code

Lecture 314 Lesson_10 of Day 10

Lecture 315 Lesson_10 of Day 10 - Code

Lecture 316 Lesson_11 of Day 10

Lecture 317 Lesson_11 of Day 10 - Code

Lecture 318 Lesson_12 of Day 10

Lecture 319 Lesson_12 of Day 10 - Code

Section 12: Neo4j APOC - Awesome Procedure On Cypher

Lecture 320 APOC Introduction

Lecture 321 Resources - APOC setting

Lecture 322 Lesson _1 of Day 11 - APOC Create Node

Lecture 323 Lesson _1 of Day 11 - code

Lecture 324 Lesson _2 of Day 11 - APOC Create Nodes Using Param

Lecture 325 Lesson _2 of Day 11 - Code

Lecture 326 Lesson_3 of Day 11 - APOC and Param to Create Nodes

Lecture 327 Lesson_3 of Day 11 - Code

Lecture 328 Lesson_4 of Day 11 - APOC Adding Label

Lecture 329 Lesson_4 of Day 11 - Code

Lecture 330 Lesson_5 of Day 11 - APOC Relationship

Lecture 331 Lesson_5 of Day 11 - Code

Lecture 332 Lesson_6 of Day 1 - CALL DB

Lecture 333 Lesson_6 of Day 11 - CODE

Lecture 334 Lesson_7 of Day 11 - All Label Excluding PERSON

Lecture 335 Lesson_7 of Day 12 - CODE

Lecture 336 Lesson_8 of Day 11 - Remove Labels

Lecture 337 Lesson_8 of Day 11 - Code

Lecture 338 Resource

Lecture 339 Resource - Code

Lecture 340 Lesson_9 of Day 11 - From Carson

Lecture 341 Lesson_9 of Day 11 - Code

Lecture 342 Lesson_10 of Day 11 - To Carson

Lecture 343 Lesson_10 of Day 11 - Code

Lecture 344 Lesson_11 of Day 11 - More on Athop

Lecture 345 Lesson_11 of Day 11 - Code

Lecture 346 Lesson_12 of Day 11 - More on Athop

Lecture 347 Lesson_12 of Day 11 - Code

Lecture 348 Lesson_13 of Day 11 - More on Athop

Lecture 349 Lesson_13 of Day 11 - Code

Lecture 350 Resource

Lecture 351 Resource - Code

Lecture 352 Lesson_14 of Day 12 - Tohop | Family Tree

Lecture 353 Lesson_14 of Day 12 - Code

Lecture 354 Lesson_15 of Day 12 - Grand Children | Family Tree

Lecture 355 Lesson_15 of Day 12 - Code

Lecture 356 Lesson_16 of Day 12 - Great Grand Children | Family Tree

Lecture 357 Lesson_16 of Day 12 - Code

Lecture 358 Lesson_17 of Day 13 - Analysing APOC Query

Lecture 359 Lesson_17 of Day 13 - Code

Section 13: Bonus Section

Lecture 360 Check out my other courses

Eevryone