| Deutsch English Français Italiano |
|
<vmegtf$7k70$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Don Y <blockedofcourse@foo.invalid> Newsgroups: sci.electronics.design Subject: Re: Serial, concurrent, parallel Date: Fri, 17 Jan 2025 14:08:53 -0700 Organization: A noiseless patient Spider Lines: 28 Message-ID: <vmegtf$7k70$1@dont-email.me> References: <vm69a2$2h52d$1@dont-email.me> <vmam6l$3et7s$1@dont-email.me> <vmar9r$3g1ud$2@dont-email.me> <1r695ej.t31qiz7lhsjkN%liz@poppyrecords.invalid.invalid> <vmb2ko$3hal6$1@dont-email.me> <1r69dpn.1bbzdc81ozzc9wN%liz@poppyrecords.invalid.invalid> <vmbagr$3idpo$1@dont-email.me> <1r6asl6.1j59su61nmck1sN%liz@poppyrecords.invalid.invalid> <vmefrf$7eam$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 17 Jan 2025 22:09:05 +0100 (CET) Injection-Info: dont-email.me; posting-host="68adfa8e3e76f0eebe2e8c9bdf898e65"; logging-data="250080"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nKDCgxmcBZyn0QS2CGrFS" User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Cancel-Lock: sha1:TjI9Mbj9kNjJTSgtpr68ycYPZtg= In-Reply-To: <vmefrf$7eam$1@dont-email.me> Content-Language: en-US Bytes: 2706 On 1/17/2025 1:50 PM, Don Y wrote: > E.g., my Cities table lists all of the names of the cities > found in any state/territory in the US. The States table > just lists the names of states/territories. Entirely different > lengths and meanings to the data. The Localities table > contains pairs of (city, state) identifiers (the identifiers > defined and mapped to specific cities/states by those > respective tables). > > You can TRY to build a spreadsheet that LOOKS like this. > But, it won't GUARANTEE that the identifiers for the city > (and state) defined for "locality 1" are valid city (and > state) identifiers. This doesn't just apply to entering > the data but, also, modifying it and deleting it! > > E.g., if you try to *delete* the city "Chicago" from the > city table, the database won't let you -- because there > is a locality that references it: (ChicagoID, IllinoisID) The DBMS will *guarantee* (if the scheme so declares) that no two cities (or states) have the same NAME *or* identifier. It will also insist that every name *has* an identifier. So, you can't have two Alaskas defined -- with different identifiers. Or, two Chicagos. How are you going to do that in a spreadsheet?