PPT Slide
The following code block illustrates the
use of the create or replace view
statement:
CREATE OR REPLACE
VIEW employee_view AS (SELECT empid,
lastname,
firstname,
salary FROM employee WHERE empid = user) WITH CHECK OPTION;
Previous slide
Next slide
Back to first slide
View graphic version