<?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>Technical Questions Answers &#187; Data Base</title>
	<atom:link href="http://www.cavsi.com/questionsanswers/category/data-base/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cavsi.com/questionsanswers</link>
	<description>Technical Questions Answers</description>
	<lastBuildDate>Tue, 20 Apr 2010 20:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What is Transact-SQL?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-transact-sql/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-transact-sql/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:09:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=5</guid>
		<description><![CDATA[SQL Server uses Transact-SQL, a version of the Structured Query Language (SQL), as its database query and programming language. SQL is a set of commands that allows you to specify the information that you want to retrieve or modify. With Transact-SQL, you can access data and query, update, and manage relational database systems. The American [...]]]></description>
			<content:encoded><![CDATA[<p>SQL Server uses Transact-SQL, a version of the Structured Query Language (SQL), as its database query and programming language. SQL is a set of commands that allows you to specify the information that you want to retrieve or modify. With Transact-SQL, you can access data and query, update, and manage relational database systems. </p>
<p>The American National Standards Institute (ANSI) and the International Standards Organization (ISO) have defined standards for SQL. Transact-SQL supports the latest ANSI SQL standard published in 1992, called ANSI SQL-92, plus many extensions to provide increased functionality</p>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=5&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-transact-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Relational Database Management System (RDBMS)?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-a-relational-database-management-system-rdbms/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-a-relational-database-management-system-rdbms/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:09:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[RDBMS]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=4</guid>
		<description><![CDATA[A relational database is a collection of data organized in two-dimensional tables consisting of named columns and rows. Each table represents the mathematical concept of a relation as defined in set theory. In set theory, columns are known as attributes and rows are known as tuples. The operations that may be performed on tables are [...]]]></description>
			<content:encoded><![CDATA[<p>A relational database is a collection of data organized in two-dimensional tables consisting of named columns and rows. Each table represents the mathematical concept of a relation as defined in set theory. In set theory, columns are known as attributes and rows are known as tuples. The operations that may be performed on tables are similarly based on manipulation of relations to produce new relations, usually referred to as queries or views.</p>
<p>Relational databases differ from non-relational databases in that the database user is not aware of system dependencies that may be stored within the data. No knowledge of the underlying database is required; data can be queried and updated using standard languages (these languages together make up SQL) that produce a consistent result. SQL Server databases are relational.</p>
<p>An RDBMS is responsible for:</p>
<ul>
<li>Storing and making data available in tables.</li>
<li>Maintaining the relationships between tables in the database.</li>
<li>Ensuring the integrity of data, by making sure that rules governing the data values and defining the relationships between tables are not violated.</li>
<li>Recovering all data to a point of known consistency in case of a system failure.</li>
</ul>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=4&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-a-relational-database-management-system-rdbms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Client/Server Database Model?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=3</guid>
		<description><![CDATA[The terms client/server can be used to refer to very general concepts or specific items of hardware or software. Technically, it refers to any two cooperating processes. Aclient is any component of a system that requests services or resources from other system components. A server is any system component that provides services or resources to [...]]]></description>
			<content:encoded><![CDATA[<p>The terms <strong>client/server</strong> can be used to refer to very general concepts or specific items of hardware or software. Technically, it refers to any two cooperating processes.</p>
<p><strong>Aclient</strong> is any component of a system that <strong>requests services or resources </strong>from other system components.</p>
<p><strong>A server</strong> is any system component that<strong> provides services or resources </strong>to other system components.</p>
<p>For example, when you print a document from your workstation on a network, the workstation is the client and the print spooling machine is the server.</p>
<p>In a client/server model, the database server is responsable for the following:</p>
<ul>
<li>Processing data modification and retrieval requests.</li>
<li>Performing data-intensive processing.</li>
<li>Enforcing all database rules and constrains.</li>
<li>Enforcing data security.</li>
</ul>
<p>In a client/server model, the database client is responsable for the following:</p>
<ul>
<li>Presenting the data to the user in an easily and useful format.</li>
<li>Providing an interface to the various tools, data, and reports.</li>
<li>Submitting requests to the server.</li>
</ul>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is SQL Server?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-sql-server/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-sql-server/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 19:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=1</guid>
		<description><![CDATA[Microsoft SQL Server or MSSQL is a powerfull client/server relational database management system (RDBMS) produced by Microsoft. SQL Server is based on the ANSI SQL 92 standard and it is a complete database system. SQL Server helps you build, deploy, and manage enterprise applications. At the center of SQL Server is the SQL Server engine, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Microsoft SQL Server or MSSQL</strong> is a powerfull client/server relational database management system (RDBMS) produced by Microsoft. SQL Server is based on the ANSI SQL 92 standard and it is a complete database system.</p>
<p>SQL Server helps you build, deploy, and manage enterprise applications. At the center of SQL Server is the SQL Server engine, which processes the database commands. The process runs inside Windows and understands only connections and SQL commands.</p>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=1&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

