A .NET assembly running with UNSAFE permissions can do which of the following?
Answer
All of the above
Explanation
CLR code running with UNSAFE permissions can access virtually any resource inside or outside of SQL Server without restriction. This is one reason only a sysadmin can create an assembly as UNSAFE.