
| Full Name | Birth Date | Department |
|---|---|---|
| John Smith | Jan 1, 1970 | Marketing |
| Jonas McKnight | Jun 7, 1965 | Sales |
| Michael Jones | Dec 19, 1980 | Marketing |
SELECT * FROM employees WHERE Department=Marketing
| Full Name | Birth Date | Department |
|---|---|---|
| John Smith | Jan 1, 1970 | Marketing |
| Michael Jones | Dec 19, 1980 | Marketing |
Document databases pair each key with a complex data structure known as a document.
Graph stores are used to store information about networks, such as social connections.
Key-value stores are the simplest NoSQL databases. Every single item in the database is stored as an attribute name (or "key"), together with its value.
Wide-column stores such as Cassandra and HBase are optimized for queries over large datasets, and store columns of data together, instead of rows.
{
"firstName": "John",
"lastName": "Smith",
"age": 25,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": 10021
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "646 555-4567"
}
]
}
| Explorative |
Exploitative
|
|
|---|---|---|
| Online Data |
![]() |
|
| Offline Data |
|
![]() |

Power out? No problem. pic.twitter.com/dnQ7pOgC
— Oreo Cookie (@Oreo) February 4, 2013
| Explorative |
Exploitative
|
|
|---|---|---|
| Online Data |
|
|
| Offline Data |
| Explorative |
Exploitative
|
|
|---|---|---|
| Online Data |
|
|
| Offline Data |
|
|

Netflix developed House of Cards by analyzing millions of users’ preferences for
actors, themes, and delivery methods to create what they are calling their most successful series
ever
| Explorative |
Exploitative
|
|
|---|---|---|
| Online Data | - | - |
| Offline Data | - |
|

New Patterns of Innovation