<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Questions about Logical Design 2 by </title>
      <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw</link>
      <description>Please post your questions about the Logical Design 2 video here</description>
      <language>en-us</language>
      <pubDate>2023-01-30 16:48:29 UTC</pubDate>
      <lastBuildDate>2024-05-31 07:03:54 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/460741824/d56f15e321af59cd0571f4530fa81623/Mini_Me.jpg</url>
      </image>
      <item>
         <title>Composition cardinality?</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2927417680</link>
         <description><![CDATA[<p>Sometimes the cardinality next to the child entity (ROOM in this EER) is missing. I am confused.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2388610796/f9a257e2cabafb01c3a4371c3ac0ffaf/House_Room_Composition.png" />
         <pubDate>2024-03-20 20:25:03 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2927417680</guid>
      </item>
      <item>
         <title>&quot;UNIQUE&quot; in logical model</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2957193677</link>
         <description><![CDATA[<p>Dear Dr Peter, I would like to ask you about the use of "UNIQUE" in logical model. </p><p><br></p><p>From my understanding through the lecture and slides, "UNIQUE" is specified when a Child occurrence is associated with just one Parent. Does it indicate that Child and Parent have one to one relationship when both of their cardinalities are 1 regardless of optionalties (i.e., 0..1, 1..1)? If not, can you give me further details when to add "UNIQUE" in logical model? </p><p><br></p><p>I'm reviewing the slides with four examples above, but a bit confused about it. I'd appreciate your help. Thank you. </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145628154/6f2950e5d4fd4b6b945de5201e5f3841/DD_Q_UNIQUE.png" />
         <pubDate>2024-04-16 17:11:36 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2957193677</guid>
      </item>
      <item>
         <title>why the &#39;name&#39; is not the primary key</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2960457999</link>
         <description><![CDATA[<p>Dear Dr  Peter, I would like to ask you about the quesition in '<a rel="noopener noreferrer nofollow" href="https://vle.shef.ac.uk/webapps/blackboard/content/launchAssessment.jsp?course_id=_109220_1&amp;content_id=_6952598_1&amp;mode=view"><strong>Logical Design 2 University DB Quiz</strong></a>'.</p><p><br></p><p>at the first two table,  why name use 'constraint name unique not null', why it not in primary key?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-18 14:37:08 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2960457999</guid>
      </item>
      <item>
         <title>Office/Consultation Hours </title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2962882928</link>
         <description><![CDATA[<p>Hi Peter, could you let us know when's your office/consultation hours? If I remember correct, we are not required to make booking for that right? Thanks. </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-20 17:52:57 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2962882928</guid>
      </item>
      <item>
         <title>Why adding an extra APPOINTMENT table?</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2962886109</link>
         <description><![CDATA[<p>Peter, for w8's logical design, why do we need to create an extra APPOINTMENT table rather than adding a foreign key to the PATIENT table? Many thanks. </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2438368810/c2539f7598c2a2f3818e15b8d6ade269/image.png" />
         <pubDate>2024-04-20 18:00:21 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2962886109</guid>
      </item>
      <item>
         <title>ER diagrams with only 1 entity type</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2972529904</link>
         <description><![CDATA[<p>Dear Peter,</p><p>Could you explain please how we logically model an ER diagram where there is only one entity type which has a relationship with itself. </p><p><br></p><p>This was the correct answer in the quiz: </p><p><br>CREATE TABLE DOG_WALKER (DOGWALKER_ID, FIRST_NAME, SURNAME)</p><p>PRIMARY KEY (DOGWALKER_ID)</p><p><br></p><p>CREATE TABLE FRIENDS (DOGWALKER_1_ID, DOGWALKER_2_ID)</p><p>PRIMARY KEY (DOGWALKER_1_ID, DOGWALKER_2_ID)</p><p>FOREIGN_KEY&nbsp; DOGWALKER_1_ID REFERENCES DOG_WALKER(DOGWALKER_ID)</p><p>FOREIGN_KEY&nbsp; DOGWALKER_2_ID REFERENCES DOG_WALKER(DOGWALKER_ID</p><p><br></p><p>I don't understand why and how we would split DOGWALKER_ID into 1 and 2?</p><p><br></p><p>Thank you</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2451448046/7c449f98769448efae1b952016d20723/Screenshot_2024_04_28_at_15_36_20.png" />
         <pubDate>2024-04-28 14:38:09 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2972529904</guid>
      </item>
      <item>
         <title>Generalisation and composition relationships logical modelling </title>
         <author></author>
         <link>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2972531316</link>
         <description><![CDATA[<p>Dear Peter,</p><p>Is it true that for generalisation and composition relationships these can be modelled as one-to-one relationships? Will they always have 1..1? Also, do we always know the cardinality when reading from the other direction, so for specialisation and aggregation relationships? </p><p>Thank you</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-28 14:40:54 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/vx1b1yjwinonx4tw/wish/2972531316</guid>
      </item>
   </channel>
</rss>
