Login
Remember
Register
Ask a Question
How to create restrictive database?
0
votes
asked
Aug 21, 2020
in
DBMS
by
DavidAnderson
How to create restrictive database?
#db2
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 21, 2020
by
DavidAnderson
A restrictive database can be created by using the following command:
db2
create
database
<db_name> restrictive
...