<?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"
	>

<channel>
	<title>Fresher Interview Questions &#187; Database</title>
	<atom:link href="http://www.freshershome.com/interview-questions/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshershome.com/interview-questions</link>
	<description>Interview Questions for Freshers</description>
	<pubDate>Tue, 23 Sep 2008 01:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>MS-SQL Server developer interview questions</title>
		<link>http://www.freshershome.com/interview-questions/database/ms-sql-server-developer-interview-questions/</link>
		<comments>http://www.freshershome.com/interview-questions/database/ms-sql-server-developer-interview-questions/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 07:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/database/ms-sql-server-developer-interview-questions/</guid>
		<description><![CDATA[Here are some of the Microsoft SQL Server developer interview questions:

Which of the following has the highest order of precedence?

Functions and Parenthesis
Multiplication, Division and Exponents
Addition and Subtraction
Logical Operations


When designing a database table, how do you avoid missing column values for non-primary key columns?

Use UNIQUE constraints
Use PRIMARY KEY constraints
Use DEFAULT and NOT NULL constraints
Use FOREIGN KEY [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/database/ms-sql-server-developer-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DBA Interview Questions</title>
		<link>http://www.freshershome.com/interview-questions/database/dba-interview-questions/</link>
		<comments>http://www.freshershome.com/interview-questions/database/dba-interview-questions/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 14:01:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://freshershome.com/interview-questions/?p=3</guid>
		<description><![CDATA[- Why is a UNION ALL faster than a UNION?
- What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manually?
- What are three rules of thumb to create good passwords? How would a DBA enforce those rules in Oracle? What business challenges might you encounter?
- Describe the Oracle Wait [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/database/dba-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL management interview questions</title>
		<link>http://www.freshershome.com/interview-questions/database/hello-world/</link>
		<comments>http://www.freshershome.com/interview-questions/database/hello-world/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 07:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[   1. How do you show the currently running queries? - SHOW FULL PROCESSLIST;
   2. How do you kill a MySQL query? - See the ID of it from the question above, then KILL id. You can separate multiple IDs by space.
   3. I need to find out how [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/database/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
