Viewing 15 posts - 76 through 90 (of 129 total)
Umm.... Were you suggesting that QA engineers and Professional Software Testers didn't know about this before you mentioned it?
I suggest right the opposite.
Coming back to the question and the answers....
June 11, 2008 at 5:05 pm
Where is the simularity between the queries?
Both return a single value (or an empty set).
Give it up. Neither of us is going to change the others minds on this.
Not...
June 10, 2008 at 10:53 pm
Lynn Pettis (6/10/2008)
Not even similiar. Let me know when you decide to give up trying to convince me otherwise.😎
Quite similar.
One query returns a constant and the other returns a...
June 10, 2008 at 10:15 pm
OKAY similar test.
Q: Will the statement
SELECT 12345 AS AGE
return the same result as
SELECT TOP 1 Age FROM CUSTOMERS
?
June 10, 2008 at 9:05 pm
Actually, the answer is A2, NO. Reason. There MAY BE a customer whose AGE is 110 or 111. The first query will catch that as the value...
June 10, 2008 at 9:03 pm
The question did not ask you to assign it to 0. The reason the word "consistently" is in the question is because the author of the question realized that...
June 10, 2008 at 6:11 pm
Lynn Pettis (6/9/2008)
One, I understood the question and what it was asking and therefore answered it correctly.
Two, I've been in IT long enough...
June 9, 2008 at 9:33 pm
Lynn Pettis (6/9/2008)
June 9, 2008 at 7:13 pm
AGAIN. The question makers should take some English language classes.
What sort of question is this:
Q: What happens?
A: The list of databases.
How can a "list of databases" happen?
The correct question should...
June 9, 2008 at 5:22 pm
The question is correctly formed but the correct answer to the question is NOT DETERMINED. or whatever was the third one.
Any school kid knows that the RAND(?) function returns random...
June 9, 2008 at 5:11 pm
etxeb (5/13/2008)
I would like to know if there is a way to execute stored procedures every second. I have tried with jobs and the minimun execution schedule is every minute....
May 13, 2008 at 9:57 pm
The explanation is incorrect.
First of all the LENGTH of the string representation of the months is EVEN, not ODD.
Second of all, the proposed method is NOT THE ONLY ONE...
April 14, 2008 at 11:34 pm
Susan Shafer (4/13/2008)
April 13, 2008 at 5:14 pm
Viewing 15 posts - 76 through 90 (of 129 total)