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 26, 2023
1 parent 5233699 commit b54cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/01-DataJoint Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"source": [
"After some thought, we might conclude that each mouse can be uniquely identified by knowing its **mouse ID** - a unique ID number assigned to each mouse in the lab. \n",
"\n",
"The mouse ID is then a column in the table or an **attribute** that can be used to **uniquely identify** each mouse. \n",
"The `mouse_id` is then a column in the table or an **attribute** that can be used to **uniquely identify** each mouse. \n",
"\n",
"Such an attribute is called the **primary key** of the table: the subset of table attributes uniquely identifying each entity in the table. The **secondary attribute** refers to any field in a table, not in the primary key.\n",
"\n",
Expand Down

0 comments on commit b54cbaf

Please sign in to comment.