List of commits:
Subject Hash Author Date (UTC)
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
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
Commit 764f19778c397d6b592b88945e6c803ea9e33b75 - Update lectures_notes.md
Author: poonamveeral
Author date (UTC): 2020-04-07 19:23
Committer name: GitHub
Committer date (UTC): 2020-04-07 19:23
Parent(s): 75ce1301b80c1f8a23dc88b9033c581b7c287de5
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 0ca32f078b7b49ed5a5d880b92ea376c1ed08fbb
File Lines added Lines deleted
notes/lectures_notes.md 2 2
File notes/lectures_notes.md changed (mode: 100644) (index 7d6cde1..275b6d0)
... ... Problem (Reading the MOVIES database ER schema) +.#movie
6238 6238
6239 6239 Consider the ER schema for the MOVIES database ([@Textbook6, Figure 7.24]): Consider the ER schema for the MOVIES database ([@Textbook6, Figure 7.24]):
6240 6240
6241 ![](img/te)
6241 ![](img/movies_example)
6242 6242
6243 6243 Assume that MOVIES is a populated database. Assume that MOVIES is a populated database.
6244 6244 ACTOR is used as a gender-neutral term. ACTOR is used as a gender-neutral term.
 
... ... Solution to [%D %n (%T)](#problem:car-insurance)
6829 6829 ~ ~
6830 6830 Two possible solutions are Two possible solutions are
6831 6831
6832 ![](img/p)
6832 ![](img/car_example)
6833 6833
6834 6834 and and
6835 6835
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