Skip to content

fix: two typos fixed :) #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions week13/4_Normalization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@
"metadata": {},
"source": [
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
" ניקח מצב לדוגמה בו בנינו טבלה שבה יש עמודה למספר מספר הסרט, ועמודה למספר השחקן.<br>\n",
" ניקח מצב לדוגמה בו בנינו טבלה שבה יש עמודה למספר הסרט, ועמודה למספר השחקן.<br>\n",
" הגדרנו שהמפתח הראשי הוא שילוב של שתי העמודות הללו.<br>\n",
" טבלה שכזו היא ללא כפילויות, כך שטכנית היא עומדת בצורה הנורמלית הראשונה.\n",
"</p>"
Expand Down Expand Up @@ -2455,7 +2455,7 @@
" <dt>אילוץ</dt>\n",
" <dd>\n",
" באנגלית: <dfn>Constraint</dfn>.<br>\n",
" חוקים שנאכפים על המידע שמוזן לעמודה, ומגבילים את מידע שאפשר להכניס לתוכה.<br>\n",
" חוקים שנאכפים על המידע שמוזן לעמודה, ומגבילים את המידע שאפשר להכניס לתוכה.<br>\n",
" האילוץ <code>UNIQUE</code>, לדוגמה, אוסר על ערך להופיע פעמיים בעמודה. <code>NOT NULL</code> לא מאפשר לערך שמוזן לעמודה להיות <code>NULL</code>.\n",
" </dd>\n",
" <dt>קשר גומלין</dt>\n",
Expand Down