<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9
            https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/install-postgresql</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/connect-to-postgresql-database</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/create-database</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/drop-tables</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/create-tables</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/truncate-tables</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/alter-table</loc>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/add-columns-to-table</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/rename-column</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/modify-column-datatype</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/alter-column-default</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/add-constraint</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/drop-columns</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/rename-table</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/insert-into-table</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/update-data</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/delete-data</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/constraints</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/notnull-constraint</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/unique-constraint</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/check-constraint</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/primary-key</loc>
  </url>
  <url>
    <loc>https://www.tutorialsteacher.com/postgresql/foreign-key</loc>
  </url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/sequence</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/serial-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/identity-column</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/generated-always</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/with-query</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/greatest-least-function</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/coalesce-function</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/nullif-function</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/case-expressions</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/cast-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/like-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/between-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/isnull-operators</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/except-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/intersect-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/union-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/any-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/all-operator</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/subquery</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/rollup</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/cube</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/grouping-function</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/grouping-sets</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/limit-offset-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/cross-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/natural-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/self-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/full-outer-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/right-outer-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/left-outer-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/inner-join</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/distinct-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/orderby-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/having-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/groupby-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/where-clause</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/select-statement</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/upsert</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/postgresql/copy-table</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/datatypes</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/boolean-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/character-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/integer-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/numeric-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/date-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/timestamp-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/time-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/interval-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/array-data-type</loc>
	</url>
	<url>
		<loc>https://www.tutorialsteacher.com/json-data-type</loc>
	</url>

</urlset>