0 votes
in DBMS by
How to create restrictive database?

1 Answer

0 votes
by

A restrictive database can be created by using the following command:

  1. db2 create database <db_name> restrictive 
...