Your IP : 216.73.216.40


Current Path : /var/www/html/vijayk/MSCLIS2DM4/
Upload File :
Current File : /var/www/html/vijayk/MSCLIS2DM4/course.html

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Course Description</title>
<style>
<!--
div.Section1
	{page:Section1;}
 li.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0cm; margin-right:0cm; margin-top:0cm}
span.SpellE
	{}
body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #330000;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF6600;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {font-weight: bold}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style5 {color: #FFFF33}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFF33; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; }
-->
</style>
</head>

<body bgproperties="fixed" background="../WATERMRK.gif">
<TABLE BORDER=0>
  <tr>
    <td align = "center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="index.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Home</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="teaching.htm"><font color="#FF6600" size="4" face="Verdana,Arial,Helvetica"><strong>Teaching </strong></font></a>
        <hr>
    </td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="pub.html"><font color="#FF6600" face="Verdana,Arial,Helvetica" size="4"><strong>Publications</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="project.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Projects</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="academics.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Academics</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="phd.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Ph.D. Students</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="ig.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Other Information</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="cv.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Curriculum Vitae</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="contact.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Contacts</strong></font></a>
        <hr></td>
  </TR>
</TABLE>
<TABLE border=0 width=105%>
  <TR>
    <TD width="1188" colspan="2" align="center"><font size="5">
        <hr>
        <h2 align="center" class="style2"><u>Database Management and 4GL (DM4-232MS)</u></h2>
      <hr></TD>
  </TR>
</TABLE>
<p>&nbsp;</p>
<h2><span class="style2"><span class="style3"><u>Course Description</u> </span></span></h2>
<h3 align="justify"><span class="style2"><span class="style3"><br>
  The main objective of this course is to provide  students with the background to design, implement, and use database management  systems. Database technology became very important due to the highly  competitive environment and the explosive use of the internet in  Business-to-Client and Business-to-Business applications and the need to store  more business data. Recent developments in database technologies include the applications  data warehousing and data mining.</span></span></h3>
<hr>
<p class="style4">&nbsp;</p>
<h2 class="style2"><u> Syllabus</u></h2>
<h3 align="justify" class="style4">&nbsp;</h3>
<h3 align="justify" class="style4"><span class="style5">Database  Management</span><br>
Data,  Information and knowledge, Increasing use of data as a corporate resource, data  processing verses data management, file oriented approach verses database  oriented approach to data management; data independence, database  administration roles, DBMS architecture, different kinds of DBMS users,  importance of data dictionary, contents of data dictionary, types of database  languages. Data models: network, hierarchical, relational. Introduction to  distributed databases, Client/Server databases, Object-oriented databases,  Object-relational databases, Introduction to ODBC concept. Introduction to decision support system.<br>
&nbsp; </h3>
<h3 align="justify" class="style4"><span class="style5">The  Relational Model&nbsp;</span><br>
Definition of relation; properties of relational model  concept of keys;&nbsp; candidate key, primary  key, alternate key, foreign key, fundamental integrity rules : entity  integrity, referential&nbsp; integrity.  Storage organizations for relations, Relational Algebra, Integrity constraints,  Triggers and Cursors. Embedded SQL and Application Programming, Interfaces. Case  studies of Commercial Relational DBMS implementations.</h3>
<h3 class="style4">&nbsp;</h3>
<h3 align="justify" class="style4"><span class="style5">Database Design</span>&nbsp;<br>
ANSI/SPARC 3 level architecture; Conceptual model, Logical model,  Physical model.&nbsp;&nbsp;&nbsp; Entity - Relationship  model as a tool for conceptual design-entities attributes and relationships. ER  diagrams; Converting and ER model into relational Schema. Functional  dependencies and Normalization, &nbsp;anomalies,&nbsp;  Normal&nbsp; forms ( 1NF, 2NF, 3NF BCNF). </h3>
<h3 align="justify" class="style4"><span class="style5">Storage  Structure and Indexing</span> <br>
Storage  classification, disk arrays and RAID, Issues in physical design; Concepts of  indexes, File organization for relational tables, Introduction to Distributed  Database. Case studies of Commercial Database design, Transaction Processing.  </h3>
<h3 align="justify" class="style4"><span class="style5">Query  Processing and Protecting the Database</span><br>
  Parsing, translation, optimization, evaluation and overview of  Query Processing, Database security principles.&nbsp;&nbsp;&nbsp;&nbsp; </h3>
<p class="style4">&nbsp;</p>
<hr>
<p class="style4">&nbsp;</p>
<h2 class="style4"> <u>Recommended Books</u></h2>
<h3 class="style6">Text Books</h3>
<ol start="1" type="1" class="style4">
  <li>
    <h3>Introduction to Database Systems- Korth </h3>
  </li>
  <li>
    <h3>Database Management       Systems - Raghu Ramakrishnan and Johannes Gehrke </h3>
  </li>
</ol>
<h3 class="style6">Reference Books</h3>
<ol start="1" type="1" class="style4">
  <li>
    <h3>Introduction to Database Systems- B.C. Desai</h3>
  </li>
  <li>
    <h3>Fundamental of Database Systems- Elmasari,       Navathe</h3>
  </li>
  <li>
    <h3>Database Management Systems by Jerry Post</h3>
  </li>
</ol>
<p class="style4">&nbsp;</p>
<hr>
<p class="style4">&nbsp;</p>
<h2 class="style4"><u>Lab Guidelines </u></h2>
<h3 align="justify" class="style4"><span class="style5">Before Mid Semester </span><br>
  Set of programming  assignments to practice SQL query on RDBMS.<br>
  Set of Assignments on ER  modeling.<br>
  Web Development using  PHP/ASP/JSP/Servlet/.NET etc using DBMS at backend.</h3>
<h3 align="justify" class="style6">After Mid Semester<br>
  <span class="style8">A project in a group of 3 to  4 students to implement a management information&nbsp; system based on the tools and technology  learned before mid semester.</span></h3>
<hr>
<TABLE BORDER=0>
  <tr>
    <td align = "center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="index.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Home</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="teaching.htm"><font color="#FF6600" size="4" face="Verdana,Arial,Helvetica"><strong>Teaching </strong></font></a>
        <hr>
    </td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="pub.html"><font color="#FF6600" face="Verdana,Arial,Helvetica" size="4"><strong>Publications</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="project.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Projects</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="academics.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Academics</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="phd.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Ph.D. Students</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="ig.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Other Information</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="cv.html"> <font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Curriculum Vitae</strong></font></a>
        <hr></td>
    <td align="center" valign="top" nowrap bgcolor="#FFFF99"><hr>
        <a href="contact.html"><font color="#FF6600" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Contacts</strong></font></a>
        <hr></td>
  </TR>
</TABLE>
</body>

</html>