| Thread | Last Post | Replies |
|
| Not Even Wrong | 31 Jan 2007 13:42 GMT | 1 |
There's another thread going on where the meaning of "theory" is being discussed. It put me in mind of an old phrase they used to use among scientists, namely, "not even wrong".
|
| Jim Gray missing at sea | 30 Jan 2007 19:57 GMT | 1 |
Jim Gray missing at sea after a Sunday sail to the Farallon Islands. http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2007/01/30/ BAGGTNR93G1.DTL Marshall
|
| Is Abū ʿAbd Allāh Muḥammad ibn Mūsā al-Khwārizmī Dead? | 30 Jan 2007 02:06 GMT | 7 |
Abū ʿAbd Allāh Muḥammad ibn Mūsā al-Khwārizmī died in 850 AD, leaving a significant contribution. He is often called the Father of Algebra. His publication in 825 of "On the Calculation with Hindu Numerals" was a significant industry milestone. Its translation into
|
| Nulls, integrity, the closed world assumption and events | 29 Jan 2007 03:18 GMT | 127 |
Consider the following relation person(P,M,F) :- person P has mother M, father F. Suppose M,F are non-nullable foreign keys with enforced referential integrity back into the person relation. By induction a non-empty
|
| Universal Quantifier | 28 Jan 2007 13:27 GMT | 14 |
Does someone know where I can learn more about Universal Quantifier (Predicate logica) in relation with Database design. Any help is welcome. Paul from Holland.
|
| Understanding Logics with Aggregate Operators | 27 Jan 2007 04:33 GMT | 4 |
I agree with the saying "go to the source". So I did. I do database programming for a living. And I want to know what else is out there, that is based in formal methods. I just hear that there is all this great research already done and we are not using it.
|
| 1NF | 27 Jan 2007 03:01 GMT | 7 |
Scanning through the archives to see what people had said about continous time I found this from way back in July 2004: Marshall Spight wrote:
> Jan Hidders wrote: |
| The wonderful world of keys | 27 Jan 2007 02:21 GMT | 11 |
Just a quickie. Would one be correct in saying that "a key represents the set of antecedents of the material implication in a relation's predicate?". I have always considered keys in terms of functional
|
| Data modeling for a multi-company product | 26 Jan 2007 11:43 GMT | 17 |
One feature of some ERP and other software application systems is the ability for the customer site to indicate in the setup which attributes are required and which are not related to the various data entry "screens." So, customer A might consider birthdate to be a required
|
| Temporal database - no end date | 24 Jan 2007 21:30 GMT | 145 |
All, I have just discovered, thanks to this group, the book "Developing Time-Oriented Database Applications in SQL" by Richard T. Snodgrass which certainly seems to be an excellent reference on the subject of
|
| When to use integer keys? | 24 Jan 2007 21:17 GMT | 9 |
Hi. I'd like to know when it is appropriate to use an integer and when to just use the text. For example, I have a database here which represents input to an application. One table Input stores many records each of which corresponds to a "block" (doesn't matter what
|
| Verify Basic Algebra Properties | 22 Jan 2007 16:38 GMT | 2 |
Apparently the following four algebraic properties (or something similar) are considered important, possibly showing an approach is well-grounded in mathematics. Commutative: A and B = B and A
|
| Defining proper relationships between similar entities | 22 Jan 2007 16:23 GMT | 2 |
Consider a scenario in which various users must be stored in a relational database. Said users have different access levels. In addition, each type of user has different information associated with their account. Here's an example:
|
| Concurrency in an RDB | 21 Jan 2007 17:51 GMT | 164 |
I have some thoughts on how best to achieve concurrency in an RDB. You may want to keep in mind that I am a "systems programmer" with little experience in using an RDB. I'm posting to this newsgroup to see whether my ideas have a reasonable basis.
|
| RA with MV attributes | 21 Jan 2007 05:26 GMT | 62 |
Here is a partial formalization of a relational algebra based on MV attributes. The approach appears simple and intuitive. In particular the join of two relations is rather elegant. Definition: An attribute a consists of an attribute-name N(a) and a
|