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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of the data page in the db2 database?

770


What are the bind parameters ibm db2?

803


What is check constraint. Explain with example.

842


What is a page in db2?

794


I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.

1844


How can record locking be achieved in those DB2 versions which do not support it?

828


What is with ur in db2?

1013


List out the buffer pools in db2

818


What is schema in db2?

771


What is ibm db2 database?

723


I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.

2964


What is the function of logging in the db2 database?

855


What is sqlca’s maximum length?

892


What is explain plan in db2?

770


What are bind parameters in db2?

790