Skip to content

Commit

Permalink
Update tutorials/01-DataJoint Basics.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Kushal Bakshi <[email protected]>
  • Loading branch information
MilagrosMarin and kushalbakshi authored Sep 27, 2023
1 parent 6329582 commit 4aa578c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tutorials/01-DataJoint Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -828,13 +828,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We will introduce significant types of queries used in DataJoint:\n",
"* 1. Restriction (`&`) and negative restriction (`-`): filter the data with certain conditions\n",
"* 2. Join (`*`): bring fields from different tables together\n",
"* 3. Projection (`.proj()`): focus on a subset of attributes\n",
"* 4. Fetch (`.fetch()`): pull the data from the database\n",
"* 5. Deletion (`.delete()`): delete entries and their dependencies\n",
"* 6. Drop (`.drop()`): drop the table from the schema"
"We will introduce the major types of queries used in DataJoint:\n",
"1. Restriction (`&`) and negative restriction (`-`): filter the data with certain conditions\n",
"2. Join (`*`): bring fields from different tables together\n",
"3. Projection (`.proj()`): focus on a subset of attributes\n",
]
},
{
Expand Down

0 comments on commit 4aa578c

Please sign in to comment.