Which two permissions are required by the Events Database user?

Which two permissions are required by the Events Database user? (Choose two.)

Which two permissions are required by the Events Database user? (Choose two.)

A.
Create Tables

B.
Delete Views

C.
Modify Tables

D.
Read Views



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Csaba

Csaba

Add a new database to the server and give it a descriptive name such as ViewEvents.
2
Add a user for this database that has permission to create tables, views, and, in the case of Oracle, triggers and sequences, as well as permission to read from and write to these objects.
For a Microsoft SQL Server database, do not use the Integrated Windows Authentication security model method of authentication. Be sure to use the SQL Server Authentication method of authentication.