Viewing 15 posts - 676 through 690 (of 825 total)
volter_ddun-856145 (12/23/2010)
Correct answer: 7 rows...
December 23, 2010 at 1:04 am
da-zero (12/21/2010)
If yes, then it isn't a good question, as other answers might be possible. If...
December 21, 2010 at 1:01 am
ian.grace (12/20/2010)
December 20, 2010 at 3:57 am
philip.cullingworth (12/20/2010)
da-zero (12/20/2010)
Your output has 7 rows and the column d contains "three" for the 7th row, so it should be answer D.
But Answer D is
7 rows where column...
December 20, 2010 at 2:45 am
vk-kirov (12/20/2010)
No rows were inserted into table2? B not C is the correct answer? Terrible, terrible explanation 🙂
The explanation is more terrible than the question: I should read it at...
December 20, 2010 at 1:40 am
Richard M Karpel (12/16/2010)
December 16, 2010 at 8:40 am
The QOtD asks for what is the output of a specific script and this generates this error:
Insert Error: Column name or number of supplied values does not match table definition.
and...
December 16, 2010 at 2:33 am
I always use this this syntax:
RIGHT('0000000000' + CAST(SomeNumber AS VARCHAR(10)),10)
Because I didn't know that STR() is also used for formatting, I thought it only converts string to number.
December 15, 2010 at 1:29 am
This is an old kind of COBOL bug:
using bad datatype to hold integer:
01 IDX PIC 9.
PERFORM LBL VARYING IDX BY 1 UNTIL IDX > 10.
Endless loop
December 14, 2010 at 4:10 am
When I realize that a command or option is deprecated, I stop to waste my time to use it.
December 7, 2010 at 12:59 am
Viewing 15 posts - 676 through 690 (of 825 total)