What is a NULL value? What are the pros and cons of using
NULLS?
Answer Posted / sunil1405
A null value indicates that there is blank value in the
column field. It takes one byte of storage. Null value
requires special prog. to be handled in the app. prog
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the rules for db2 programming?
How do I copy a table in db2?
How do I import a csv file into db2?
How is deadlock resolved?
Before you give the explain statement, what are the prerogatives?
How would the varchar column remarks defined?
What is meant by dclgen?
How to create db2 table in mainframe?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is the connection string to connect to the DB2 Database ?
How can you find out the # of rows updated after an update statement?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Discuss about db2 bind?
What is the max length of sqlca?