<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Difference between a Primary key and Unique Key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169304#M40147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Primary key is only one constraint per table and also unique also only one per table.&lt;/P&gt;&lt;P&gt;The main difference between primary key and unique key is primary key doesnot allow duplicate values where as uniques will allow one duplicate values(Sql server 2005 &amp;amp; 2008).&lt;/P&gt;&lt;P&gt;In Oracle Unique allows n no of null values. Becaue null!=null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2011 06:45:28 GMT</pubDate>
    <dc:creator>siva_boggarapu</dc:creator>
    <dc:date>2011-01-17T06:45:28Z</dc:date>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169298#M40141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can any one explain me with examples whats the difference between a primary key and a unique key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 19:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169298#M40141</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2011-01-13T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169299#M40142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjit,&lt;/P&gt;&lt;P&gt;From what I understand, a primery key is a unique key that has to be defined at the moment of creation for each row like EmployeeID in a table of Employees where the values are probably consecutive, and a unique key is a column that has unique values like Social Security Number and can be used to identify an employee, but is not required information at the moment of creation.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 21:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169299#M40142</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-01-13T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169300#M40143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Primary Key and Unique Key are both same and used as a unique identifiers.&lt;/P&gt;&lt;P&gt;only difference is that a primary key can not have a null value but the unique key can have that too only once.&lt;/P&gt;&lt;P&gt;Also you can have more than one UNIQUE constraint per table but in case of primary key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 08:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169300#M40143</guid>
      <dc:creator />
      <dc:date>2011-01-14T08:26:01Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169301#M40144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Primary Key&lt;/B&gt;: A column in a table whose values uniquely identify the rows in the table. A primary key value cannot be NULL.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Unique Key&lt;/B&gt;: Unique Keys are used to uniquely identify each row in a table. There can be one and only one row for each unique key value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 08:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169301#M40144</guid>
      <dc:creator />
      <dc:date>2011-01-14T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169302#M40145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl, I got an idea about the topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 06:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169302#M40145</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2011-01-17T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169303#M40146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Normal 0 false false false EN-US X-NONE X-NONE&lt;/P&gt;&lt;P style="font-weight: bold; margin-left: 13.5pt; text-indent: -0.2pt"&gt;Difference between Primary key and Unique key:&lt;/P&gt;&lt;P style="margin-left:13.5pt;text-indent:-0.2pt;"&gt;&lt;B&gt;&lt;/B&gt; Primary &lt;B&gt;key&lt;/B&gt; allows each row in a table to be uniquely identified and ensures that no duplicate rows exist and no null values are entered.&lt;/P&gt;&lt;P style="margin-left:13.5pt;text-indent:-0.2pt;"&gt;&lt;B&gt;&lt;/B&gt; Unique &lt;B&gt;key&lt;/B&gt; constraint is used to prevent the duplication of key values within the rows of a table and allow null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 06:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169303#M40146</guid>
      <dc:creator />
      <dc:date>2011-01-17T06:35:46Z</dc:date>
    </item>
    <item>
      <title>Difference between a Primary key and Unique Key</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169304#M40147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Primary key is only one constraint per table and also unique also only one per table.&lt;/P&gt;&lt;P&gt;The main difference between primary key and unique key is primary key doesnot allow duplicate values where as uniques will allow one duplicate values(Sql server 2005 &amp;amp; 2008).&lt;/P&gt;&lt;P&gt;In Oracle Unique allows n no of null values. Becaue null!=null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 06:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-a-Primary-key-and-Unique-Key/m-p/169304#M40147</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-01-17T06:45:28Z</dc:date>
    </item>
  </channel>
</rss>

