Join William Lyon for an in-depth discussion in this video Overview of database creation, part of Database Clinic: Neo4J.
- All right, it's time for our first challenge.…Lao Tzu said it best,…the journey of a thousand miles begins with one step.…The first step in our journey is creating a database.…Databases store a combination…of specifically formatted information…and open ended information.…Different database tools store that information…in unique ways.…Flat files use a table,…SQL databases use the relational model,…and NoSQL databases use a key value model.…
Regardless of how they store that data,…many tools are optimized so that if the database knows…that a certain piece of information…will always be in a specific format,…for example a date, an amount of money,…or a geographical location,…it can treat that information more efficiently.…An important part of creating a database…is understanding the kinds of data that you need to store.…Once your database is setup…and knows what information to expect,…it's time to add that information in.…
Databases are populated in several different ways.…They can be populated by hand.…For example, consumer polls are conducted face to face…
Author
Released
9/19/2017- Strengths and weaknesses of Neo4j
- Data modeling
- Creating a database
- Joining data sets
- Modeling data for joining data sets
- Searching a database
- CRUD operations
- Performing calculations
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning MySQL Development
with Sheeri Cabral2h 57m Beginner -
Database Clinic: SQLite
with Mark Niemann-Ross2h 10m Intermediate -
Database Clinic: MySQL
with Brad Wheeler1h 59m Intermediate
-
Introduction
-
Welcome1m 17s
-
The Database Clinic series1m 22s
-
-
1. Neo4j in Five Minutes
-
A brief overview of Neo4j3m 23s
-
-
2. Create a Database
-
Data modeling3m 52s
-
Creating a database3m 56s
-
Import data10m 27s
-
Query data3m 12s
-
3. Join Two Datasets
-
Join datasets2m 50s
-
Import data6m 26s
-
-
4. Search a Database
-
Database search1m 51s
-
Query the database5m 22s
-
Finalize the database query3m 34s
-
-
5. Create, Read, Update, and Delete Operations
-
CRUD operations2m 31s
-
Create operations in Neo4j8m 36s
-
Update operations in Neo4j8m 11s
-
Delete operations in Neo4j3m 44s
-
Read operations in Neo4j3m 43s
-
-
6. Averages and Calculations
-
Calculations1m 59s
-
Update the data model3m 36s
-
Refactor the data model10m 22s
-
Import data for calculations5m 52s
-
Perform calculations7m 55s
-
-
Conclusion
-
Next steps1m 44s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Overview of database creation