If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > suggestion needed in designing of table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-03, 13:28
waqas waqas is offline
Registered User
 
Join Date: Jan 2003
Posts: 52
suggestion needed in designing of table

working on online auction, i have developed a table named aution in which i have added all the fields related to item for auction and auction info like its start date end date etc, do i seperate the solely item info from auction info or is it ok to keep dem together heres the table

auctionID
itemName
category
description
imageURL
quantity
condition
startPrice
ReservedPrice
IncrementPrice
paymentMode
startDate
endDate
auctionState
userId
Reply With Quote
  #2 (permalink)  
Old 11-07-03, 16:53
mkkmg mkkmg is offline
Registered User
 
Join Date: Oct 2003
Location: Dallas
Posts: 76
....

just keep them together, its already small.
Reply With Quote
  #3 (permalink)  
Old 11-21-03, 03:47
satish_ct satish_ct is offline
Registered User
 
Join Date: Nov 2003
Location: Bangalore, INDIA
Posts: 333
Thumbs up

Hi,

Its always better to have Normalised tables. So divide them into 2 tables, Item_info & Auction_info. You would avoid Data redudancy by doing this.
__________________
SATHISH .
Reply With Quote
  #4 (permalink)  
Old 11-21-03, 07:49
waqas waqas is offline
Registered User
 
Join Date: Jan 2003
Posts: 52
Quote:
Originally posted by satish_ct
Hi,

Its always better to have Normalised tables. So divide them into 2 tables, Item_info & Auction_info. You would avoid Data redudancy by doing this.
there is as such no redundancy, as u can see above, everything will be sort of unique ans related to that particular row
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On