Diagram of Sample schema for Groups and Group Members. The diagram shows two tables and a view, the table GROUPS (contains G_Name and G_Description), the table GROUPMEMBERS (contains G_Member and G_Name), and the view GROUPMEMBERS_VW (contains G_Name and G_Member). The Groups table is linked to the Groupmembers table using the common column G_Name)