|
SQL BASIC
|
|
|
|
DATA QUERY LANGUAGE
|
|
|
|
BASIC FUNCTION
|
|
|
|
AGGREGATE FUNCTION
|
|
|
|
DATA MANIPULATION LANGUAGE
|
|
|
|
DATA DEFINITION LANGUAGE
|
|
|
|
DATA CONTROL LANGUAGE
|
|
|
|
OTHERS
|
|
|
|
|
|
|
|
DROP VIEW
Deleting views that you no longer need is also very easy. Just use
the following DROP command to delete the view. For example, to delete the view
that we created from the previous
example, you can use the following command:
DROP
VIEW Employee_VIEW
|
|