<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For MySQL</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:28:19 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:28:19 -0500</pubDate>
<item>
<title>Database Transaction Tutorial in SQL with Example for Beginners</title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Database-Transaction-Tutorial-in-SQL-with-Example-for-Beginners/73294</link>
<description>
<![CDATA[database transaction is an important concept to understand for all those programmer and developer who wants to work in database be it Oracle, MySQL or SQL Server. to protect database consistency from ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Database-Transaction-Tutorial-in-SQL-with-Example-for-Beginners/73294</guid>
</item>
<item>
<title>10 Example of SELECT queries in SQL</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/10-Example-of-SELECT-queries-in-SQL/72922</link>
<description>
<![CDATA[Select statement in SQL is used to retrieve data from database and sued to generate reports out of database. SELECT statement is very powerful and very versatile and there are many way one can use SEL...]]>
</description><guid>http://www.tutorialized.com/tutorial/10-Example-of-SELECT-queries-in-SQL/72922</guid>
</item>
<item>
<title>Difference between truncate and delete command in SQL</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-truncate-and-delete-command-in-SQL/72873</link>
<description>
<![CDATA[If you are working in a huge table you need to be very very careful while executing any query because due to large data any query can run at very long duration or return very huge results which can po...]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-truncate-and-delete-command-in-SQL/72873</guid>
</item>
<item>
<title>simple mysql function example</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/simple-mysql-function-example/70958</link>
<description>
<![CDATA[Tutorial on how to create a simple mysql function and result.]]>
</description><guid>http://www.tutorialized.com/tutorial/simple-mysql-function-example/70958</guid>
</item>
<item>
<title>List all tables in a mysql database</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/List-all-tables-in-a-mysql-database/69478</link>
<description>
<![CDATA[In this programming tutorial we will learn how to list all tables in a mysql database. Sometimes you may want to get the table names of a mysql database; in that case the below mentioned show command ...]]>
</description><guid>http://www.tutorialized.com/tutorial/List-all-tables-in-a-mysql-database/69478</guid>
</item>
<item>
<title>How to Assign Column Aliases in SQL Server</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Assign-Column-Aliases-in-SQL-Server/68336</link>
<description>
<![CDATA[SQL Server, Functions, COUNT, Distinct, Column Aliases, Aliases, Table Expressions]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Assign-Column-Aliases-in-SQL-Server/68336</guid>
</item>
<item>
<title>How to Use the OVER Clause in SQL Server 2008 R2</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Use-the-OVER-Clause-in-SQL-Server-2008-R2/68289</link>
<description>
<![CDATA[This tutorial will show how to use the OVER clause in SQL Server 2008 R2. The OVER clause exposes a window of rows to certain kinds of calculations as this tutorial will show.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Use-the-OVER-Clause-in-SQL-Server-2008-R2/68289</guid>
</item>
<item>
<title>How to Insert Values into a Table Within a Database in SQL Server 2008 R2</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Insert-Values-into-a-Table-Within-a-Database-in-SQL-Server-2008-R2/68181</link>
<description>
<![CDATA[This tutorial will show how to insert values into a table created in a database. Using the INSERT INTO and VALUES statements allows for data to be inserted into a table.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Insert-Values-into-a-Table-Within-a-Database-in-SQL-Server-2008-R2/68181</guid>
</item>
<item>
<title>How to Create a Table in a Database in SQL Server 2008 R2</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Create-a-Table-in-a-Database-in-SQL-Server-2008-R2/68146</link>
<description>
<![CDATA[This tutorial will show how to create a table in a database in SQL Server 2008 R2 edition. Creating a table in the proper database keeps the data more organized than creating a table outside of a data...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Create-a-Table-in-a-Database-in-SQL-Server-2008-R2/68146</guid>
</item>
<item>
<title>How to Calculate the Average of a Numerical Column SQL Server</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Calculate-the-Average-of-a-Numerical-Column-SQL-Server/68065</link>
<description>
<![CDATA[This tutorial will show how to calculate the average of a numerical column in SQL Server. Using the AVG function, we are able to calculate the average of a numerical value and output the results in a ...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Calculate-the-Average-of-a-Numerical-Column-SQL-Server/68065</guid>
</item>
<item>
<title>How to Round a Numeric Column to a Specified Decimal Count in SQL Server 2008 R2</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Round-a-Numeric-Column-to-a-Specified-Decimal-Count-in-SQL-Server-2008-R2/68035</link>
<description>
<![CDATA[This tutorial will show how to round a numerical column to a specified number of decimals. With the use of the ROUND function, a numerical column is able to be rounded easily.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Round-a-Numeric-Column-to-a-Specified-Decimal-Count-in-SQL-Server-2008-R2/68035</guid>
</item>
<item>
<title>10 useful mysql commands for application developer</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/10-useful-mysql-commands-for-application-developer/67944</link>
<description>
<![CDATA[This mysql command tutorial contains some of most frequently used command by application developer. like Showing list of databases,  Running mysql query from UNIX command prompt, taking backup of a ta...]]>
</description><guid>http://www.tutorialized.com/tutorial/10-useful-mysql-commands-for-application-developer/67944</guid>
</item>
<item>
<title>How to Create and Use a Derived Table in SQL Server</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Create-and-Use-a-Derived-Table-in-SQL-Server/67861</link>
<description>
<![CDATA[http://www.sqlatoms.com/sql-server-2/how-to-create-and-use-a-derived-table-in-sql-server/]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Create-and-Use-a-Derived-Table-in-SQL-Server/67861</guid>
</item>
<item>
<title>How to Alter Tables and Modify Columns in SQL Server</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Alter-Tables-and-Modify-Columns-in-SQL-Server/67817</link>
<description>
<![CDATA[SQL Server, ALTER Statement, Alter Tables, Modify Columns, DROP, ADD]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Alter-Tables-and-Modify-Columns-in-SQL-Server/67817</guid>
</item>
<item>
<title>Locating Specific Information in SQL</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Locating-Specific-Information-in-SQL/67741</link>
<description>
<![CDATA[In this tutorial we will learn how to use a SELECT statement and WHERE clause to find specific data in a database.]]>
</description><guid>http://www.tutorialized.com/tutorial/Locating-Specific-Information-in-SQL/67741</guid>
</item>
</channel>
</rss>
