Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you insert a record with a nullable column?

Answers were Sorted based on User's Feedback



How do you insert a record with a nullable column?..

Answer / santosh

For the column which you want to incert a null value,
incert -1 value to indicator variable then incert the
column.

Is This Answer Correct ?    3 Yes 2 No

How do you insert a record with a nullable column?..

Answer / s

INSERT INTO TABLE X VALUES('ABC','DEF','')

will allow you to insert a record with no value specified
for the nullable column

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More DB2 Interview Questions

What is bind in db2?

0 Answers  


When is the skeleton cursor table created?

1 Answers  


How do I add a column to an existing table in db2?

0 Answers  


If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?

2 Answers  


What is the format (internal layout) of ?TIMESTAMP??

1 Answers  


What information is held in SYSIBM.SYSCOPY?

1 Answers  


Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA

8 Answers   CGI, Wipro,


Can you use max on a char column?

0 Answers  


How to insert more than one record using insert?

7 Answers   Atos Origin, IBM,


In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?

2 Answers   Wipro,


How will you return the number of records in table?

0 Answers  


List down the types of triggers in the db2 database?

0 Answers  


Categories