engineering computer science MCQ #904

What is the purpose of 'VIEW' in a database?

engineering computer science MCQ #904

  1. Question 1

    Q1. What is the purpose of 'VIEW' in a database?

    • A) To store data in a database
    • B) To retrieve data from a database
    • C) To provide a simplified representation of complex data
    • D) To improve query performance

    Answer: To provide a simplified representation of complex data

    Explanation: A 'VIEW' is a virtual table that provides a simplified representation of complex data, making it easier to query and analyze data.