<?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 Re: ER Diagram interpretation - Certification in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031832#M922833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of different notations for ERD diagrams. 1:M usually means each record in the left table (the 1) has 0 or more records in the right table (the M). But depending on the ERD notation used it could also mean 1 or more instead of 0 or more. In both cases it does not mean that table B must always have more records than table A. with M being 0 or larger table B could have less records than table A. With M being 1 or larger table B could have the same number of records as table A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this article helps: &lt;A href="https://www.smartdraw.com/entity-relationship-diagram/" title="https://www.smartdraw.com/entity-relationship-diagram/"&gt;Entity Relationship Diagram - Common ERD Symbols and Notations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 16:18:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-04-27T16:18:14Z</dc:date>
    <item>
      <title>ER Diagram interpretation - Certification</title>
      <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031829#M922830</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;&lt;/P&gt;&lt;P&gt;I am trying to get understanding of ER diagrams and I kind of understand most of the concepts like crow foot notations and cardinality but I have one doubt and I am not finding answer to it. &lt;/P&gt;&lt;P&gt;How does the cardinality affects the number of rows in two tables . for example is to okay to say that If table A and table B have 1:M cardinality &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;then &lt;STRONG&gt;table B must always have more number of rows than A&lt;/STRONG&gt;. I am trying to understand the ER models in depth. Please refer any books/material which has scenario based ER diagrams MCQs .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031829#M922830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ER Diagram interpretation - Certification</title>
      <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031830#M922831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table B &lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;can&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; have more number of rows than A.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An instance of your model may show only as much rows in table B as in table A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can model Customer to Orders using a 1:n relation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for a specific instance, there might be only customers with exactely one order.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031830#M922831</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-27T15:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: ER Diagram interpretation - Certification</title>
      <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031831#M922832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Swuehl. It makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to suggest any books for ER diagrams study and interpretation practice case studies?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031831#M922832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-27T16:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: ER Diagram interpretation - Certification</title>
      <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031832#M922833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of different notations for ERD diagrams. 1:M usually means each record in the left table (the 1) has 0 or more records in the right table (the M). But depending on the ERD notation used it could also mean 1 or more instead of 0 or more. In both cases it does not mean that table B must always have more records than table A. with M being 0 or larger table B could have less records than table A. With M being 1 or larger table B could have the same number of records as table A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this article helps: &lt;A href="https://www.smartdraw.com/entity-relationship-diagram/" title="https://www.smartdraw.com/entity-relationship-diagram/"&gt;Entity Relationship Diagram - Common ERD Symbols and Notations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031832#M922833</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-27T16:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: ER Diagram interpretation - Certification</title>
      <link>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031833#M922834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification, Gysbert. The link you shared is quite informative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ER-Diagram-interpretation-Certification/m-p/1031833#M922834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-27T16:26:38Z</dc:date>
    </item>
  </channel>
</rss>

