2 |
Syntax, options, and required privileges for:
- CREATE VIEW/REPLACE VIEW
- DROP VIEW
- RENAME VIEW
|
SQL Data Definition Language Syntax and Examples
|
2 |
The default database |
SQL Fundamentals
|
2 |
The SELECT statement, including usage of the options and clauses |
SQL Data Manipulation Language
|
2 |
- Rules for creating, replacing, and using views
- Updatable views
- WITH CHECK OPTION clause
|
SQL Data Definition Language Syntax and Examples
|
2 |
- Deleting rows using views (DELETE, Basic/Searched Form)
- Updating rows using views (UPDATE)
|
SQL Data Manipulation Language
|
2 |
Specifying locking in views |
SQL Request and Transaction Processing
|
2 |
CREATE RECURSIVE VIEW and REPLACE RECURSIVE VIEW |
SQL Data Definition Language Syntax and Examples
|