nerdexam
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)
  • A
    5% (2)
  • B
    10% (4)
  • C
    3% (1)
  • D
    82% (32)

Community Discussion

No community discussion yet for this question.

Full C_SASEAA_15 Practice