Which data type is suitable for storing textual data in DB2?
- DATE
- DECIMAL
- INTEGER
- VARCHAR
VARCHAR data type in DB2 is suitable for storing textual data of varying lengths, such as names, addresses, or descriptions. It allows for efficient storage and retrieval of character data.
Loading...
Related Quiz
- Can a cursor in DB2 be used to traverse a result set in reverse order? If so, how?
- Which DB2 feature facilitates automatic failover in the event of a primary server failure?
- In an ERD, what does a double-lined rectangle represent?
- Which aggregation function in DB2 is used to calculate the variance of a set of values?
- What is the purpose of partitioning a table in DB2?