Introduction to Databases - SQL, NoSQL, Graph Databases, Blockchain

Thanks for the lesson. Here is what i understood ,so we have 4 types of Databases:
1,Relational -SQL
2.Key-Value -No SQL-Moong DB
3, Multi-relational/complex (data mining)-Graph
4. Blockchain-Append only. public(some are private), immutable database,
Is this correct for now. Can Graph be used for Data mining. Thanks

1 Like

I’m a bit confused. In the intro to databases video, isn’t the example of who visited the restaurants also a “relations SQL”? Wouldn’t it be the same as retrieving a friend’s friend from Facebook? Instead of for example “show me which restaurant my friend went to that I haven’t been to” you’d inquire “show me which friend my friend has that I don’t”? Could it be because in the resto case, the datagroups “resto” and “person” were different whereas in my facebook example “friends” and “me” are in the same datagroup?

yes, indeed it is, from a “visited” database to clients database.

Carlos Z

1 Like

very interesting lecture! thx