<rss version="2.0"><channel><title>PostgreSQL Guide Subpages</title><item><title><![CDATA[Creating Databases]]></title><link><![CDATA[http://www.postgresqlguide.com/postgresql-create-database.aspx]]></link><description><![CDATA[In this tutorial you will learn how to create a new database in PostgreSQL.]]></description></item><item><title><![CDATA[Creating Tables]]></title><link><![CDATA[http://www.postgresqlguide.com/creating-tables-in-postgresql.aspx]]></link><description><![CDATA[Shows you how to create new tables, temporary tables and inheriting tables.]]></description></item><item><title><![CDATA[Altering Tables]]></title><link><![CDATA[http://www.postgresqlguide.com/altering-database-table-in-postgresql.aspx]]></link><description><![CDATA[Shows you how to alter the existing tables]]></description></item><item><title><![CDATA[Inserting Data into Tables]]></title><link><![CDATA[http://www.postgresqlguide.com/inserting-data-into-database-tables-in-postgresql.aspx]]></link><description><![CDATA[Shows you how to use SQL Insert statement   to insert data into table.]]></description></item><item><title><![CDATA[Updating Data in Tables]]></title><link><![CDATA[http://www.postgresqlguide.com/updating-data-in-database-tables.aspx]]></link><description><![CDATA[In this tutorial, you will learn how to update data in database table.]]></description></item><item><title><![CDATA[Deleting Data from Tables]]></title><link><![CDATA[http://www.postgresqlguide.com/delete-data-from-database-tables.aspx]]></link><description><![CDATA[Shows you how to delete data from existing database tables.]]></description></item><item><title><![CDATA[Retrieving Data by Using Simple SQL Select Statement]]></title><link><![CDATA[http://www.postgresqlguide.com/retrieving-data-by-using-simple-sql-select-statement.aspx]]></link><description><![CDATA[You will learn how to retrieve data from a database table by using simple SQL select statement.]]></description></item><item><title><![CDATA[Retrieving Data from Multiple Tables by Using SQL Join]]></title><link><![CDATA[http://www.postgresqlguide.com/retrieving-data-from-multiple-tables-by-using-sql-join.aspx]]></link><description><![CDATA[You will learn how to retrieve data from multiple tables by using SQL Join.]]></description></item><item><title><![CDATA[Aggregate Functions]]></title><link><![CDATA[http://www.postgresqlguide.com/aggregate-functions-in-postgresql.aspx]]></link><description><![CDATA[Shows you how to use the aggregate functions in PostgreSQL including min,max, count,avg and sum function.]]></description></item><item><title><![CDATA[Using Group By and Having to Generate Summary]]></title><link><![CDATA[http://www.postgresqlguide.com/using-group-by-and-having-to-generate-summary.aspx]]></link><description><![CDATA[You will learn how to use group by and having to generate summary.]]></description></item></channel></rss>