SQL Database Concepts Question:

Explain what is Public Role in SQL Server?

Tweet Share WhatsApp

Answer:

Every database has a public role which holds all the default permissions for the users in a database. This role cannot be dropped and cannot have roles or groups assigned. For security reasons, permissions granted to public role should be minimized..

Download Basic SQL Server PDF Read All 113 Basic SQL Server Questions
Previous QuestionNext Question
Do you know what is difference between Index Seek vs. Index Scan?Explain what is ROW_NUMBER function?