173d5 To use relational or not to use relational?
Sign Up |  Live StatsLive Stats    Articles 37,464| Comments 178,573| Members 19,492, Newest sikh15| Online 514
Home Contact
 (Forgotten?): 
    10 years of Excellence
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags
Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » To use relational or not to use relational?

To use relational or not to use relational?

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 0 USD (0%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Difference between Designing Relational & Non-Relational Database Cicada Information Technology 12 28-Jul-2006 08:35 AM
can a new record be added to two 1-1 relational tables at once Jennifer Information Technology 2 28-Jul-2006 08:07 AM
Why are some relational databases hard to maintain? Eric Information Technology 3 28-Oct-2005 18:00 PM


Tags
relational
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:39 AM
Rick B's Avatar Rick B
Guest
 
Posts: n/a
   
   
To use relational or not to use relational?

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I have already received some excellent advice from this group regarding my
attempts to understand relational database design so I hope you don't mind
if I seek your help once more.

Briefly, I am trying to build a database in MS Access to track my online
auction activities. Data entry for each item sold takes place over a period
of time: a) the initial placement, b) details of the winning bid, c)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13766-to-use-relational-not-use-relational.html
despatch data, and so on. Therefore, I need to create forms to handle each
of these procedures with, of course, everything tied into an auction number
and an item name.

I have tried creating several tables with fields pertaining to each section
and using related links back to the auction number/item fields in the first
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
table - but with little success.

It came to me, however, that I am doing too much work. Surely creating one
table with all the fields required for all sections and then creating forms
from that would work. Do I really need to bother with related fields and
multiple tables? Surely having one table will enable me to pull the auction
number/iten name fields into each form I create without the hassle of using
related links.

My question - finally - is does this sound reasonable or am I missing
something blindingly obvious?

I can see the use of relational databases when dealing with otherwise
'standalone' items like stock lists, customer contacts, etc., but where
tracking something as integral as an auction item is concerened do I need a
relational database?

You advice, as always, would be very welcome.






Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:39 AM
Sylvain Lafontaine's Avatar Sylvain Lafontaine
Guest
 
Posts: n/a
   
   
Re: To use relational or not to use relational?

What you are describing is called a 1-1 relation: one record on one table
correspond to exactly one record in the other table(s). (1 or zero to be
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
more precise but that's not important here). Excerpt for some exceptions,
like a great number of columns or a security problem, 1-1 relations are not
very useful; hence your question.

You will see the real advantage of relations when you will begin to use 1-N
and N-N relations. For example if you when to store *all* the bids for an
item.

--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF


"Rick B" wrote in message
news:wdydnfVxIfUdf1_ZRVnyqQ@bt.com...
>I have already received some excellent advice from this group regarding my
>attempts to understand relational database design so I hope you don't mind
>if I seek your help once more.
>
> Briefly, I am trying to build a database in MS Access to track my online
> auction activities. Data entry for each item sold takes place over a
> period of time: a) the initial placement, b) details of the winning bid,
> c) despatch data, and so on. Therefore, I need to create forms to handle
> each of these procedures with, of course, everything tied into an auction
> number and an item name.
>
> I have tried creating several tables with fields pertaining to each
> section and using related links back to the auction number/item fields in
> the first table - but with little success.
>
> It came to me, however, that I am doing too much work. Surely creating one
> table with all the fields required for all sections and then creating
> forms from that would work. Do I really need to bother with related fields
> and multiple tables? Surely having one table will enable me to pull the
> auction number/iten name fields into each form I create without the hassle
> of using related links.
>
> My question - finally - is does this sound reasonable or am I missing
> something blindingly obvious?
>
> I can see the use of relational databases when dealing with otherwise
> 'standalone' items like stock lists, customer contacts, etc., but where
> tracking something as integral as an auction item is concerened do I need
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
> a relational database?
>
> You advice, as always, would be very welcome.
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:40 AM
Peter the grate's Avatar Peter the grate
Guest
 
Posts: n/a
   
   
RE: To use relational or not to use relational?

Relational databases are particularly useful when you create a one to many
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
connection. ie similar to - user has a car model 'A' and year 'B' and you
have a second table with lots of information already populated about all the
different types of car that exist. hence ist is easy to dertermine (say) the
horespower of the car and whether it is a station wagon or RV.

If all of your related records in one table are related to only one record
(each) in the secoind table. you simply dont need two tables.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766

"Rick B" wrote:

