FC0-U61 · Question #447
A database administrator created the outline for a database that describes its components and how they work. Which of the following did the database administrator create?
The correct answer is D. Schema. A database is an organized collection of information. The information is stored in a structured manner for easier access. Typically, a database consists of tables of information, organized into columns and rows. Each row represents a separate record in the database, while each co
Question
A database administrator created the outline for a database that describes its components and how they work. Which of the following did the database administrator create?
Options
- ARecord
- BConstraint
- CField
- DSchema
How the community answered
(53 responses)- A2% (1)
- B4% (2)
- D94% (50)
Explanation
A database is an organized collection of information. The information is stored in a structured manner for easier access. Typically, a database consists of tables of information, organized into columns and rows. Each row represents a separate record in the database, while each column represents a single field within a record. The structure of the database in terms of the fields defined in each table and the relations between primary and foreign keys is referred to as the schema.
Topics
Community Discussion
No community discussion yet for this question.