InterviewSolution
Saved Bookmarks
| 1. |
__________ provides details on any database object.(a) sp_changeowner(b) sp_owner(c) sp_change(d) none of the mentionedThis question was posed to me in an interview.My question is taken from Stored Procedure topic in section Developing with SQL Server of SQL Server |
|
Answer» CORRECT answer is (d) NONE of the mentioned Easy explanation: sp_help provides details on any DATABASE OBJECT such as tables,views and so on. |
|