> I have already received some excellent advice from this group regarding my
> attempts to understand relational database design so I hope you don't mind
> if I seek your help once more.
>
> Briefly, I am trying to build a database in MS Access to track my online
> auction activities. Data entry for each item sold takes place over a period
> of time: a) the initial placement, b) details of the winning bid, c)
> despatch data, and so on. Therefore, I need to create forms to handle each
> of these procedures with, of course, everything tied into an auction number
> and an item name.
>
> I have tried creating several tables with fields pertaining to each section
> and using related links back to the auction number/item fields in the first
> table - but with little success.
>
> It came to me, however, that I am doing too much work. Surely creating one
> table with all the fields required for all sections and then creating forms
> from that would work. Do I really need to bother with related fields and
> multiple tables? Surely having one table will enable me to pull the auction
> number/iten name fields into each form I create without the hassle of using
> related links.
>
> My question - finally - is does this sound reasonable or am I missing
> something blindingly obvious?
>
> I can see the use of relational databases when dealing with otherwise
> 'standalone' items like stock lists, customer contacts, etc., but where
> tracking something as integral as an auction item is concerened do I need a
> relational database?
>
> You advice, as always, would be very welcome.
>
>
>

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:40 AM
Arvin Meyer [MVP]'s Avatar Arvin Meyer [MVP]
Guest
 
Posts: n/a
   
   
Re: To use relational or not to use relational?

Consider this:

You have a bid list of names, addresses, etc. Do you really want to re-enter
all of that information every time John Smith bids? OK, now the items you
are auctioning, are they unique? Do you ever sell the same thing a second
time, or have multiples to sell? How about places you auction? Do you sell
at the same place every time? Do you want to re-enter that information every
time?

Can you see the reason for relational tables now?
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

"Rick B" wrote in message
news:wdydnfVxIfUdf1_ZRVnyqQ@bt.com...
>I have already received some excellent advice from this group regarding my
>attempts to understand relational database design so I hope you don't mind
>if I seek your help once more.
>
> Briefly, I am trying to build a database in MS Access to track my online
> auction activities. Data entry for each item sold takes place over a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
> period of time: a) the initial placement, b) details of the winning bid,
> c) despatch data, and so on. Therefore, I need to create forms to handle
> each of these procedures with, of course, everything tied into an auction
> number and an item name.
>
> I have tried creating several tables with fields pertaining to each
> section and using related links back to the auction number/item fields in
> the first table - but with little success.
>
> It came to me, however, that I am doing too much work. Surely creating one
> table with all the fields required for all sections and then creating
> forms from that would work. Do I really need to bother with related fields
> and multiple tables? Surely having one table will enable me to pull the
> auction number/iten name fields into each form I create without the hassle
> of using related links.
>
> My question - finally - is does this sound reasonable or am I missing
> something blindingly obvious?
>
> I can see the use of relational databases when dealing with otherwise
> 'standalone' items like stock lists, customer contacts, etc., but where
> tracking something as integral as an auction item is concerened do I need
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766
> a relational database?
>
> You advice, as always, would be very welcome.
>



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:40 AM
Rick B's Avatar Rick B
Guest
 
Posts: n/a
   
   
Re: To use relational or not to use relational?

  Donate Today!  
Once again, thank you for your prompt and helpful advice. I am beginning to
understand things a little better now.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13766

Rick


Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
English Sri Guru Granth Sahib Ji and SRM
Today 12:27 PM
2 Replies, 17 Views
Edward Snowden: the...
Today 11:30 AM
2 Replies, 59 Views
What Is Difference...
Today 09:18 AM
6 Replies, 150 Views
First There is Water by...
By Ishna
Today 05:03 AM
3 Replies, 182 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:11 AM
403 Replies, 9,340 Views
Difference in Bowing...
Today 02:18 AM
8 Replies, 164 Views
Cooking Without Alcohol
Today 02:12 AM
12 Replies, 165 Views
Learning from Baba...
Today 01:38 AM
0 Replies, 302 Views
Eckhart Tolle
Yesterday 18:08 PM
2 Replies, 110 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Yesterday 17:21 PM
252 Replies, 5,966 Views
Thought of the Moment!
Yesterday 16:35 PM
115 Replies, 6,050 Views
New Quantum Dot...
Yesterday 09:38 AM
0 Replies, 56 Views
Girl, 5, Collects...
Yesterday 06:48 AM
0 Replies, 82 Views
No Secrets! Metadata...
Yesterday 06:01 AM
2 Replies, 71 Views
My Dad's a Dude! ......
By Aisha
16-Jun-2013 22:08 PM
4 Replies, 280 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 13:10 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.67706 seconds with 32 queries
0