Difference between revisions of "My db-class.org notes"
Jump to navigation
Jump to search
To Education
m (Created page with "== Useful links == [http://dev.mysql.com/doc/refman/5.6/en/index.html MySQL Reference Manual]") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Useful links == | == Class setup == | ||
[[Software setup for db-class]] | |||
== XML == | |||
=== Useful resources === | |||
W3Schools online introductions | |||
[http://www.w3schools.com/xml/xml_whatis.asp Introduction to XML] | |||
[http://www.w3schools.com/dtd/dtd_intro.asp Introduction to DTD] | |||
[http://www.w3schools.com/Schema/schema_intro.asp Introduction to XML Schema] | |||
[http://www.zvon.org Zvon.org] online course | |||
[http://www.zvon.org/comp/r/tut-XML.html XML Tutorial] | |||
[http://www.zvon.org/comp/r/tut-DTD.html DTD Tutorial] | |||
W3C XML & XML Schema specifications | |||
[http://www.w3.org/TR/xml/ XML] | |||
[http://www.w3.org/TR/xmlschema-0/ XML Schemas] | |||
== Relational Algebra == | |||
[http://en.wikipedia.org/wiki/Relational_algebra Relational algebra] on Wikipedia | |||
A commercially failed relational algebra database called [http://en.wikipedia.org/wiki/Business_System_12 Business System 12] on Wikipedia | |||
[http://en.wikipedia.org/wiki/Rel_%28DBMS%29 Rel] an open source relational database management system primarily used in teaching. | |||
[http://db.grussell.org/section010.html Relational Algebra] portion of a [http://db.grussell.org/index.html database eLearning site]. | |||
== Other Useful links == | |||
[http://dev.mysql.com/doc/refman/5.6/en/index.html MySQL Reference Manual] | [http://dev.mysql.com/doc/refman/5.6/en/index.html MySQL Reference Manual] | ||
[http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-centos-red-hat-rhel/ Install MySQL on Fedora] | |||
<center>[[Education|To Education]]</center> |
Latest revision as of 07:40, 23 October 2011
Class setup
XML
Useful resources
W3Schools online introductions
Zvon.org online course
W3C XML & XML Schema specifications
Relational Algebra
Relational algebra on Wikipedia
A commercially failed relational algebra database called Business System 12 on Wikipedia
Rel an open source relational database management system primarily used in teaching.
Relational Algebra portion of a database eLearning site.