Search Results

0
votes
3answers
199 views

Correctly Modeling Sports Statistics in a Relational Database

I'm trying to model football statistics in PostGreSQL and I have something that works but it doesn't quite feel right. Here's the problem: I have teams, games and stats. For every game th …
2
votes
1answer
81 views

Replace Default Null Values Returned From Left Outer Join

I have a Microsoft SQL Server 2008 query that returns data from three tables using a left outer join. Many times, there is no data in the second and third tables and so I get a null which I think …