Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Danli on Oct 20, 2016



Title: Which of the following statement creates a new database role?
Post by: Danli on Oct 20, 2016
Which of the following statement creates a new database role?
A) EXEC sys.sp_addrolemember StudentRole, StudentUser
B) GRANT EXEC ON usp_StudentLogIn TO StudentRole
C) CREATE ROLE StudentRole
D) CREATE LOGIN StudentLogIn WITH PASSWORD='p@ssw0rd1',
DEFAULT_DATABASE=TutorManagement


Title: Re: Which of the following statement creates a new database role?
Post by: Venturia on Oct 20, 2016
Content hidden


Title: Re: Which of the following statement creates a new database role?
Post by: Danli on Nov 24, 2016
Just what I needed, delivered at the right time too