<html>
<body>
Don't know if this will help: <br><br>
I'm not even a teacher let alone an IPM teacher - but I have fiddled with
databases in my chequered past and remember something about 3rd normal
form from the Grad Dip Comp course 20 odd years ago. I set up a quick
sample in Access to show how I would go about a student
database:<br><br>
<img src="cid:.0" width=489 height=190 alt="Emacs!"><br><br>
I would say that students and form have a 1 to 1 relationship, and that
students and stud_subj has a 1 to many relationship, but I'm only
guessing. <br><br>
rgds<br>
Jim<br><br>
<br><br>
At 05:25 PM 24/07/2008, you wrote:<br>
<blockquote type=cite class=cite cite="">Yes it is confusing but I would
still argue that it is one entity and that entity has a number of data
relationships in it. There is also only one Medicare card number on it
and that is unique – each child does not get their own Medicare card with
a different Medicare number. <br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
Kind regards<br>
&nbsp;<br>
Allan Barnes, CEO<br>
Australian Institute of Education and Training<br>
P.O. Box 171<br>
Brunswick West 3055<br>
Ph: (03) 9387 2051<br>
FAX: (03) 9387 3470<br>
Mobile: 0409 428 221<br>
&nbsp;<br>
&nbsp;<br>
<b>From:</b> itapps-bounces@edulists.com.au
[<a href="mailto:itapps-bounces@edulists.com.au" eudora="autourl">
mailto:itapps-bounces@edulists.com.au</a>] <b>On Behalf Of </b>Russo,
Frank R<br>
<b>Sent:</b> Thursday, 24 July 2008 8:33 AM<br>
<b>To:</b> Year 12 IT Applications Teachers' Mailing List<br>
<b>Subject:</b> RE: [Year 12 IT Apps] Database relationships<br>
&nbsp;<br>
Sorry but a medicare card can have multiple members in it but each member
can have their own card !!!<br>
&nbsp;<br>
Now that’s confusing………..<br>
&nbsp;<br>
Frank Russo<br>
ICT ~ Teaching &amp; Learning<br>
Monterey Secondary College<br>
<hr>
<div align="center"></div>
<b>From:</b> itapps-bounces@edulists.com.au
[<a href="mailto:itapps-bounces@edulists.com.au" eudora="autourl">
mailto:itapps-bounces@edulists.com.au</a>] <b>On Behalf Of </b>Allan
Barnes<br>
<b>Sent:</b> Wednesday, 23 July 2008 9:14 PM<br>
<b>To:</b> 'Year 12 IT Applications Teachers' Mailing List'<br>
<b>Subject:</b> RE: [Year 12 IT Apps] Database relationships<br>
&nbsp;<br>
An example of a one-to-one relationship would be something like a
‘person’ entity and a ‘medicare card’ entity – one person can only have
one medicare card, and one medicare card can only belong to one
person.<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
Kind regards<br>
&nbsp;<br>
Allan Barnes, CEO<br>
Australian Institute of Education and Training<br>
P.O. Box 171<br>
Brunswick West 3055<br>
Ph: (03) 9387 2051<br>
FAX: (03) 9387 3470<br>
Mobile: 0409 428 221<br>
<b>From:</b> itapps-bounces@edulists.com.au
[<a href="mailto:itapps-bounces@edulists.com.au" eudora="autourl">
mailto:itapps-bounces@edulists.com.au</a>] <b>On Behalf Of </b>Mia
Alexiou<br>
<b>Sent:</b> Wednesday, 23 July 2008 9:05 PM<br>
<b>To:</b> Year 12 IT Applications Teachers' Mailing List<br>
<b>Subject:</b> Re: [Year 12 IT Apps] Database relationships<br>
&nbsp;<br>
Hi all,<br><br>
I'm an intruder here (I tech year 11 not year 12) but I thought I could
share my somewhat rusty knowledge of databases.<br><br>
In response to Lisa's question the employee/department relationship is
one-to-many.&nbsp;&nbsp; As for &quot;true&quot; one-to-one relationships
I've never seen one in action and so doubt they are common at a small
database level.&nbsp; That being said, I can think of a couple of
situations where they might be useful such as splitting commonly needed
data from that which is rarely needed, to reduce the time it takes to run
queries over a huge table.&nbsp; Another reason might be security, with
highly sensitive data being stored in a separate table.<br><br>
A 0 or 1 to-many relationship is much more common and is what most people
(even in industry) usually mean when they talk about one-to-one
relationships.&nbsp; These are explained nicely (under the one-to-one
heading!) at
<a href="http://www.onlamp.com/pub/a/onlamp/2001/03/20/aboutSQL.html">
http://www.onlamp.com/pub/a/onlamp/2001/03/20/aboutSQL.html</a>.<br><br>
I hope this was helpful<br><br>
Mia Alexiou<br>
RMIT TAFE<br>
Information Technology<br>
Sessional Teacher<br>
On Wed, Jul 23, 2008 at 6:10 PM, Lisa Imms
&lt;<a href="mailto:lisimms@copticvic.org">lisimms@copticvic.org</a>&gt;
wrote:<br>
Hi Mark,<br><br>
Firstly, thanks for the resource :-)<br><br>
I hate to even contemplate disagreeing with you as my ITA class and I
regard you as the ITA font-of-all-knowledge, but I will try this
anyway.....<br><br>
Your example for one-to-one: &quot;E.g. an employee's department data in
one table matches a corresponding department in another table, allowing
data relating to that department to be fetched.&quot;<br><br>
Wouldn't this be a one to many relationship? Even the line you have
joining them has the 'many feathers' at the employees table? Although
each employee can belong to only one department, each department can (and
will) have multiple employees? So it is actually a one to many
relationship?<br><br>
Am I correct in assuming that a well organised database would not have
any one-to-one relationships? The two tables in a one-to-one relationship
could/should just be merged into one table?<br><br>
Lisa Bairstow<br>
St Mary's Coptic Orthodox College<br><br>
________________________________<br><br>
From:
<a href="mailto:itapps-bounces@edulists.com.au">
itapps-bounces@edulists.com.au</a> on behalf of Mark Kelly<br>
Sent: Wed 7/23/2008 2:24 PM<br>
To: Year 12 IT Applications Teachers' Mailing List<br>
Subject: [Year 12 IT Apps] Database relationships<br><br>
<br><br>
Hi all.&nbsp; It's been mighty quiet here for a while.&nbsp; To perk
things up,<br>
here's a little revision for database relationships (1-1, 1-many,<br>
many-many) that may or may not be useful.<br><br>
Cheers<br>
Mark<br><br>
--<br>
Mark Kelly<br>
Manager - Information Systems<br>
McKinnon Secondary College<br>
McKinnon Rd McKinnon 3204, Victoria, Australia<br>
Direct line / Voicemail: 8520 9085<br>
School Phone +613 8520 9000<br>
School Fax +613 95789253<br>
kel AT
<a href="http://mckinnonsc.vic.edu.au">mckinnonsc.vic.edu.au</a><br>
Webmaster -
<a href="http://www.mckinnonsc.vic.edu.au">
http://www.mckinnonsc.vic.edu.au</a>
&lt;<a href="http://www.mckinnonsc.vic.edu.au/" eudora="autourl">
http://www.mckinnonsc.vic.edu.au/</a>&gt;<br>
IT Lecture notes: <a href="http://vceit.com">http://vceit.com</a>
&lt;<a href="http://vceit.com/" eudora="autourl">http://vceit.com/</a>
&gt;<br>
Moderator: IT Applications Mailing List<br><br>
If you Declare War - is it integer or boolean?<br>
_______________________________________________<br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au</a>
&lt;<a href="http://www.edulists.com.au/" eudora="autourl">
http://www.edulists.com.au/</a>&gt;&nbsp; - FAQ, resources, subscribe,
unsubscribe<br>
IT Applications Mailing List kindly supported by<br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html">
http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html</a>
 - Victorian Curriculum and Assessment Authority and<br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au</a>
