Viewing 15 posts - 121 through 135 (of 432 total)
Deeps-965988 (4/24/2011)
I am familiar with SSRS, worked on it for a...
April 26, 2011 at 10:17 am
Welsh Corgi (4/23/2011)
The definition of the following terms are as follows:
Data Warehouse: They use a Dimensial Data Model as opposed...
April 26, 2011 at 8:51 am
GSquared (4/26/2011)
According to Date's definition of 1NF, a table is in 1NF if and only if it is "isomorphic to some relation", which means, specifically, that...
April 26, 2011 at 7:48 am
tabraham 36699 (4/26/2011)
April 26, 2011 at 6:24 am
GSquared (4/25/2011)
April 26, 2011 at 2:58 am
keshabheda (4/21/2011)
I ran across the issue which is stated in this topic. Two tables having primary key as foreign key to each other.
My problem is I want to insert...
April 21, 2011 at 6:47 am
Bear in mind that ERDs may be created for different purposes. Sometimes the purpose of an ERD is A: to model the Universe of Discourse. Sometimes the purpose is B:...
April 20, 2011 at 9:30 am
Tom.Thomson (4/11/2011)
April 11, 2011 at 10:04 am
martin catherall (4/11/2011)
sorry, it's not my intention to be picky, but NULL means unknown and there are a lot of things that are unknown.
Null does not mean unknown according to...
April 11, 2011 at 4:23 am
martin catherall (4/11/2011)
April 11, 2011 at 3:43 am
Tom.Thomson (4/7/2011)
April 11, 2011 at 3:34 am
Tom.Thomson (4/7/2011)
April 11, 2011 at 2:49 am
StudentID is nullable and so the Students table does not have a key at all (candidate keys do not permit nulls). Therefore the StudentID column in ClassList is actually not...
April 6, 2011 at 9:34 am
Revenant (3/21/2011)
Bill of material needs at least four tables.
In a SQL database maybe, not in a relational one with decent constraint support. You don't need extra tables to restrict data...
March 21, 2011 at 3:30 pm
Steve Jones - SSC Editor (3/21/2011)
Also, we refer to SQL Server as being a relational database. Correct or not, you won't get anywhere by trying to change that.
If you call...
March 21, 2011 at 2:20 pm
Viewing 15 posts - 121 through 135 (of 432 total)