Assignment No.-5

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

BansilalRamnathAgarwalCharitableTrust’s

VishwakarmaInstituteofTechnology, Pune-37
(AnautonomousInstituteofSavitribaiPhulePuneUniversity)

Department of Multidisciplinary
Engineering

Division B

Batch 3

GR-no 12320155

Rollno 77

Name SUMIT SHIVMURTI UMBARE


Title: Assignment No.-5

Execute DDL statements which demonstrate the use of views. Try to update
the base table using its corresponding view. Also consider restrictions on
updatable views and perform view creation from multiple tables.

Screenshots/Output:

1. Creating a Simple View:

2. Creating an Updatable View:

3. Attempting to Update the Base Table Using the View:


4. Creating a View from Multiple Tables:
5. Updating Base Table Using Corresponding View

6. Checking If a View Is Updatable:

You might also like