Copyright
begin
dbms_output.put_line('Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. ');
dbms_output.put_line('Permission is hereby granted, free of charge, to any person obtaining ');
dbms_output.put_line('a copy of this software and associated documentation files (the ');
dbms_output.put_line('"Software"), to deal in the Software without restriction, including ');
dbms_output.put_line('without limitation the rights to use, copy, modify, merge, publish, ');
dbms_output.put_line('distribute, sublicense, and/or sell copies of the Software, and to ');
dbms_output.put_line('permit persons to whom the Software is furnished to do so, subject to ');
dbms_output.put_line('the following conditions: ');
dbms_output.put_line(' ');
dbms_output.put_line('The above copyright notice and this permission notice shall be ');
dbms_output.put_line('included in all copies or substantial portions of the Software. ');
dbms_output.put_line(' ');
dbms_output.put_line('THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ');
dbms_output.put_line('EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ');
dbms_output.put_line('MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ');
dbms_output.put_line('NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ');
dbms_output.put_line('LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ');
dbms_output.put_line('OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ');
dbms_output.put_line('WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ');
end;
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DROP PROCEDURE add_job_history
Procedure dropped.
DROP PROCEDURE secure_dml
Procedure dropped.
DROP VIEW emp_details_view
View dropped.
DROP SEQUENCE departments_seq
Sequence dropped.
DROP SEQUENCE employees_seq
Sequence dropped.
DROP SEQUENCE locations_seq
Sequence dropped.
DROP TABLE regions CASCADE CONSTRAINTS
Table dropped.
DROP TABLE departments CASCADE CONSTRAINTS
Table dropped.
DROP TABLE locations CASCADE CONSTRAINTS
Table dropped.
DROP TABLE jobs CASCADE CONSTRAINTS
Table dropped.
DROP TABLE job_history CASCADE CONSTRAINTS
Table dropped.
DROP TABLE employees CASCADE CONSTRAINTS
Table dropped.
DROP TABLE countries CASCADE CONSTRAINTS
Table dropped.