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


What is the maximum length of a column name in DB2? 18 or
30 or anything other than these?

Answers were Sorted based on User's Feedback



What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?..

Answer / vat

it depends :) which vesion of DB2 that you are referring
to...

V7 : 18
V8 : 30

Is This Answer Correct ?    17 Yes 4 No

What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?..

Answer / roop

30

Is This Answer Correct ?    0 Yes 2 No

What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?..

Answer / ragudeep

30 is the maximum length of the column name

Is This Answer Correct ?    6 Yes 14 No

What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?..

Answer / pasha

always 18 only

Is This Answer Correct ?    2 Yes 14 No

Post New Answer

More DB2 Interview Questions

which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM

3 Answers   Accenture,


When the like statement is used?

0 Answers  


What is cloudant database?

0 Answers  


1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).

1 Answers  


Can we insert update delete in view?

0 Answers  


What is the syntax for seeing the columns and data types of a table in the db2 database?

0 Answers  


What is the physical storage length of time data type?

0 Answers  


How to find the number of rows in db2 tables?

0 Answers  


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

0 Answers  


how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none

8 Answers   Amdocs, HeadStrong,


how can i pull up a query which was previously stored in qmf

3 Answers  


What does db2 stand for?

0 Answers  


Categories