&lt;<a href="http://www.vitta.org.au/" eudora="autourl">
http://www.vitta.org.au/</a>&gt;&nbsp;&nbsp; - VITTA Victorian
Information Technology Teachers Association Inc<br><br>
_______________________________________________<br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au</a> -
FAQ, resources, subscribe, unsubscribe<br>
IT Applications Mailing List kindly supported by<br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html">
http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html</a>
 - Victorian Curriculum and Assessment Authority and<br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au</a>&nbsp; -
VITTA Victorian Information Technology Teachers Association Inc<br>
&nbsp;<br>
_______________________________________________ <br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au </a>-
FAQ, resources, subscribe, unsubscribe <br>
IT Applications Mailing List kindly supported by <br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html%20">
http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html </a>-
Victorian Curriculum and Assessment Authority and <br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au </a>- VITTA
Victorian Information Technology Teachers Association Inc<br>
&nbsp;<br>
<div align="center"><br>
</div>
Message protected by MailGuard: e-mail anti-virus, anti-spam and content
filtering.<br>
<a href="http://www.mailguard.com.au/mg">
http://www.mailguard.com.au/mg</a><br><br>
<a href="https://login.mailguard.com.au/report/1vuYjlI9hA/408s2xedFO3BSztpPnlZPi/0.004">
Report this message as spam</a>&nbsp; <br>
&nbsp;<br><br>
No virus found in this incoming message.<br>
Checked by AVG -
<a href="http://www.avg.com/" eudora="autourl">http://www.avg.com</a><br>
Version: 8.0.138 / Virus Database: 270.5.4/1567 - Release Date: 7/22/2008
4:05 PM<br>
_______________________________________________ <br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au </a>-
FAQ, resources, subscribe, unsubscribe <br>
IT Applications Mailing List kindly supported by <br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html%20">
http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html </a>-
Victorian Curriculum and Assessment Authority and <br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au </a>- VITTA
Victorian Information Technology Teachers Association Inc<br><br>
<b>Important - </b>This email and any attachments may be confidential. If
received in error, please contact us and delete all copies. Before
opening or using attachments check them for viruses and defects.
Regardless of any loss, damage or consequence, whether caused by the
negligence of the sender or not, resulting directly or indirectly from
the use of any attached files our liability is limited to resupplying any
affected attachments. Any representations or opinions expressed are those
of the individual sender, and not necessarily those of the Department of
Education and Early Childhood Development.<br>
_______________________________________________ <br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au </a>-
FAQ, resources, subscribe, unsubscribe <br>
IT Applications Mailing List kindly supported by <br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html%20">
http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html </a>-
Victorian Curriculum and Assessment Authority and <br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au </a>- VITTA
Victorian Information Technology Teachers Association Inc<br>
&nbsp;<br>
<div align="center"><br>
</div>
Message protected by MailGuard: e-mail anti-virus, anti-spam and content
filtering.<br>
<a href="http://www.mailguard.com.au/mg">
http://www.mailguard.com.au/mg</a><br><br>
<a href="https://login.mailguard.com.au/report/1vvb6j8dnF/30VxZzeOF4ZuSaw7vMDc47/0.002">
Report this message as spam</a>&nbsp; <br>
&nbsp;<br><br>
No virus found in this incoming message.<br>
Checked by AVG -
<a href="http://www.avg.com/" eudora="autourl">http://www.avg.com</a><br>
Version: 8.0.138 / Virus Database: 270.5.4/1567 - Release Date: 7/22/2008
4:05 PM<br>
_______________________________________________ <br>
<a href="http://www.edulists.com.au">http://www.edulists.com.au </a>-
FAQ, resources, subscribe, unsubscribe <br>
IT Applications Mailing List kindly supported by <br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/itapplications3-4.html">
http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html </a>-
Victorian Curriculum and Assessment Authority and <br>
<a href="http://www.vitta.org.au">http://www.vitta.org.au </a>- VITTA
Victorian Information Technology Teachers Association Inc<br>
<pre>No virus found in this incoming message.
Checked by AVG -
<a href="http://www.avg.com/" eudora="autourl">http://www.avg.com</a> 
Version: 8.0.138 / Virus Database: 270.5.5/1570 - Release Date: 7/24/2008
6:59 AM
</pre></blockquote>
<x-sigsep><p></x-sigsep>
<br>
-----------------------------------------------------------<br>
We have to use this Disclaimer<br><br>
This message, including any attachments, is provided without<br>
responsibility in law for its accuracy or otherwise and without<br>
assumption of a duty of care by the School. Whilst every attempt has<br>
been made to ensure material in this email message is free from<br>
computer viruses or other defects, the attached files are provided,<br>
and may only be used, on the basis that the user assumes all<br>
responsibility for use of the material transmitted. This email is<br>
intended for the use of the named individual or entity and may<br>
contain confidential and privileged information. Any dissemination,<br>
distribution or copying by anyone other than the intended recipient<br>
of this email is strictly prohibited. If this email has been<br>
received in error, then please notify Ruyton Girls' School<br>
immediately and destroy the original message. <br><br>
Views, opinions, etc. expressed reflect those of the author and not<br>
Ruyton Girls' School <br>
-----------------------------------------------------------<br><br>
Jim Maunder<br>
Laptop and PC Support Technician<br>
Ruyton Girls School<br>
Melbourne, Australia<br>
ph 03 9290 9374<br><br>
</body>
</html>