473,395 Members | 1,613 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Searching for the right word to encompass 'Supplier' and 'Consumer'

Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....
Nov 12 '05 #1
9 1126
PeteCresswell previously wrote:
Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....

Bugbears?

It's the politest one I could think of.

Peter Russell
Nov 12 '05 #2
Go**********@FatBelly.com (PeteCresswell) wrote in message news:<74**************************@posting.google. com>...
Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....


How about tblVendorBuyer? Or maybe tblSupplyLink?
Nov 12 '05 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

How 'bout SalesEntities, or just Entities?

SalesEntities means you can sell TO them and also be SOLD TO by them.
Kind of a stretch....

MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBP+JruoechKqOuFEgEQKDLwCg6d9ojDyVTjT+I50EeoomcT B6/Q8An063
XQOGSpNMkuiCtcLYZ2wGUg8p
=hqYk
-----END PGP SIGNATURE-----

PeteCresswell wrote:
Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....


Nov 12 '05 #4
I use tblBusiness, with a tblBusinessType, tblContact, tblStatus

Go**********@FatBelly.com (PeteCresswell) wrote in message news:<74**************************@posting.google. com>...
Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....

Nov 12 '05 #5
On 18 Dec 2003 09:36:49 -0800, Go**********@FatBelly.com
(PeteCresswell) wrote:
Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?


"Parties"? Because suppliers and consumers can participate in many
other types of relationships, too.

--
Mike Sherrill
Information Management Systems
Nov 12 '05 #6
On 19 Dec 2003 04:43:34 -0800, le*********@natpro.com (Roger) wrote:
I use tblBusiness, with a tblBusinessType, tblContact, tblStatus


In the general case, not all consumers are businesses.

--
Mike Sherrill
Information Management Systems
Nov 12 '05 #7
RE/
I use tblBusiness, with a tblBusinessType, tblContact, tblStatus


In the general case, not all consumers are businesses.


I'm going with tblOrganization or tblOrg...
--
PeteCresswell
Nov 12 '05 #8
On Fri, 19 Dec 2003 20:52:24 GMT, "(Pete Cresswell)" <x@y.z> wrote:
In the general case, not all consumers are businesses.


I'm going with tblOrganization or tblOrg...


That might work in your specific case. The point I was making--and
not very well, I'm afraid--is that in general, some consumers of
products and services are individuals, not organizations or
businesses.

--
Mike Sherrill
Information Management Systems
Nov 12 '05 #9

tblConSup
Go**********@FatBelly.com (PeteCresswell) wrote:
Viz:

Suppliers ===>DataHub===>Consumers

Seems pretty obvious that Suppliers and Consumers need to live in the
same table - especially since the same entity can occupy both roles.

But what to call the table?

tblConsumersSuppliers doesn't do much for me and Roget's didn't help.

Can anybody think of a concise term that encapsulates both concepts?

Shorter is better.
Fewer syllables is better.
Widely-used/understood is the brass ring....


Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: jblazi | last post by:
I should like to search certain characters in a string and when they are found, I want to replace other characters in other strings that are at the same position (for a very simply mastermind game)...
7
by: Anand Pillai | last post by:
The standard Python Queue module, allows to generate queues that have no size limit, by passing the size argument as <= 0. q = Queue(0) In a multithreaded application, these queues could be...
5
by: jester.dev | last post by:
Hello, I'm learning Python from Python Bible, and having some problems with this code below. When I run it, I get nothing. It should open the file poem.txt (which exists in the current...
0
by: Ralph Freshour | last post by:
I'm developing a database for a research firm which has data they want to search for specific criteria against varying base line data - some of the questions that have been asked to get the raw...
4
by: Michi | last post by:
I was wondering what the best solution is for making large numbers of TEXT (or BLOB?) fields searchable. For example, if I have a forum, what is the best way to be able to search for specific...
3
by: Leon | last post by:
Is it possible? Say We have a list of suppliers link like A supplier B supplier when right click on a supplier, a context menu(that has "details","view products", etc) appears and click...
14
by: Misael | last post by:
Hi Everyone! First post. I'm from Argentina, but actually living in Germany for in a practica. I'm looking for a code to convert Word to HTML. Thanks!!
7
by: pbd22 | last post by:
Hi. I am somewhat new to this and would like some advice. I want to search my xml file using "keyword" search and return results based on "proximity matching" - in other words, since the search...
0
by: micahel | last post by:
Please chat with me by cnbbiz2008@hotmail.com to get the price and more photos, we take supplier paypal as payment. please see the photo album below for our product list. trainers supplier...
0
by: micahel | last post by:
Please chat with me by cnbbiz2008@hotmail.com to get the price and more photos, we take supplier paypal as payment. please see the photo album below for our product list. trainers supplier...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.