Viewing 15 posts - 256 through 270 (of 516 total)
Good Question!
Few years back I did the same mistake while writing a procedure. Seems my memory is in good condition as I am able to recall that 🙂
November 15, 2012 at 10:03 pm
Thanks for the question Ron.
After messing-up with LEAD part-1 the other day, this question was easy to solve 🙂
November 11, 2012 at 10:35 pm
Easy one for Friday 🙂
As COALESCE always picks up the first not null value from LOV, it was easy to guess the answer.
November 8, 2012 at 9:09 pm
Such good questions can only be anticipated from Ron. Thanks:-)
November 6, 2012 at 5:15 am
Thanks for the question. An easy one considering the available answer options 🙂
November 6, 2012 at 5:14 am
Unaware of "Halloween Protection", I thought this to be some kind of a funny question [cooked-up] initially 🙂
Got to learn something new, which I was unaware of!
October 30, 2012 at 10:14 pm
craig 81366 (10/30/2012)
Lokesh Vij (10/30/2012)
USERID USERNAME SALES
------------------------------
5 XRay...
October 30, 2012 at 11:44 am
vk-kirov (10/30/2012)
Lokesh Vij (10/29/2012)
October 30, 2012 at 12:31 am
Hi John,
Here is the output what I am getting:
USERID USERNAME SALES
------------------------------
5 ...
October 30, 2012 at 12:02 am
Hey Ron, There seems to be some confustion with answer choices here. When we have ORDER BY caluse on Sales, it will order the results in the following fashion:
UserId ...
October 29, 2012 at 10:18 pm
Nice question. Thanks for Posting.
October 28, 2012 at 10:47 pm
demonfox (10/25/2012)
I found the glitch ..nice question...
thanks
A trick to catch the glitch.
1) Use SSMS, go to "Query" and select "IntelliSense Enabled"
2) Copy paste the code
3) the syntax error in the...
October 25, 2012 at 11:46 pm
kapil_kk (10/25/2012)
select ID, name name from person
select ID ID, name name from person
Both these statements dont give any error message and run successfully...
wht is...
October 25, 2012 at 11:33 pm
An easy one for Friday 🙂
Apparantly, I noticed that there were 4 select statements in the question and 5 select statements as the answer choice 😀
October 25, 2012 at 9:58 pm
Viewing 15 posts - 256 through 270 (of 516 total)