<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gen = new Random &#187; Database Systems</title>
	<atom:link href="http://www.gen.newrandom.com/category/college/computer-science/database-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gen.newrandom.com</link>
	<description>Random info for the Random user</description>
	<lastBuildDate>Mon, 15 Jun 2009 19:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSA 385 &#8211; Databases</title>
		<link>http://www.gen.newrandom.com/2008/12/30/csa-385-databases/</link>
		<comments>http://www.gen.newrandom.com/2008/12/30/csa-385-databases/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:31:40 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Database Systems]]></category>
		<category><![CDATA[CSA 385]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Dr. Yuksel Uckan]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.gen.newrandom.com/?p=220</guid>
		<description><![CDATA[The rest of these notes are going to look messed up. Yeah, sorry but if you want the full version, you can find the OneNote package here. The notes being posted here are just to help search through the notebook without having to download it first. 

- A DB has
	1) A Structure
		§ We can use [...]]]></description>
			<content:encoded><![CDATA[<p>The rest of these notes are going to look messed up. Yeah, sorry but if you want the full version, you can find the OneNote package <a href="http://public.newrandom.com/college/fall08/csa385/CSA_385_Notes.onepkg">here</a>. The notes being posted here are just to help search through the notebook without having to download it first. <span id="more-220"></span></p>
<p><code><br />
- A DB has<br />
	1) A Structure<br />
		§ We can use "the relational notation" to describe Entity / Relationship Sets<br />
		§ Syntax: name of E/R Set (list of attributes)<br />
		§ EX:<br />
			□ STUDENT (SIDNO,  SNAME,  MAJOR)<br />
			□ ENROLLMENT (SIDNO, CNO, SEMESTER, YEAR, GRADE)</p>
<p>	2) DB Semantics include information about:<br />
		a) E Sets<br />
		b) R Sets<br />
		c) Degree of each R Set<br />
		d) Mapping constraints of each R Set<br />
		e) Attributes for each E and R set<br />
		f) Domain sets for every attribute<br />
		g) Candidate keys for each E/R set<br />
		h) Data dependencies in each E/R set</p>
