Skip to content

Commit a5c976f

Browse files
committed
Revert "Update tutorials/01-DataJoint Basics.ipynb"
This reverts commit 4aa578c.
1 parent 375a240 commit a5c976f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tutorials/01-DataJoint Basics.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -742,11 +742,13 @@
742742
"cell_type": "markdown",
743743
"metadata": {},
744744
"source": [
745-
"We will introduce four major types of queries used in DataJoint:\n",
746-
"* restriction (`&`) and negative restriction (`-`): filter data\n",
747-
"* join (`*`): bring fields from different tables together\n",
748-
"* projection (`.proj()`): focus on a subset of attributes\n",
749-
"* aggregation (`.aggr()`): simple computation of one table against another table"
745+
"We will introduce significant types of queries used in DataJoint:\n",
746+
"* 1. Restriction (`&`) and negative restriction (`-`): filter the data with certain conditions\n",
747+
"* 2. Join (`*`): bring fields from different tables together\n",
748+
"* 3. Projection (`.proj()`): focus on a subset of attributes\n",
749+
"* 4. Fetch (`.fetch()`): pull the data from the database\n",
750+
"* 5. Deletion (`.delete()`): delete entries and their dependencies\n",
751+
"* 6. Drop (`.drop()`): drop the table from the schema"
750752
]
751753
},
752754
{

0 commit comments

Comments
 (0)