Hi all, i have some questions can make sure correct answer , can someone help me ?
Which of the following is the most appropriate reason to consider revoking the SELECT privilege on the catalog tables from PUBLIC after creating a database?
A. To prevent users from creating tables without proper authority.
B. Some system catalogs record user data in some columns, and this data may be confidential.
C. To prevent users from viewing passwords for other DB2 userids that DB2 stores in the catalog tables.
D. Some catalog tables are large, so preventing users from viewing them is a
good way to keep users from submitting long-running queries against the catalogs.
DB2 does not store user credentials (id/password) in any catalog table.
Is it mean this answer is B ?
Cataloging a remote database is:
a) Performed on a PC or UNIX machine to identify the server the DB2 data base manager is on.
b) Performed on a PC or UNIX machine to identify the DB2 database to use rs and applications.
c) Never performed in DB2, as only one database per node is allowed, so cataloging a node automatically catalogs the database at that node.
d) Performed on a PC or UNIX machine to open the catalogs in the DB2 database and present a user with a list of all accessible tables in that database.
which one is correct answer ? D or B ?
Thanks to you all in advance.