SQL Database Concepts Question:

Download Job Interview Questions and Answers PDF

Explain what is Public Role in SQL Server?

Basic SQL Server Interview Question
Basic SQL Server Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is difference between Index Seek vs. Index Scan?Explain what is ROW_NUMBER function?