Views – Creating and using virtual tables.

    Question 1Views in RDBMS - Definition

    What is a view in a relational database?

    Question 2View Creation - Syntax

    Which SQL command is used to create a view?

    Question 3View Usage - Querying

    How can you retrieve data from a view?

    Question 4Updatable Views - Condition

    Which type of view allows INSERT, UPDATE, or DELETE operations?

    Question 5Advantages of Views

    What is an advantage of using a view?

    Question 6View with Joins

    Can a view be created from multiple tables using JOINs?

    Question 7View and Security

    How do views improve database security?

    Question 8Dropping a View

    Which command is used to delete a view?

    Question 9View vs Table

    Which statement is true about views compared to tables?

    Question 10Materialized View

    How does a materialized view differ from a normal view?