| Thread | Last Post | Replies |
|
| Q about materialized paths | 01 Oct 2004 00:54 GMT | 4 |
Is it known who "invented" materialized path approach in modeling hierarchical data with SQL?
|
| TierDeveloper 4.0 Released with increased database support | 01 Oct 2004 00:44 GMT | 3 |
Version 4.0 adds database support for MySQL, optimizes support for Oracle San Ramon, California - August 3, 2004 - AlachiSoft is pleased to announce the immediate availability of the TierDeveloperTM 4.0.
|
| about"Peter Chen" | 29 Sep 2004 12:55 GMT | 10 |
Can anyone tell me who is "Peter Chen"and all his writings. Thanks
|
| Question on functional dependency | 25 Sep 2004 03:07 GMT | 4 |
I am reading the following: In a functional dependency X --> Y the value of Y is *determined* by the X component. and the value of X uniquely determines the value of Y.
|
| Timeless Classics of Software Engineering | 24 Sep 2004 17:40 GMT | 104 |
I'd like to hear thoughts on what books, in your opinion, are true classics in the field of software engineering. I read a lot on the topic - at least a book a month for many years. There are many good authors, however, the only book on making software that is truly
|
| About Itzik's "Maintaining Hierarchies" | 23 Sep 2004 15:29 GMT | 7 |
Many of my customers indicates that they want to switch to MySQL etc. in a near future. And since MySQL (among others) doesn't support Triggers, the idea of having triggers to maintain hierarchical data becomes a problem. The article on "Maintaining Hierarchies" by Itzik
|
| multivalued dependency definition | 22 Sep 2004 23:45 GMT | 1 |
Or should I title it "question to Jan?" Could standard definition FORANY t1,t2 t1.x=t2.x --> EXISTS t3,t4 t3.x=t4.x=t2.x & t3.y=t1.y & t3.z=t2.z & t4.y = t2.y &
|
| Data Management and Database Management | 20 Sep 2004 15:05 GMT | 9 |
What's the difference, if any, between managing a database and managing the data contained in a database. In terms of people's roles and responsibilities, what are the advantages of having the same person responsible for managing the database and the data in
|
| What is general term for this problem? | 19 Sep 2004 14:27 GMT | 7 |
I wonder if anyone can tell me the name of the general case of a particular operation. I have not seen it discussed here in my lurking. I first saw the operation in the Allocation process of an ERP package, but the problem is easy enough to generalize. The particular thing about ...
|
| Relational Completeness | 18 Sep 2004 11:10 GMT | 4 |
I'm confused by the term "relational completeness." As near as I can tell, someone (Codd?) came up with a set of operations on relations, and said they were complete, because they were just as expressive as the relational calculus,
|
| Nullable Foreign Keys? | 13 Sep 2004 15:22 GMT | 2 |
I have 3 tables: TUsers, TUserGroups, TUserGroupMembers. Now I want to create a new table TPermissions which needs to contain information about what a user or a usergroup has permissions for in my application. To that end I'm thinking something like:
|
| The IDS, the EDS and the DBMS | 12 Sep 2004 16:22 GMT | 71 |
In this discussion, I'm trying to compare two very different reasons for using a DBMS. I'm calling them the "integrated data store" (IDS) and the "encapsulated data store" (EDS). What I think I've seen is that people who build an IDS and people who build an EDS use the same tools ...
|
| How to ensure data consistency? | 10 Sep 2004 19:26 GMT | 40 |
A table T contains list of items and their common properties. Some of those items in the list also have additional properties. Let's say that there are 3 groups of items - group 'a' doesn't have any additional properties, group
|
| Building the virtual OTLT | 10 Sep 2004 17:48 GMT | 5 |
A few years ago, I was at a client site, dealing with the BANNER application. BANNER manages a wide variety of administrative data for a university. BANNER has a huge number of little tiny reference tables one for each different code type. I don't remember the exact number, but ...
|
| Data structure for indexing on multiple keys. | 10 Sep 2004 16:57 GMT | 10 |
I have fair knowledge of B-tree and hash indexing mechanisms. What data structure/algorithms should I read upon if I want to create indexes on multiple keys of a same relation? For e.g if a Employee relation has EmpNo, EmpName, EmpSalary, EmpDepth attributes & users can query ...
|