<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Transaction on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/transaction/</link>
    <description>Recent content in Transaction on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Jul 2015 18:16:54 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/transaction/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SQL Cheat Sheet</title>
      <link>https://janikvonrotz.ch/2015/07/02/sql-cheat-sheet/</link>
      <pubDate>Thu, 02 Jul 2015 18:16:54 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/07/02/sql-cheat-sheet/</guid>
      <description>&lt;p&gt;You can get the latest version of this SQL cheat sheet here: &lt;a href=&#34;https://gist.github.com/janikvonrotz/6e27788f662fcdbba3fb&#34;&gt;https://gist.github.com/janikvonrotz/6e27788f662fcdbba3fb&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;sql-languages&#34;&gt;SQL languages&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;DDL&lt;/strong&gt; is short name of Data Definition Language, which deals with database schemas and descriptions, of how the data should reside in the database.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;DML&lt;/strong&gt; is short name of Data Manipulation Language which deals with data manipulation, and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE etc, and it is used to store, modify, retrieve, delete and update data in database.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;DCL&lt;/strong&gt; is short name of Data Control Language which includes commands such as GRANT, and mostly concerned with rights, permissions and other controls of the database system.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