<p>- Mathematically, an E set (also a R set) is a subset of the Cartesian product of N domain sets corresponding to the attributes of the E/R set<br />
	○ EX:<br />
		§ Student [SSN  X  PEOPLE_NAMES  X  MAJORS<br />
				{&lt;100, Tom, CSA>, &lt;100, Jill, CSA>, &lt;200, Jill, MTH> … }<br />
		§ X = "product of"<br />
		§ < … > = "sets of constructs"</p>
<p>	○ Sets:<br />
		§ Explicit representation:<br />
			□ {a,b,c } = {c,b,a}<br />
			□ {a, b, a} = {a,b}<br />
			□ Every element is distinct and order is not important</p>
<p>		§ If order is important, use the theory of relations<br />
			□ <a ,b>  -  ordered pair<br />
				® a and b are coordinates<br />
				® </a><a ,b>  ≠  <b ,a><br />
					◊ &lt;100, Tom, CSA>  ≠  <tom , 100, CSA><br />
			□ <a ,b,c>  -  ordered triple<br />
			□ </a><a ,b,c,d>  -  ordered quadruple<br />
			□ …</p>
<p></a><a ,b,c… n>  -  ordered n-tuple<br />
</a></tom></b></a></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gen.newrandom.com/2008/12/30/csa-385-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Concepts of Database Systems</title>
		<link>http://www.gen.newrandom.com/2008/12/27/basic-concepts-of-database-systems/</link>
		<comments>http://www.gen.newrandom.com/2008/12/27/basic-concepts-of-database-systems/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 01:07:30 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Database Systems]]></category>
		<category><![CDATA[CSA 385]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Dr. Yuksel Uckan]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.gen.newrandom.com/?p=209</guid>
		<description><![CDATA[As with all the other notes, the full package is available here. Otherwise, the rest of this article includes the first set of notes which cover the Basic Concepts of Database Systems and include some of the definitions that were likely to show up on the first exam. These are word for word of what [...]]]></description>
			<content:encoded><![CDATA[<p>As with all the other notes, the full package is available <a href="http://public.newrandom.com/college/fall08/csa385/CSA_385_Notes.onepkg">here</a>. Otherwise, the rest of this article includes the first set of notes which cover the Basic Concepts of Database Systems and include some of the definitions that were likely to show up on the first exam. These are word for word of what Dr. Uckan wrote on the board. <span id="more-209"></span></p>
<div style='direction:ltr;border-width:100%'>
<div style='direction:ltr;margin-top:0in;margin-left:0in;'>
<div style='direction:ltr;margin-top:0in;margin-left:.2479in;'>
<p style='margin:0in;font-family:Calibri;font-size:17.0pt'>Basic Concepts of Database Systems</p>
</div>
<div style='direction:ltr;margin-top:.0388in;margin-left:.2479in;'>
<p style='margin:0in;font-family:Calibri;font-size:10.0pt;color:gray'>Wednesday, August 27, 2008<br />09:07</p>
</div>
<div style='direction:ltr;margin-top:.3118in;margin-left:0in;'>
<ul style='margin-left:.2472in;direction:ltr;unicode-bidi:embed;margin-top:<br />
 0in;margin-bottom:0in;font-family:Arial;font-size:11.0pt'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt;font-family:Calibri;<br />
     font-size:11.0pt'>A </span><span style='font-family:Calibri;font-size:<br />
     11.0pt;font-weight:bold;font-weight:bold;font-family:Calibri;font-size:<br />
     11.0pt;background:yellow;mso-highlight:yellow'>DATABASE</span><span style='font-family:Calibri;font-size:11.0pt;font-family:Calibri;<br />
     font-size:11.0pt'> (DB) is a data-oriented model of subset of the universe<br />
     of interest, called a &quot;</span><span style='font-family:Calibri;<br />
     font-size:11.0pt;text-decoration:underline;font-family:Calibri;font-size:<br />
     11.0pt'>miniworld</span><span style='font-family:Calibri;font-size:11.0pt;<br />
     font-family:Calibri;font-size:11.0pt'>&quot;</span></li>
</ul>
<ul type=a style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in;font-family:Calibri;font-size:11.0pt'>
<li value=1 style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt;font-family:Calibri;<br />
      font-size:11.0pt'>In a miniworld, we are interested in:</span></li>
</ul>
<ul type=i style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in;font-family:Calibri;font-size:11.0pt'>
<li value=1 style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt;font-family:Calibri;<br />
       font-size:11.0pt'>Entities</span></li>
<li value=2 style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Relationships</span></li>
<li value=3 style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Events (time-varying<br />
       relationships)<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>An </span><span style='font-weight:bold;font-family:Calibri;font-size:11.0pt;background:<br />
     yellow;mso-highlight:yellow'>ENTITY</span><span style='font-family:Calibri;<br />
     font-size:11.0pt'> is an object, or a being, or an abstraction of<br />
     interest, that can be distinguished from similar entities.</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX:</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'><span style='mso-spacerun:yes'> </span>A student in a college</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>An employee in a company</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>A DVD in my collection</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>A particular school of<br />
       thought (e.g., existentialism) in philosophy<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>An </span><span style='font-weight:bold;font-family:Calibri;font-size:11.0pt;background:<br />
     yellow;mso-highlight:yellow'>ENTITY SET</span><span style='font-family:<br />
     Calibri;font-size:11.0pt'> is a set of entities of the same type.</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX:</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>All students in a college</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>All human emotions</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>All books in a<br />
       library<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>A </span><span style='font-weight:bold;font-family:Calibri;font-size:11.0pt;background:<br />
     yellow;mso-highlight:yellow'>RELATIONSHIP</span><span style='font-family:<br />
     Calibri;font-size:11.0pt'> is an association (mapping) within, or between,<br />
     or among several entity sets</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX:</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>A student </span><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>enrolls</span><span style='font-family:Calibri;font-size:11.0pt'> in a class</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>A man </span><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>marries</span><span style='font-family:Calibri;font-size:11.0pt'> a woman</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>A book </span><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>belongs<br />
       to</span><span style='font-family:Calibri;font-size:11.0pt'> a<br />
       student<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>A </span><span style='font-weight:bold;font-family:Calibri;font-size:11.0pt'><span style='mso-spacerun:yes'> </span></span><span style='font-weight:bold;<br />
     font-family:Calibri;font-size:11.0pt;background:yellow;mso-highlight:yellow'>RELATIONSHIP<br />
     SET</span><span style='font-family:Calibri;font-size:11.0pt'> is a set of<br />
     all distinguishable relationships of all the same type.</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX:</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>Enrollment</span><span style='font-family:Calibri;font-size:11.0pt'> between students and<br />
       courses</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>Is_married_to</span><span style='font-family:Calibri;font-size:11.0pt'> between Men and Women</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>Is_married_to</span><span style='font-family:Calibri;font-size:11.0pt'> in the set of people</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt'>Belongs_to</span><span style='font-family:Calibri;font-size:11.0pt'> between Students and<br />
       Computers<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>A RELATIONSHIP<br />
     (R)<span style='mso-spacerun:yes'>  </span>SET cannot stand alone, and<br />
     must rely on some ENTITY (E) SETS.</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>A R SET has a<br />
     degree</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>The DEGREE of an R SET is<br />
      the number of the E SETS on which the R set depends.</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX:</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Enrollment is of degree 2<br />
       (binary)</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Is_married_to is binary or<br />
       unary</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Medical_Tests_Prescribed by<br />
       Doctors for patients from Std. Medical_Tests is of degree 3 (i.e.<br />
       ternary)<br />
              </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>Mapping<br />
     Properties (Mapping Constraints) for relationship sets specify in a<br />
     semi-quantitative manner the number of entities involved in each<br />
     relationship.</span></li>
<ul type=circle style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
  margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Types</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>One-to-One (1:1) (examples-<br />
       Is_married_to (1:M or 1:∞)</span></li>
</ul>
<ul type=square style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
    margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Ex: Exclusive<span style='mso-spacerun:yes'>  </span>ownership of Cars by People</span></li>
</ul>
<ul type=disc style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
   margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>One-to-Many</span></li>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>Many-to-Many</span></li>
</ul>
<ul type=square style='margin-left:.375in;direction:ltr;unicode-bidi:embed;<br />
    margin-top:0in;margin-bottom:0in'>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle'><span style='font-family:Calibri;font-size:11.0pt'>EX: Enrollment between<br />
        Students and Courses<br />
                </span>&nbsp;</li>
</ul>
<li style='margin-top:0;margin-bottom:0;vertical-align:middle;list-style-type:<br />
     disc'><span style='font-family:Calibri;font-size:11.0pt'>E and R sets are<br />
     described by their attributes. An </span><span style='text-decoration:<br />
     underline;font-family:Calibri;font-size:11.0pt;background:yellow;<br />
     mso-highlight:yellow'>ATTRIBUTE</span><span style='font-family:Calibri;<br />
     font-size:11.0pt'> is a measurable or observable property of an E or R<br />
     that takes its admissible values from on an associated </span><span style='text-decoration:underline;font-family:Calibri;font-size:11.0pt;<br />
     background:yellow;mso-highlight:yellow'>DOMAIN SET</span><span style='font-family:Calibri;font-size:11.0pt'>. A Domain Set is a set of<br />
     acceptable values for an attribute.</span></li>
</div>
</div>
</div>
<div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gen.newrandom.com/2008/12/27/basic-concepts-of-database-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSA 385 &#8211; Notes</title>
		<link>http://www.gen.newrandom.com/2008/12/27/csa-385-notes/</link>
		<comments>http://www.gen.newrandom.com/2008/12/27/csa-385-notes/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 00:16:29 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Database Systems]]></category>
		<category><![CDATA[CSA 385]]></category>
		<category><![CDATA[Dr. Yuksel Uckan]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://www.gen.newrandom.com/?p=206</guid>
		<description><![CDATA[For this course it is best to be able to take notes in some sort of graphic utility in order to draw all the pictures he puts up on the board. Of course, if you&#8217;re not used to such a program, then obviously a good ol piece of pen and paper will do just fine [...]]]></description>
			<content:encoded><![CDATA[<p>For this course it is best to be able to take notes in some sort of graphic utility in order to draw all the pictures he puts up on the board. Of course, if you&#8217;re not used to such a program, then obviously a good ol piece of pen and paper will do just fine too. However, I take all my notes in Microsoft&#8217;s OneNote&trade;. If you want a copy of these notes, you can get them <a href="http://public.newrandom.com/college/fall08/csa385/CSA_385_Notes.onepkg">here</a>. Otherwise I&#8217;ll make several posts of these notes as I upload them.</p>
<p>The topics however will be as follows:<br />
- <a href="basic-concepts-of-database-systems">Basic Concepts of Database Systems</a><br />
- <a href="databases">Databases</a><br />
- <a href="design-of-a-simple-database">Design of a Simple Database</a><br />
- <a href="identifying-identities-and-relationships">Identifying Identities and Relationships</a><br />
- <a href="the-entity-relationship-database-model">The Entity-Relationship Database Model</a><br />
- <a href="integrity-constraints">Integrity Constraints</a><br />
- <a href="quantifiers-in-predicate-calculus">Quantifiers in Predicate Calculus</a><br />
- <a href="views-in-relational-systems">Views in Relational Systems</a><br />
- <a href="deductive-databases">Deductive Databases</a><br />
- <a href="deductive-view">Deductive View</a><br />
- <a href="relational-database-design">Relational Database Design</a><br />
- <a href="file-structures">File Structures</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gen.newrandom.com/2008/12/27/csa-385-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSA 385 &#8211; Database Systems</title>
		<link>http://www.gen.newrandom.com/2008/12/27/csa-385-database-systems/</link>
		<comments>http://www.gen.newrandom.com/2008/12/27/csa-385-database-systems/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 22:00:05 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Database Systems]]></category>
		<category><![CDATA[CSA 385]]></category>
		<category><![CDATA[Dr. Yuksel Uckan]]></category>

		<guid isPermaLink="false">http://www.gen.newrandom.com/?p=202</guid>
		<description><![CDATA[One of the curses of the CSA department is the infamous Database Systems course- CSA 385. Taught by, and only taught by, Dr. Yuksel Uckan, this class is the absolute definition of hell. As of taking this class this semester, I am proud to say that my extensive knowledge and experience of utilizing databases in [...]]]></description>
			<content:encoded><![CDATA[<p>One of the curses of the CSA department is the infamous Database Systems course- CSA 385. Taught by, and only taught by, Dr. Yuksel Uckan, this class is the absolute definition of hell. As of taking this class this semester, I am proud to say that my extensive knowledge and experience of utilizing databases in a web and business environment was absolutely useless. <span id="more-202"></span></p>
<p>First off, Oracle is your friend- the command line is not. If you want to save yourself the trouble of retyping over an over again commands into the command prompt when you create your databases, go ahead and download/install Oracle&#8217;s lovely GUI that &#8211; let&#8217;s face it &#8211; real people, in the real world, really use. </p>
<p>Dr. Yuksel Uckan is stuck in the early 70&#8217;s where theory overruled practical implementation, so don&#8217;t expect to actually use your databases for anything. You will simply have 5 assignments where you enter sql and print what it spits back at you. Otherwise, your best bet is to focus 100% on <i>his</i> definitions: <b>word for word</b>. Wikipedia was my best friend for this class, but don&#8217;t expect to get an A copying down the Wikipedia definition (even though that definition might be scientifically accepted). Dr. Uckan&#8217;s definition is the <b>only</b> definition accepted (seriously, don&#8217;t question it). Which might I add is a bit rough when your first exam consists of quite a few definitions. </p>
<p>Now a lot of people say he was really rude and obnoxious at his office hours and would provide little help. I have to say that was not my experience. If you are polite and show an eagerness to understand, then he will help you during his office hours- when he&#8217;s there. Realize this guy has probably been smoking since he walked out of the womb, so if he&#8217;s not there, wait 10 minutes because he&#8217;s not about to quit smoking because you want help on trying to understand existential quantification.</p>
<p>Another peeve that I have is teachers not using blackboard. Everything you need from his class comes from his directory at <a rel="nofollow" href="http://handouts.eas.muohio.edu/uckany">http://handouts.eas.muohio.edu/uckany</a>. In fact there is no blackboard for his course so you better be keeping track of your grades on your own. Some things to keep in mind though, your homework is not a very good study tool. Not because the homework doesn&#8217;t reflect some problems you will see on your exams, but because you may not get your homework back in time! Yes, there were many times when we would turn in homework and not see it again until after we took an exam.</p>
<p>There were some incentives however this semester to combat his terrible teaching strategy &#8211; or lack there of. We had a make-up exam for our midterm because everyone but maybe 3-4 people failed it. Of course the makeup- aside from including four problems identical to the original- was equally challenging. Also, our final exam would replace our lowest exam score, and then count as our final exam. So our final counted twice. I was hoping to write this after our final grades came out, but they haven&#8217;t yet so I will hopefully get that up soon.</p>
<p>If I could offer any real advice to anyone considering to take this course it would be: 1) look at what other people have said on &#8220;rate my professor&#8221; and 2) wait until he retires if you can. Really, he&#8217;s old, and a smoke break away from a heart attack. They have to find someone else to teach that course eventually! I might also add, these opinions are not only gripes of those who&#8217;ve taken his course, but there are some on the faculty who would agree with us.</p>
<ul>
<li><a href="http://public.newrandom.com/college/fall08/csa385/F08%20CSA385%20Syllabus.doc">Syllabus</a><a></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gen.newrandom.com/2008/12/27/csa-385-database-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSA 385 &#8211; Databases</title>
		<link>http://www.gen.newrandom.com/2008/12/27/csa-385-databases-2/</link>
		<comments>http://www.gen.newrandom.com/2008/12/27/csa-385-databases-2/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 19:30:06 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Database Systems]]></category>
		<category><![CDATA[CSA 385]]></category>
		<category><![CDATA[Dr. Yuksel Uckan]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.gen.newrandom.com/?p=218</guid>
		<description><![CDATA[CSA 385 Notes. More basic database concepts and definitions. 



Database


Friday,
August 29, 200809:40




&#160;
Created with Microsoft Office OneNote
2007
One place for all your notes and information

]]></description>
			<content:encoded><![CDATA[<p><a href="http://public.newrandom.com/college/fall08/csa385/CSA_385_Notes.onepkg">CSA 385 Notes</a>. More basic database concepts and definitions. <span id="more-218"></span></p>
<div style='direction:ltr;border-width:100%'>
<div style='direction:ltr;margin-top:0in;margin-left:0in;'>
<div style='direction:ltr;margin-top:0in;margin-left:.2479in;'>
<p style='margin:0in;font-family:Calibri;font-size:17.0pt'>Database</p>
</div>
<div style='direction:ltr;margin-top:.0388in;margin-left:.2479in;'>
<p style='margin:0in;font-family:Calibri;font-size:10.0pt;color:gray'>Friday,<br />
August 29, 2008<br />09:40</p>
</div>
</div>
</div>
<div>
<p style='margin:0in'>&nbsp;</p>
<p style='text-align:left;margin:0in;font-family:Arial;font-size:9pt;<br />
color:#969696;direction:ltr'>Created with Microsoft Office OneNote<br />
2007<br />
One place for all your notes and information</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gen.newrandom.com/2008/12/27/csa-385-databases-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
