Tagged Questions

5
votes
4answers
75 views

De-normalization for the sake of reports - Good or Bad?

What are the pros/cons of de-normalizing an enterprise application database because it will make writing reports easier? Pro - designing reports in SSRS will probably be "easier" …
1
vote
2answers
21 views

How to store word compositions in a relational database in a normalized way?

I'm trying to find a nice way to store word compositions of the following form: exhaustcleaningsystem exhaust cleaning system exhaustcleaning system exhaust cleaningsystem The …
2
votes
2answers
31 views

Non-Null Foreign Keys as Database Standard

Background: today, an issue arose while using SQL Server Reporting Services. It seems that SSRS drop-down parameters in the report viewer don't allow you to indicate a (null) optio …
3
votes
9answers
153 views

Relational Databases and Mathematics?

Can anyone suggest resources that take a mathematical approach to relational databases? Essentially relational algebra I'd guess. I have a mathematics background and now work a gr …
1
vote
2answers
28 views

Versioned and indexed data store

I have a requirement to store all versions of an entity in a easily indexed way and was wondering if anyone has input on what system to use. Without versioning the system is simp …
0
votes
1answer
38 views

Empty set while selecting data in MySQL relational database

Hi! I have some relational MySQL database with dozens of tables... My query is 1000 ft long and selects data from almost all the tables... I also have my 'main' table, and all othe …
0
votes
4answers
77 views

Converting xml schema to relational model

Do you guys know, how we can convert XML Schema to relational model? What are the steps involved? More precisely, How can we figure out what the table names, columns names and the …
1
vote
5answers
100 views

What does ‘relational’ in ‘relational database’ mean for us?

I know, relational database is a database where fields in one table are linking to rows in the others, something like this. But I can't understand what does it mean for me as a we …
49
votes
7answers
3k views

When and why are database joins expensive?

I'm doing some research into databases and I'm looking at some limitations of relational DBs. I'm getting that joins of large tables is very expensive, but I'm not completely sur …
-1
votes
1answer
64 views

Figuring out a scheduler relational model

Hi People. I'm trying to solve the relational model in order to make a Django app. I't will be something like a McDonald's crew scheduler. I mean the grid with colored pins marki …
1
vote
5answers
182 views

List<T> item remove problem.

Don't be scared of the extensive code. The problem is general. I just provided the code to understand the problem better. I am trying to find out a standard approach of manipulati …
0
votes
0answers
41 views

Handling special cases in database relational design

We create a output document (based on a template) to send to a customer for each product they buy. Templates differ per product (many products to one template), but currently all c …
0
votes
3answers
110 views

Can I get relational data into an Excel Pivot Table

I have a sheet (let's go with wines as an example) that lists every bottle of wine in my cellar, when I bought it, how much I paid etc. There's a column that describes the wine in …
4
votes
3answers
123 views

When to use a key-value data store vs. a more traditional relational DB?

When would one choose a key-value data store over a relational DB? What considerations go into deciding one or the other? When is mix of both the best route? Please provide example …
1
vote
5answers
145 views

Who are the relational database gurus ?

In general software development we have Martin Fowler and Steve McConnell. In relational database who are the gurus ? Precision because someone has told it's not programming relat …

1 2 next
15 30 50 per page