-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbibliography.bib
executable file
·42 lines (38 loc) · 1.09 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@book{coronel:datasystems,
author = {Carlos Coronel and Steven Morris and Peter Rob},
title = {Database Systems: Design, Implementation, and Management},
publisher = {Course Technology},
date = {2009-11-23},
location = {Boston, MA},
edition = {9},
isbn = {0-538-74884-2},
hyphenation = {english}
}
@book{elmasri:fundamentals,
author = {Ramez A. Elmasri and Shamkant B. Navathe},
title = {Fundamentals of Database Systems},
publisher = {Addison-Wesley},
date = {2010-04-09},
location = {Boston, MA},
edition = {6},
isbn = {0-136-08620-9},
hyphenation = {english}
}
@book{cormen:algorithms,
author = {Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest},
title = {Introduction to Algorithms},
publisher = {The MIT Press},
date = {1990-06-18},
location = {Cambridge, MA},
edition = {1},
isbn = {0-262-03141-8},
hyphenation = {english}
}
@article{codd:relationalModel,
author = {Edgar F. Codd},
title = {A relational model of data for large shared data banks},
journal = {Communications of the ACM},
volume = {13},
pages = {377--387},
year = {1970}
}