List of commits:
Subject Hash Author Date (UTC)
Update lectures_notes.md 3d3106fe10b24fcccedbdcc6c20c1d7a4c3e0801 poonamveeral 2020-04-08 13:31:56
Rename book_Exo.tex to book_exo.tex 2fc98bb8f1b8dc8793fe1d9eaae4babeff760624 poonamveeral 2020-04-08 13:25:08
updated a080901830e9ef778e099d2cbf06d37af41e880e Poonam Veeral 2020-04-08 13:15:26
er updated 69bb6e5cfd8f31c5347d8b6b6e9e3a4e5ef6580c Poonam Veeral 2020-04-08 12:51:37
er deleted 3543da66bdd8adff409cf79707fb11584b490f67 Poonam Veeral 2020-04-08 12:41:23
fd updated 0a92b326fdc2fea4cd908c6ca4d14b2d635e1728 Poonam Veeral 2020-04-08 12:40:47
fd deleted 8ba0a92ca38f25f6bb10b68d27e0cfb5b8719a3f Poonam Veeral 2020-04-08 12:36:42
misc updated 37bac44c663e91e07d28a76031aef855907e097d Poonam Veeral 2020-04-08 12:36:01
misc deleted 3a5c7e6b44694169109a1fb71e2f23508708dd67 Poonam Veeral 2020-04-08 12:35:23
rel_mod updated d20af615ee586d57e85b873f28174870cf33d574 Poonam Veeral 2020-04-08 12:34:37
deleted dc4debbc6caa6857438051f3591b692186878392 Poonam Veeral 2020-04-08 12:33:42
rel_mod updated e75e40028412899276f36b55ddf8856d47e1b1dc Poonam Veeral 2020-04-08 12:31:58
uml updated 66ee8ea267cb09112b0eae2b106936f81caa1d79 Poonam Veeral 2020-04-08 12:25:06
uml folder deleted 219c795f28525733c62e7cfffecc9339295c492e Poonam Veeral 2020-04-08 12:22:59
uml folder updated f1a1e6532efb36ac4df1e20ebe6fc7dc21f3d70c Poonam Veeral 2020-04-07 19:55:02
img folder updated 57c7ea4b6eebae552a5ca1667ccdba7c16f18a9d Poonam Veeral 2020-04-07 19:42:45
img folder deleted 79804ff5740d2a8256dd42bfe909e9abd079bd01 Poonam Veeral 2020-04-07 19:41:58
Update lectures_notes.md 764f19778c397d6b592b88945e6c803ea9e33b75 poonamveeral 2020-04-07 19:23:21
Update lectures_notes.md 75ce1301b80c1f8a23dc88b9033c581b7c287de5 poonamveeral 2020-04-07 19:14:57
Update lectures_notes.md c568007f7cecde6171535a30b15f97bc6b561db0 Poonam Veeral 2020-04-07 19:06:47
Commit 3d3106fe10b24fcccedbdcc6c20c1d7a4c3e0801 - Update lectures_notes.md
Author: poonamveeral
Author date (UTC): 2020-04-08 13:31
Committer name: GitHub
Committer date (UTC): 2020-04-08 13:31
Parent(s): 2fc98bb8f1b8dc8793fe1d9eaae4babeff760624
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 31a7af8e424bc91c8e7ce6e20bc28fa0dc54d378
File Lines added Lines deleted
notes/lectures_notes.md 2 2
File notes/lectures_notes.md changed (mode: 100644) (index 5ca0025..b5f5ce3)
... ... MariaDB [HW_CONSTRAINTS_PART3]> SELECT * FROM Table_set_null;
1923 1923 ![ ![
1924 1924 PROF(Login (PK), Name, Department (FK to DEPARTMENT.Code)) PROF(Login (PK), Name, Department (FK to DEPARTMENT.Code))
1925 1925 DEPARTMENT(Code (PK), Name, Head (FK to PROF.Login)) DEPARTMENT(Code (PK), Name, Head (FK to PROF.Login))
1926 ](fig/rel_mod/prof_department)
1926 ](fig/rel_mod/professor_department)
1927 1927 \ \
1928 1928
1929 1929 ~~~{.sqlmysql} ~~~{.sqlmysql}
 
... ... Solution to [%D %n (%T)](#problem:profrevisited)
4326 4326 LECTURE (Code (PK), Year (PK), Name, Instructor (FK to PROF.Login) LECTURE (Code (PK), Year (PK), Name, Instructor (FK to PROF.Login)
4327 4327 STUDENT(Login (PK), Name, Registered, Major (FK to DEPARTMENT.Code)) STUDENT(Login (PK), Name, Registered, Major (FK to DEPARTMENT.Code))
4328 4328 GRADE (Login (PK, FK to STUDENT.Login), Grade (PK), LectureCode (FK to LECTURE.Code), LectureYear (FK to LECTURE.Year)) GRADE (Login (PK, FK to STUDENT.Login), Grade (PK), LectureCode (FK to LECTURE.Code), LectureYear (FK to LECTURE.Year))
4329 ](fig/rel_mod/prof_department_extended)
4329 ](fig/rel_mod/professor_department_extended)
4330 4330 \ \
4331 4331
4332 4332 For the other questions, refer to this code. For the other questions, refer to this code.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main