November 11, 2014 at 4:57 am
Hi,
2 and 4 were identical Answer, It saying wrong answer even when I choose correct answer
November 11, 2014 at 5:15 am
50/50 shot between the two identicals. I chose poorly.
ToddR
November 11, 2014 at 5:52 am
Yeah, I chose poorly as well. There's nothing like a nice trick question that's wrong to mess us up in the morning.
November 11, 2014 at 5:54 am
select 'Nice' as Topic, ':(' as Wording
from Answers
having count (distinct Option) <> count (Option)
November 11, 2014 at 6:32 am
Todd Reddinger (11/11/2014)
50/50 shot between the two identicals. I chose poorly.
I chose the correct one by calculated chance. I assumed that if the question was entered by a human, then the more likely place to find a "correct" answer would be among the incorrect ones rather than at the top of the list. If they were randomly placed the odds of guessing which of the correct answers was the "right" one would have been much less. 😉
Is it any wonder that machines that can't program themselves have bugs?
November 11, 2014 at 7:16 am
ME me. I have noticed that before submitting the answer
November 11, 2014 at 7:19 am
The topic is certainly relevant but in a QOTD format it is absurd due to the formatting. Add to that the answers are duplicated and you end up with a question that unfortunately didn't work well. Thanks for the effort and the topic is well worth sharing.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
November 11, 2014 at 7:29 am
Was very confused when I got this wrong... didn't even notice the duplicate answers. :blink: :rolleyes:
November 11, 2014 at 7:31 am
I must have read option 1 and 4 - 20 times, looking for something that was different. I chose the 4th one.
November 11, 2014 at 7:42 am
I noticed that 1 and 4 were identical, so I figured they must both be wrong. I also eliminated the ones that included TOP before ORDER BY, because that would produce incorrect results. I then chose option 3 by a process of elimination, which is, of course, wrong. I should have remembered all of the bad questions the past few months and reconsidered 1 and 4.
Oh, well, it's just a point. I should have known the answer, however. Good question (thanks, Shiva), but the options need to be better.
[font="Courier New"]SELECT DISTINCT Choices
FROM QotD
WHERE Title = 'Logical Query Processing order'[/font]
November 11, 2014 at 8:26 am
I choose option #1 myself and ended up with a lost point. A refund, please 🙂
Thanks & Regards,
Nakul Vachhrajani.
http://nakulvachhrajani.com
Follow me on
Twitter: @sqltwins
November 11, 2014 at 8:43 am
Nice question, Thanks for sharing
November 11, 2014 at 8:50 am
erwin.oosterhoorn (11/11/2014)
I have a reference here that states that the last three are distinct, top then order by. This is from the book inside Microsoft SQL server 2008 - T-SQL Querying.So I chose the wrong answer...
Me too :crying:
November 11, 2014 at 8:57 am
without order by, How can You select the top N?
November 11, 2014 at 9:05 am
I copy and pasted into a text editor, verified that 1 and 4 were the same, guessed 1 was more likely to get the point, and lost with a correct answer.
Can we have some proofreading of these? Or code that prevents duplicates?
Viewing 15 posts - 16 through 30 (of 49 total)
You must be logged in to reply to this topic. Login to reply