InterviewSolution
| 1. |
Can A Group Become A Member Of Another Group In Netezza User Administration. Can We Use Same Group Name For Databases? |
|
Answer» In Netezza, PUBLIC group is created automatically and every one is a memeber of this group by default. We can CREATE as many groups and any user can be MEMBER of any group(s). Group can not be a member of another group. Group NAMES, user names and database names are unique. That is, we can not have a database called sales and a group also called sales. In Netezza, public group is created automatically and every one is a memeber of this group by default. We can create as many groups and any user can be member of any group(s). Group can not be a member of another group. Group names, user names and database names are unique. That is, we can not have a database called sales and a group also called sales. |
|