Multiple choice technology web technology

Tables can be nested (table inside of another table).

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

COBOL supports nested tables ( OCCURS clauses within OCCURS clauses). This allows creation of multi-dimensional arrays and complex data structures. For example, a table of departments can contain nested tables of employees. The nesting can go multiple levels deep, limited only by compiler constraints.