You created a custom database role SelAll. You want to let John use the permissions granted to the role. Which statement you would use to do that?
a) ALTER John ADD ROLE SelAll
b) GRANT John TO ROLE SelAll
c) None of the others
d) ALTER ROLE SelAll ADD MEMBER John