Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Minor fix in Known bugs and contrib. | 19f3adfa1f88e6d12e94868f4eab0b5838d05eb6 | aubert@math.cnrs.fr | 2019-07-29 20:51:14 |
Commit | 2ed1a8532cbdae46d3feb99cf52f23f2afa144ec | aubert@math.cnrs.fr | 2019-07-29 19:01:36 |
Adding the final to the notes. | 0e8848a3e67ec49bab5b767e25d6099fd218e417 | aubert@math.cnrs.fr | 2019-05-20 14:44:54 |
Added the solution to one of the problem from Exam #2. | 625545a335c5dc7b7303355088a3abba999fdf40 | aubert@math.cnrs.fr | 2019-05-06 16:59:50 |
Added a solution to one of the problem of Exam #2, and added the last quiz. | 4e0ee25d509412e5e455d9ad4c98f7aad8c5a354 | aubert@math.cnrs.fr | 2019-04-19 15:14:10 |
A few glitches in the first java programs patched, added the alternative version to the source. | 48611244d21515269bae041dc2535b7e08fb5877 | aubert@math.cnrs.fr | 2019-04-04 22:05:03 |
patching a few glitches with the java code and the mysql code used in the demo for the first program. | 0fcb73dcc60aef476899c4efea092c99dd6027db | aubert@math.cnrs.fr | 2019-04-04 21:55:55 |
Tidying up a program. | dd409ab3fd6736af4b8adaac284ee101b9770f60 | aubert@math.cnrs.fr | 2019-04-04 19:02:21 |
Correcting the chapter on db programming. | 484c4a6372056106bae77e48b397c1174738fc26 | aubert@math.cnrs.fr | 2019-04-04 18:57:50 |
Added solution to first problem of Exam 2. | 45881a9b8ab1e5a0071b58d72362059593365d52 | aubert@math.cnrs.fr | 2019-04-03 18:38:48 |
Quick note in Java programming. | 625282d4fece1f6a7a617a8c9bcf7c3c856185b3 | aubert@math.cnrs.fr | 2019-04-02 18:42:48 |
Added exam #2 | 0aa6788451b34cb6371fed5a0f719a4ac52cf0c8 | aubert@math.cnrs.fr | 2019-04-01 18:37:43 |
Fixing a typo. | 502262b742ac86d7b3d5e95a0f9fcd7ca3a6e586 | aubert@math.cnrs.fr | 2019-03-22 17:35:43 |
Forgot one figure. | 1212e57a5f2e7b2f104f432feb4dce0669cdb452 | aubert@math.cnrs.fr | 2019-03-22 17:32:36 |
Working on Ch. 4, adding the content of the weekly announcements to the core of the document, added illustrations on the conversion E.R. -> Rel. model, fixed various typos. | 1995837f41c1508ae809d5a91065bdefd5bd6c03 | aubert@math.cnrs.fr | 2019-03-22 17:27:51 |
Fixing exercise and normalization in Chapter 4. | 7aa4b9a581daf7144dd485ba791b7707585088b8 | aubert@math.cnrs.fr | 2019-03-20 18:55:42 |
Quick fix on UML diagrams. | 86a52b2f6ce92750bdb2c33eaa4dbc4497322e1c | aubert@math.cnrs.fr | 2019-03-18 18:37:24 |
Adding some missing files. | 0c090f6d43e84b71ca5e1f6d3e8d1aa0d733824d | aubert@math.cnrs.fr | 2019-03-18 18:28:32 |
Fixing the style for line numbers, adding information for weak entities, drawing some figures (for crow's notation, for alternative notations), removing various images. | 26ce9a96701649988cfdfcb3e61011f4e154896d | aubert@math.cnrs.fr | 2019-03-18 18:25:09 |
Added solution to quiz #4. | db0de8ba5c6605d77fdbc076f3a9e5b3851d83e0 | aubert@math.cnrs.fr | 2019-03-15 20:57:13 |
File | Lines added | Lines deleted |
---|---|---|
KNOWN_BUGS.md | 1 | 1 |
README.md | 7 | 0 |
File KNOWN_BUGS.md changed (mode: 100644) (index 60e12dd..aa8394e) | |||
... | ... | TO DO | |
71 | 71 | TO CHECK | TO CHECK |
72 | 72 | ======== | ======== |
73 | 73 | ||
74 | - Check with `jhove 00_sum.pdf`, `pdfinfo 00_sum.pdf` the validity of the document. | ||
74 | - Check with `jhove`, `pdfinfo` the validity of the document. | ||
75 | 75 | - Check that order of exercises / problems match introduction in lecture. | - Check that order of exercises / problems match introduction in lecture. |
76 | 76 | - Check that solution of exercises numbering match exercise numbering. | - Check that solution of exercises numbering match exercise numbering. |
77 | 77 | - Inline descriptions? | - Inline descriptions? |
File README.md changed (mode: 100644) (index 40eb922..89d4bbd) | |||
1 | 1 | --- | --- |
2 | 2 | title: Readme for Lecture Notes for CSCI 3410 -- Database Systems | title: Readme for Lecture Notes for CSCI 3410 -- Database Systems |
3 | author: Clément Aubert | ||
4 | lang: en | ||
5 | fontsize: 10pt | ||
6 | documentclass: scrartcl | ||
7 | numbersections: true | ||
8 | papersize: letter | ||
9 | geometry: margin=1in | ||
3 | 10 | --- | --- |
4 | 11 | ||
5 | 12 | Here are the lecture notes, code, exercises and problems for a lecture on database taught at [Augusta University](https://www.augusta.edu/) by C. Aubert. | Here are the lecture notes, code, exercises and problems for a lecture on database taught at [Augusta University](https://www.augusta.edu/) by C. Aubert. |