A process contains only 4 stages. Study the following process below: The data item "˜New Date is a date data item with no initial value. The calculation stage is configured as follows: What will happen when you execute the Create Date stage?
A.
5 days will be added to today's date and the result stored in the New Date data item.
B.
1 month will be added to today's date and the result stored in the New Date data item.
C.
1 week will be added to today's date and the result stored in the New Date data item.
D.
The process will throw an exception as the New Date data item is null.
The first parameter is the interval type. A value of 5 represents month. The second parameter is the value to be added to the date, which is the third parameter.
Usually dateadd used by identifying the interval first
like dateadd(year, 1, '2015/1/1') which will add one year to the mentioned date
But here its mentioned 5, Which means WHAT?????
As per some References, Answer is B
But I still didnt get it
Usually dateadd used by identifying the interval first
But here its mentioned 5, Which means WHAT?????
As per some References, Answer is B
But I still didnt get it
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JC_131
Highly Voted 1 year, 2 months agoite
Most Recent 4 months agosogoku_ichi_2907
9 months, 4 weeks agoZerohash
11 months, 2 weeks agocoolala
1 year, 2 months agobik0
1 year, 4 months agobik0
1 year, 4 months ago