Syntax
(DROP-VIEW NAME &KEY (IF-DOES-NOT-EXIST :ERROR) (DATABASE *DEFAULT-DATABASE*)) [function] =>
Description
Drops the view called NAME from DATABASE
which defaults to *DEFAULT-DATABASE*. If the view does
not exist and IF-DOES-NOT-EXIST is :ignore then
DROP-VIEW returns nil whereas an error is signalled if
IF-DOES-NOT-EXIST is :error.