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

Give a brief description of db2 isolation levels?

0 Answers  


How do you eliminate duplicate values in db2?

0 Answers  


What kind of database is db2?

0 Answers  


What are data types?

2 Answers  


What is dbrm in db2 database?

0 Answers  






What does an outer join do?

1 Answers   CTS,


what is rebinding ?

1 Answers   IBM,


What is the difference between nvl and coalesce?

0 Answers  


in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?

1 Answers   IBM,


What are the four lockable units for DB2?

1 Answers  


wht are the restrictions for union ?

2 Answers   CTS,


What do you mean by between and in? Is between inclusive of specified range values?

0 Answers  


Categories