CSDL_Ch9_View
CSDL_Ch9_View
Contents
Introduction
View Creating a view
A view from two tables
NGUYEN HongPhuong Dropping a view
Email: [email protected]
Updating a table from a view
Site: http://is.hust.edu.vn/~phuongnh
Face: https://www.facebook.com/phuongnhbk
Hanoi University of Science and Technology
1 2
1
10/11/2019
Deleting a view
Syntax
DROP VIEW view_name;
Example
DROP VIEW vCompany1;
DROP VIEW vCompany2;
DROP VIEW vComSupPro1;
7 8