pls tell me abt the normalization five types....
Answers were Sorted based on User's Feedback
Answer / deepthi
there are 5 normalizations
1.1st normal form
2.second normal form
3.3rd normal form
4.fourth normal form
5.fifth normal form
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the role of union all and union
What is the syntax for FETCH in DB2 ?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
How can you classify the locks in db2?
Who uses db2?
how to unload different table data into different gdg files/ vsam files.
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
What is an asychronous write?
What is index in db2?
What is a page in db2?