Multiple choice technology databases

A collection of named objects is called ______

  1. Schema

  2. Table

  3. Alias

  4. Both a & b

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

A schema is a collection of named database objects such as tables, views, and indexes. It provides a logical grouping and namespace for these objects. Tables are individual objects within a schema, not collections themselves. An alias is just an alternate name for an object.