This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/db/3_sem/abo_view/abo_view/drop_view.sql

6 lines
60 B
Transact-SQL

-- drop the view
use Abo;
go
drop view mitglied_student_v;