which authority can be granted to group of users using the
GRANT stmt?
A) SYSCTRL
B) SYSADM
C) DBCTRL
D) DB ADM

Answers were Sorted based on User's Feedback



which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C)..

Answer / nickyhuang

(D)Database level authorities, DBADM and LOAD, are granted
to a user or a group of user by the GRANT statement; SYSADM
grant/revoke DBADM.

Is This Answer Correct ?    3 Yes 0 No

which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C)..

Answer / shweta

SYSCTRL and SYADM can be granted only to groups while
DBCTRL and DBADM can be granted to both users and groups.

Is This Answer Correct ?    3 Yes 0 No

which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C)..

Answer / mehdee

- All the above group are Data Base Admin. they are not
users. The following are the type of grant to users:
GRANT SELECT ON TABLE
GRANT DELETE ON TABLE
GRANT BIND,EXECUTE ON PACKAGE
GRANT UPDATE ON TABLE
GRANT INSERT ON TABLE
GRANT ALL ON TABLE

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More DB2 Interview Questions

On the create tablespace, what does the CLOSE parameter do?

1 Answers  


Comment whether the cursor is closed during commit or not.

0 Answers  


Write a query to extract first 5 characters of a name in the column Stud_Name?

1 Answers   RBS,


What is a precompiler?

2 Answers  


What is a db2 schema?

0 Answers  


What are PACKAGES ?

3 Answers  


WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?

2 Answers   IBM,


How to solve S0C7 abend with out using DISPlay in 10 mins?

1 Answers   IBM,


What is the maximum number of columns in a db2 table?

0 Answers   IBM,


How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement

5 Answers   Syntel,


Describe major components of db2?

0 Answers  


Explain an outer join?

1 Answers  


Categories