

InterviewSolution
Saved Bookmarks
1. |
Which of the following information is captured by database profiler?(a) Read operations(b) Write operations(c) Cursor Operations(d) All of the mentioned |
Answer» The correct choice is (d) All of the mentioned For explanation I would say: The database profiler captures data information about read and write operations, cursor operations, and database commands. |
|