SAP
C_SASEAA_15 · Question #36
Given that the following commands are successfully executed: use mydb go select * into #myusers from sysusers go In which database does #myusers exist?
The correct answer is D. tempdb. See the full explanation below for the reasoning.
Question
Given that the following commands are successfully executed:
use mydb go select * into #myusers from sysusers go In which database does #myusers exist?
Options
- Amaster
- Bmodel
- Cmydb
- Dtempdb
How the community answered
(39 responses)- A5% (2)
- B10% (4)
- C3% (1)
- D82% (32)
Community Discussion
No community discussion yet for this question.