b) False
A structure or view does not stores the data and reads that data from the tables.
Structures are defined (almost) exactly like tables, but no database tables are generated from them. The same data elements and domains can be used in structures as in tables. Tables can also be included.
A view is a logical view on one or more tables, that is, a view is not actually physically stored, instead being derived from one or more other tables.