| Thread | Last Post | Replies |
|
| Databasescheme with UML | 29 May 2007 13:25 GMT | 7 |
How do I create a databasescheme with UML? In comparison to ER-diagrams I would say, that entities are classes and relationships are associations now. I think that should be right. But how you have to model a relationship with attributes with UML?
|
| Little design mistakes that can be easily avoided (3): Qualifying as relation *any* predicate | 29 May 2007 09:51 GMT | 2 |
I may have named this new theme: *On the impossibility of defining intuitively relations without a refining process meeting all requirement of 2VL*(but the title would have been quite hard to digest). It seems to me as one of the recurring design errors
|
| Guidelines to a decent support of surrogate key implementation | 26 May 2007 20:22 GMT | 14 |
Lately, I have brought emphasis on the subject of concatenated keys vs addition of column. I have noticed then that the thread quickly turned to a debate about the failure of current dbms's to bring a decent support of surrogate key implementation. From what I observe 3
|
| Question about "linking tables" | 25 May 2007 15:35 GMT | 5 |
Folks, I have a theory question regarding relational databases and linking tables: I saw an example where there were three tables, Books, Authors, and Categories, each with a sequential ID for a primary key.
|
| two db: is possible to limit the access of the users? | 22 May 2007 21:03 GMT | 6 |
if I have two databases, is possible to limit the access of one user only at the own db and to avoid, for example, if it use a sql injection can in some way from its db to modify the other? so at max it can only damage its database.
|
| GROUP BY | 21 May 2007 08:17 GMT | 31 |
GROUP BY works on a single relation. The input relation's attributes are partitioned into one of three categories: 1) those we ignore 2) those we group by
|
| JOB POSTING: Looking for a senior database manager /department head/ architecture | 21 May 2007 03:37 GMT | 1 |
Please have a look: http://www.occ.treas.gov/jobs/DEU-HQ-07-073.htm
|
| Isolation levels | 19 May 2007 18:13 GMT | 5 |
Please read the following posts by Craig Freedman, member of the SQL Server query execution team: http://blogs.msdn.com/craigfr/archive/2007/04/25/read-committed-isolation-level.aspx http://blogs.msdn.com/craigfr/archive/2007/05/02/query-plans-and-read-committed- isolation-level.aspx
|
| naive questions about nested intervals with Farey fractions | 18 May 2007 17:10 GMT | 1 |
I have been studying Tropashko's technique for encoding tree structures via nested intervals generated with Farey fractions. Although I am strictly an amateur in the field of databases and SQL, I am interested in finding efficient means for representing hierarchies
|
| Self Joins and optimization | 17 May 2007 23:23 GMT | 30 |
In the "interpolation" thread, Brian has been expounding on the idea that he can discover algorithms that he knows to be correct, and that outperform anything an optimizer can generate. He's mentioned "self joins" and the idea that he can get a job doen with only one read, where ...
|
| Newsgroup Signal to Noise Ratio | 17 May 2007 22:44 GMT | 8 |
Bob mentioned that the signal to noise ratio in this newsgroup is improving. I share that perception. And, unlike Bob, I don't have a killfile. One of my habits that I've changed somewhat is how I respond to neophyte database designers. If I respond at all, I send them to the U ...
|
| bags vs. sets | 16 May 2007 12:05 GMT | 9 |
We regularly deride SQL for using bags rather than sets. Now, I get many of the reasons we point and laugh at SQL, but I'm not so clear on this one. We could have a language that covered sets, bags, and lists.
|
| Comparing two Oracle Databases | 16 May 2007 08:06 GMT | 1 |
Is there any tool for finding the difference between two oracle databases. The main criteria is that the tool should run on UNIX operating System.
|
| set builder notation for relational division | 14 May 2007 18:39 GMT | 2 |
I was trying to come up with a set builder notation description of relational division. I didn't like what I had, so I went a- googling. I found this:
|
| more closed-world chatter | 12 May 2007 17:43 GMT | 81 |
If I have a domain of items consisting of the values "a" and "b" and a domain of item prices consisting of the values "1" and "2" and an empty relation {ItemID, Price} known by the relvar name "Items", I take it that the logical complement of "Items" has four tuples - loosely,
|