Viewing 5 posts - 1 through 5 (of 5 total)
Yes, it would be nice if the explanation explained what the bitwise compound assignment operators were especially since those were the real challenge of the question. Even the link...
June 21, 2010 at 1:36 pm
Only if you first set IDENTITY_INSERT to ON; the default setting for IDENTITY_INSERT is OFF. . .
April 20, 2010 at 2:38 pm
Good question, Hugo!
I would change "Because of the IDENTITY attribute, no duplicate values for PersonID will occur" to "Because of the IDENTITY attribute, no duplicate values for PersonID can[/i] occur."
The...
April 20, 2010 at 11:26 am
I'm not sure what is going on but when I went to http://www.sqlservercentral.com/questions/T-SQL/68500/
and answered predicate (to the revised question), the site said:
Sorry - you were wrong
Correct answer: Operator
Explanation:...
January 7, 2010 at 1:21 pm
Viewing 5 posts - 1 through 5 (of 5 total)