| Thread | Last Post | Replies |
|
| Mapping arbitrary number of attributes to DB | 27 Oct 2006 14:32 GMT | 41 |
A little background: I've done a fair bit of database application programming over the years, starting with MS Access 2 and 97 <shudder> and have read a lot about database theory, starting with this book: http://www.amazon ...
|
| Logical Data Model | 27 Oct 2006 04:28 GMT | 2 |
I found this that explains why I was using "Logical Data Model" the way I did in my previous question. I gather from the responses that many, but not all, disagree with this use of the term. So, it can be a starting point -- let me know what should be corrected for a more
|
| Hann's Law | 24 Oct 2006 13:00 GMT | 1 |
I've been misspelling your name. I've been writing it as "Roy Hamm". Just a simple error, no hidden message. The reason I want to get your name right is that I want to attribute to you one of the great sayings of all time in information science. The phrase is
|
| A very nice free browser to try... | 21 Oct 2006 02:35 GMT | 1 |
There's a very nice browser that is called Smart Bro. I think this browser is the best browser in the market. It has: 1. Very nice and clean interface. 2. Tabbed browsing.
|
| Order details table reference live data | 19 Oct 2006 22:26 GMT | 14 |
This is a real pickle. My company's web application offers a lot of ways to order products, so there are quite a few Order/OrderDetail tables in the db (one for every type of order). The problem is that the Order Detail tables aren't denormalized,
|
| approaches for embedding a data language in a general purpose language | 19 Oct 2006 07:51 GMT | 18 |
There are various different approaches one can take for embedding a domain specific lanuage into a general purpose programming language. Common examples are regular expression libraries inside languages that don't directly support regular expressions, and, directly to our
|
| inventory management problem | 17 Oct 2006 16:05 GMT | 14 |
I have two tables: purchase (ItemId, PurchQuantity, PurchaseDate); sales (ItemId, SalesQuantity, SalesDate); With these two table could I able to find:
|
| Relationship Question | 15 Oct 2006 00:08 GMT | 1 |
Is the following a true and accurate statement within the context of a physical schema? "a foreign key constraint defines a relationship to another table" Thanks,
|
| Efficient way of global concurrency control/serializability in federated databases?? | 14 Oct 2006 13:43 GMT | 8 |
I am preparing an analysis report and need some help. Currently, what is the most efficient / most used way of ensuring global concurrency control / serializability in federated databases/multidatabases ??
|
| Multi Core hardware and the RDBMS | 13 Oct 2006 13:41 GMT | 3 |
Haven't seen the topic, so here goes. What adverse impact can be seen to the future of the Relational/SQL database from the implications of multi-core chips and the resulting parallelism?
|
| Question on 5NF | 13 Oct 2006 09:37 GMT | 3 |
Hi to all I've a question about 5NF. For the sake of brevity, let's take the explanation and the example present on Wikipedia: http://en.wikipedia.org/wiki/5NF
|
| Finding rows in table A which do not have a match in table B | 12 Oct 2006 21:18 GMT | 5 |
Given two tables A and B, both containing a column X with identical data, I'm trying to formulate a query which will return all rows from table A where there are no rows in table B with a matching value in column X.
|
| Nested Loops Join | 10 Oct 2006 01:02 GMT | 2 |
This question is a easy one. Given:
|R| = pages in R, pR = tuples/page
|
| B+ Tree and its concept | 09 Oct 2006 18:46 GMT | 3 |
Here is a question that I came up while reading up on b+ trees. For some reason I am having a problem understanding some of the terms and the mechanical part of the tree. So from what I understand, b+ tree is a representation of the index
|
| Why do we need a DBMS for data streams ? | 07 Oct 2006 14:55 GMT | 1 |
I am a newcomer in the field (must be obvious from the question), and have one basic doubt. Since data streams are continuous and one time, and DBMS is for storing , managing and retrieving persistent and discrete data, why do we need
|