What is the maximum length of a column name in DB2? 18 or
30 or anything other than these?
Answer Posted / ragudeep
30 is the maximum length of the column name
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
How many databases can be created inside an instance in db2 ?
What is a Foreign Key?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
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.
What is copy pending and check pending in db2?
Is db2 relational database?
How to access db2 tables in mainframe?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the difference between dbm cfg and db cfg file in db2 ?
Can we insert update delete in view?
List out the three types of page locks that can be held.
What kind of database is db2?
What are the various data types available in db2?
Explain about open switch business continuity software?
What is db2?