engineering computer science MCQ #811

What is a database schema?

engineering computer science MCQ #811

  1. Question 1

    Q1. What is a database schema?

    • A) The physical storage of data
    • B) The overall structure of the database, including tables and relationships
    • C) A database view
    • D) A stored procedure

    Answer: The overall structure of the database, including tables and relationships

    Explanation: A database schema defines the overall structure of the database, including tables, relationships, and constraints.