Home | Previous Page | Next Page   Appendix B. Demonstration SQL > SQL Files for the Relational Database Model >

d_view.sql

The following command file drops the view named custview that the c_view1.sql command file created:

DROP VIEW custview;
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]