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...


if any of the column names is provided wrong, where do you
get the error(during precompilation or during Bind)

Answers were Sorted based on User's Feedback



if any of the column names is provided wrong, where do you get the error(during precompilation or d..

Answer / tej

The above answer is correct but not always.

If we use DECLARE TABLE in the program then the table and
columns names are validated in the pre-compilation step
itself.

Is This Answer Correct ?    5 Yes 0 No

if any of the column names is provided wrong, where do you get the error(during precompilation or d..

Answer / deepak dada, jaipur

Precompilation has got nothing to do with the column
checking, it is just the process of syntax checking and
separating the sql statements from the cobol program and
just prepares the dbrm.

actual process for db2 takes place in bind card

Is This Answer Correct ?    6 Yes 3 No

if any of the column names is provided wrong, where do you get the error(during precompilation or d..

Answer / shrik

u will face the error in Precompilation phase itself since
thats where DECLENGS are validated and DBRM is created.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is meant by union and union all?

0 Answers  


What do you do to keep the cursor from closing after a commit?

1 Answers  


What are the various data types available in db2?

0 Answers  


How many databases are there?

0 Answers  


Can you Average the Characters ?

3 Answers  


Are views updateable?

0 Answers  


is it possible to get -811 error when you use cursors. why?

2 Answers   IBM,


What is the SQL query to select, delete and get count of duplicate rows in DB2?

2 Answers  


What does the REORG Utility do?

2 Answers  


What's the Maximum Length of SQLCA and what's the content of SQLCABC?

2 Answers  


What techniques are used to retrieve data from more than one table in a single SQL statement?

2 Answers  


What is temporal table in db2?

0 Answers  


Categories