List of commits:
Subject Hash Author Date (UTC)
Update lectures_notes.md c568007f7cecde6171535a30b15f97bc6b561db0 Poonam Veeral 2020-04-07 19:06:47
img Folder Naming Convention Updated 76e82959772152908a87a52a0645783eb6afc0ed Poonam Veeral 2020-04-07 18:54:54
Rename Shiporder.xml to shipOrder.xml 5bc4b056c197102d04eedaac06272a344de7d63b poonamveeral 2020-04-07 18:33:27
Rename Customers.xml to customers.xml 67086df0a0bc3496bb83321a3d0686dadb782519 poonamveeral 2020-04-07 18:33:07
XML Folder Naming Convention Updated 400fae7b0a67422021a95c7759c86fd3a0eb7dc1 Poonam Veeral 2020-04-07 18:27:34
Java Folder Naming Convention Updated bf243536c63090c501bebc93c875ca3c71779afc Poonam Veeral 2020-04-07 18:13:45
Update Naming Convention.md 74ae9c3205601edf825cdcb2eeffca07f1177665 Poonam Veeral 2020-04-03 15:23:42
Naming Convention updated 78515aeb215f3452ddaf0515d91cd1a59a31eaf4 Poonam Veeral 2020-04-03 15:21:15
Update Naming Convention.md 29013aba758ca3d22485a6589a9b195258958673 Poonam Veeral 2020-04-03 14:11:45
Update Naming Convention.md 144fbcada5840e6890f38304cace5cdcbaf52446 poonamveeral 2020-04-03 14:10:21
Update Naming Convention.md 5d19c254522b98e4d980042e164ffb2a6072c01c poonamveeral 2020-04-03 14:10:03
Update Naming Convention.md 977625ed4b10f99748caad78b8fe770540c01302 Poonam Veeral 2020-04-03 14:09:30
Update Naming Convention.md e00585b18d48160e4bc3ded31be5943cc9c7f126 Poonam Veeral 2020-04-03 02:09:23
Update Naming Convention.md 2cd8d9a5d5749ffdf385a9eacd5ba58f36beaa58 Poonam Veeral 2020-04-03 02:03:20
Update Naming Convention.md f3c502f0fa100485bd1f11a8d9ed8623491a3c34 Poonam Veeral 2020-04-03 01:58:55
Update Naming Convention.md 2a3b48fc5b752742d041981c1ad2be174ac58e96 Poonam Veeral 2020-04-03 01:50:53
Update Naming Convention.md 665040b94bed7109a6b02295231b7f15be97c7f0 Poonam Veeral 2020-04-03 01:50:10
Naming Convention 5cb5c7b5a07de6f895f1cb3a3772cfb4e8e67991 Poonam Veeral 2020-04-03 01:46:47
Update Naming Convention cbca9889d3e206214940b44e0218ee1e09240e26 Poonam Veeral 2020-04-02 22:40:14
Naming Convention Rules 02edf2fd646925dcc35bc2d6b97fba65eaf66443 Poonam Veeral 2020-04-02 22:33:30
Commit c568007f7cecde6171535a30b15f97bc6b561db0 - Update lectures_notes.md
Author: Poonam Veeral
Author date (UTC): 2020-04-07 19:06
Committer name: Poonam Veeral
Committer date (UTC): 2020-04-07 19:06
Parent(s): 28dba38e3439b17865e1d1484e724e072ca7234f
Signer:
Signing key:
Signing status: N
Tree: b2e55ea3ea50947656282668ddb3b7900713014e
File Lines added Lines deleted
notes/lectures_notes.md 1 1
File notes/lectures_notes.md changed (mode: 100644) (index 12485c0..96fd729)
... ... Pictures in the img/ folder.
5580 5580
5581 5581 Qualified associations can be used for weak entities, but not only. Qualified associations can be used for weak entities, but not only.
5582 5582
5583 ![](img/Class-Diagram-Relationships.png)
5583 ![](img/class_diagram_relationships.png)
5584 5584
5585 5585 Some of those subtleties depend on your need, and are subjective, but are important tool to design properly a database, and relieving the programmer from the burden of figuring out many details. Some of those subtleties depend on your need, and are subjective, but are important tool to design properly a database, and relieving the programmer from the burden of figuring out many details.
5586 5586
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