What is normalisation?
Answers were Sorted based on User's Feedback
Answer / papari
normalisation means to remove data redundancy from a table.
| Is This Answer Correct ? | 8 Yes | 0 No |
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
for an INITIALIZE and what keyword allows for an override of the default.
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
how we separate the cobol cics statements from cobol&cics programming?
What is difference between static and dynamic call in cobol?
What is the size of s9(19)comp3? explain
When would you use in-line perform?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
When is inspect verb is used in cobol?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.