What is normalization and what are the five normal forms?
Answer / guest
Normalization is a process of reducing the redundancy
| Is This Answer Correct ? | 3 Yes | 0 No |
is it possible to get -811 error when you use cursors. why?
What is consistency token in db2?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
List out the buffer pools in db2
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
What is meant by union and union all?
What is phantom read in db2?
How to test SQL -911 error while developing COB-DB2 program
What is DCLGEN ?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is the significance of DB2 free space and what parameters control it?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?