<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Learn Software Development</title>
	<atom:link href="http://learnsoftwareprocesses.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsoftwareprocesses.com</link>
	<description>All about the processes involved in software development</description>
	<lastBuildDate>Fri, 24 Feb 2012 10:21:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on DBMS Three-Schema Architecture and Data Independence by Eng.maram/USA</title>
		<link>http://learnsoftwareprocesses.com/2009/08/05/dbms-three-schema-architecture-and-data-independence/comment-page-1/#comment-8027</link>
		<dc:creator>Eng.maram/USA</dc:creator>
		<pubDate>Fri, 24 Feb 2012 10:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=281#comment-8027</guid>
		<description>very very very  coooool explanation to fresher engineer in DBMS....thank thxxxxxx :D</description>
		<content:encoded><![CDATA[<p>very very very  coooool explanation to fresher engineer in DBMS&#8230;.thank thxxxxxx <img src='http://learnsoftwareprocesses.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortest-Job-First (SJF) Scheduling by pankaj</title>
		<link>http://learnsoftwareprocesses.com/2009/08/27/shortest-job-first-sjf-scheduling/comment-page-1/#comment-7899</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Wed, 02 Nov 2011 16:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=323#comment-7899</guid>
		<description>hi,guys.I want to study c++ prigramig.  please help me.</description>
		<content:encoded><![CDATA[<p>hi,guys.I want to study c++ prigramig.  please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBMS Three-Schema Architecture and Data Independence by karthi</title>
		<link>http://learnsoftwareprocesses.com/2009/08/05/dbms-three-schema-architecture-and-data-independence/comment-page-1/#comment-7863</link>
		<dc:creator>karthi</dc:creator>
		<pubDate>Thu, 20 Oct 2011 11:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=281#comment-7863</guid>
		<description>why we have this( 3 schema architecture in dbms )?  why we did use 2 r 4 schema architecture?</description>
		<content:encoded><![CDATA[<p>why we have this( 3 schema architecture in dbms )?  why we did use 2 r 4 schema architecture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortest-Job-First (SJF) Scheduling by Kirby</title>
		<link>http://learnsoftwareprocesses.com/2009/08/27/shortest-job-first-sjf-scheduling/comment-page-1/#comment-7731</link>
		<dc:creator>Kirby</dc:creator>
		<pubDate>Thu, 01 Sep 2011 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=323#comment-7731</guid>
		<description>guys plss help me..i need a Java program for SLF Preemptive and Non-Preemptive..plss help me guys...</description>
		<content:encoded><![CDATA[<p>guys plss help me..i need a Java program for SLF Preemptive and Non-Preemptive..plss help me guys&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBMS Three-Schema Architecture and Data Independence by MD.ZAHID GANI</title>
		<link>http://learnsoftwareprocesses.com/2009/08/05/dbms-three-schema-architecture-and-data-independence/comment-page-1/#comment-7618</link>
		<dc:creator>MD.ZAHID GANI</dc:creator>
		<pubDate>Tue, 14 Jun 2011 05:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=281#comment-7618</guid>
		<description>DBMS vs. RDBMS

• Relationship among tables is maintained in a RDBMS whereas this not the case DBMS as it is used to manage the database.

• DBMS accepts the ‘flat file’ data that means there is no relation among different data whereas RDBMS does not accepts this type of design.

• DBMS is used for simpler business applications whereas RDBMS is used for more complex applications.

• Although the foreign key concept is supported by both DBMS and RDBMS but its only RDBMS that enforces the rules.

• RDBMS solution is required by large sets of data whereas small sets of data can be managed by DBMS.


DBMS

DBMS is defined as the software program that is used to manage all the databases that are stored on the network or system hard disk. There are different types of database management systems and some of them are configured for specific purposes.

DBMS is available in different forms as a tool that is used to manage databases. Some popular DBMS solutions include DB2, Oracle, FileMaker and Microsoft Access. Using these products, privileges or rights can be created that can be specific to particular users. It means that the administrators of the database can grant specific rights to some users or assign different levels of administration.

Every DBMS has some fundamental elements. First is the implementation of the modeling language which defines the language used for each database. Second, DBMS also administers the data structures. Data query language is the third element of a DBMS. Data structures work with data query language in order to make sure that irrelevant data cannot be entered into the database used in the system.

RDBMS

The database system in which the relationships among different tables are maintained is called Relational Database Management System. Both RDBMS and DBMS are used to store information in physical database.

RDBMS solution is required when large amounts of data are to be stored as well as maintained. A relational data model consists of indexes, keys, foreign keys, tables and their relationships with other tables. Relational DBMS enforces the rules even though foreign keys are support by both RDBMS and DBMS.

In 1970s, Edgar Frank Codd introduced the theory of relational database. Thirteen rules were defined by Codd for this relational theory or model. Relationships among different types of data Is the main requirement of the relational model.

RDMS can be termed as the next generation of database management system. DBMS is used as a base model in order to store data in a relational database system. However, complex business applications use RDBMS rather than DBMS.

Read more: http://www.differencebetween.com/difference-between-dbms-and-rdbms/#ixzz1PDw9F4by</description>
		<content:encoded><![CDATA[<p>DBMS vs. RDBMS</p>
<p>• Relationship among tables is maintained in a RDBMS whereas this not the case DBMS as it is used to manage the database.</p>
<p>• DBMS accepts the ‘flat file’ data that means there is no relation among different data whereas RDBMS does not accepts this type of design.</p>
<p>• DBMS is used for simpler business applications whereas RDBMS is used for more complex applications.</p>
<p>• Although the foreign key concept is supported by both DBMS and RDBMS but its only RDBMS that enforces the rules.</p>
<p>• RDBMS solution is required by large sets of data whereas small sets of data can be managed by DBMS.</p>
<p>DBMS</p>
<p>DBMS is defined as the software program that is used to manage all the databases that are stored on the network or system hard disk. There are different types of database management systems and some of them are configured for specific purposes.</p>
<p>DBMS is available in different forms as a tool that is used to manage databases. Some popular DBMS solutions include DB2, Oracle, FileMaker and Microsoft Access. Using these products, privileges or rights can be created that can be specific to particular users. It means that the administrators of the database can grant specific rights to some users or assign different levels of administration.</p>
<p>Every DBMS has some fundamental elements. First is the implementation of the modeling language which defines the language used for each database. Second, DBMS also administers the data structures. Data query language is the third element of a DBMS. Data structures work with data query language in order to make sure that irrelevant data cannot be entered into the database used in the system.</p>
<p>RDBMS</p>
<p>The database system in which the relationships among different tables are maintained is called Relational Database Management System. Both RDBMS and DBMS are used to store information in physical database.</p>
<p>RDBMS solution is required when large amounts of data are to be stored as well as maintained. A relational data model consists of indexes, keys, foreign keys, tables and their relationships with other tables. Relational DBMS enforces the rules even though foreign keys are support by both RDBMS and DBMS.</p>
<p>In 1970s, Edgar Frank Codd introduced the theory of relational database. Thirteen rules were defined by Codd for this relational theory or model. Relationships among different types of data Is the main requirement of the relational model.</p>
<p>RDMS can be termed as the next generation of database management system. DBMS is used as a base model in order to store data in a relational database system. However, complex business applications use RDBMS rather than DBMS.</p>
<p>Read more: <a href="http://www.differencebetween.com/difference-between-dbms-and-rdbms/#ixzz1PDw9F4by" rel="nofollow">http://www.differencebetween.com/difference-between-dbms-and-rdbms/#ixzz1PDw9F4by</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

