Viewing 10 posts - 1 through 10 (of 10 total)
There are 3 options(Yes, No, Yes by using triggers) and you can check only one of them.
So if it will be Yes by using triggers than also Answer Yes...
April 6, 2012 at 7:36 am
I thought that there are radiobuttons not checkboxes 🙂
So I checked only one solution and than I was surprised, that it is wrong 🙂
April 3, 2012 at 4:14 am
paul.knibbs (9/6/2011)
September 6, 2011 at 8:17 am
Damn it.
I answered correctly, but there was 2 same answers and I choose the wrong one
Or is there some difference between those 2 answers?
1. Vinay, Anup, Amit 2. Vinay, ,...
May 17, 2011 at 6:18 am
It is sad If you answer correctly, but it says "wrong answer" 🙁
Correct the question (or the answers)
April 8, 2011 at 6:20 am
Just Question.
If extra comma is allowed in create order
CREATE TABLE #TEST (ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED,Date datetime,Amount INT,)
Why it is not allowed in SELECT
SELECT ID, DATE, Amount, FROM #TEST
?
comma...
March 18, 2011 at 8:01 am
U can remove identity and unique keys from select by adding
and i.is_primary_key = 0 and i.is_unique = 0
to both where clauses
March 17, 2011 at 6:42 am
I still think, that it is possible. Or I just dont understand the Question.
February 11, 2011 at 6:43 am
Viewing 10 posts - 1 through 10 (of 10 total)