| Thread | Last Post | Replies |
|
| data mining of subsets | 29 Jul 2007 10:44 GMT | 3 |
Have not found an active data mining forum yet so asking here. I'm new to data mining but since I have the most theoretical comp. sci. background at my work I've been given the task of setting up a data mining system. The problem is that our setup seems pretty non
|
| Object-oriented SQL statements | 27 Jul 2007 17:15 GMT | 18 |
Please comment on the approach illustrated in : http://www.zhmicro.com/Database.pdf On July 19 this was posted at comp.object. Regards,
|
| Fabian Pascal, completely different? | 27 Jul 2007 07:06 GMT | 28 |
I miss Fabian Pascal's criticism of the database industry, and contributions to clear thinking on the relational model, as dbdebunk.com has been silent for some time now. I noticed recently, however, that he is posting (though not writing) on his other passion
|
| I think my book may be wrong about cardinality, but I'm not sure | 27 Jul 2007 04:07 GMT | 33 |
1) The following quote ( well I shortened it a bit ) is from a chapter briefly describing MARTIN E-R notation "Say we have entities ORDER and PRODUCT. One ORDER must include at
|
| Help with Design and Obtaining of Data | 26 Jul 2007 10:58 GMT | 4 |
We are currently in the process of attempting to come up with a solution to redesign our database. I am not going to use real examples, but I will attempt to give enough information to enable somebody to help me.
|
| What is that "more" that makes E-R model truly independent ? | 25 Jul 2007 19:02 GMT | 12 |
1) Before I ask the question I must point out that I understand the difference between logical and conceptual level. Thus, conceptual model represents DB design independently of the underlying logical and
|
| Lots of Idiotic Silly Braces? | 24 Jul 2007 20:32 GMT | 26 |
No big reason for wondering about this, the uses may seem obscure but also seem interesting to me, David C and his notation thread has sent me off on what could be another wild goose chase. Gave this post a different subject so as not to usurp his.
|
| A simple notation, again | 24 Jul 2007 14:52 GMT | 36 |
Using the notation [A B C] for <NOT> (A <AND> B <AND> C), etc. The following [ A [B]] means "A implies B" for Boolean algebra. What is the corresponding thing for Relational Algebra? Also, I'm trying to come up with a bracket notation for a "literal
|
| At what ANSI/SPARC level are you, when creating new... totally lost | 22 Jul 2007 23:30 GMT | 10 |
I just started learning about databases and already I'm totally lost 1) When you use,for example, SQL statements to create tables and implement relationships with primary and foreign keys, do you operate at level three ( internal/logical model ) of ANSI/SPARC architecture,
|
| B+ tree: How to obtain key from value | 22 Jul 2007 22:18 GMT | 3 |
I am looking for solution (technique) that will allow me, while using traditional B+ tree, to obtain key from value without creating "reversed" table. Some overhead is acceptable but not "reversed" table. Looping is also not an option.
|
| OR operator in D&D algebra | 21 Jul 2007 03:18 GMT | 1 |
D&D algebra defines the OR operator as R(x,y) <OR> S(y,z) = {(x,y,z) | (x,y) in R & z in Z} union {(x,y,z) | (y,z) in S & x in X} since application of both AND and OR operators monothonically
|
| I still don't understand whether the term data model... | 20 Jul 2007 17:50 GMT | 2 |
1) I still don't understand whether term data model (or data model instance) refers to mechanism ( implemented as software ) that defines what kind of structures ( tables, relationships etc ) system
|
| Joins vs. Sub-Selects | 19 Jul 2007 17:47 GMT | 1 |
Which relational operation perform faster in general, JOINs or SELECT subqueries? Suppose we have these tables: create table departments (
|
| question using aggregate function | 19 Jul 2007 17:43 GMT | 16 |
I'm having trouble with a query concept. I know that: select max(order_date) from orders; will return the date of the newest order, and that:
|
| performance difference between UNION operator and OR in where clause Options | 11 Jul 2007 18:25 GMT | 7 |
tables: 1. publication(pubid, title) 2. book(pubid, date) 3. journal(pubid, date)
|