Multiple choice technology programming languages

How many types of tables exists in data dictionary? a) Transparent Table b) Internal Table c) Pool Table d) Hash Table e) Cluster Table f) Master Data Table

  1. a,c & e

  2. a,d & e

  3. a,b & c

  4. All the above

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

The three types of tables in the ABAP data dictionary are Transparent tables, Pool tables, and Cluster tables. Internal tables exist only in programs (not the dictionary). Hash tables are a memory structure type, and Master Data tables are application-specific, not fundamental dictionary types.