Tag: databases

Questions Related to databases

  1. dbmobld.sql

  2. utlsampl.sql

  3. autoextend.sql

  4. whocan.sql


Correct Option: B
  1. system global area

  2. shared global area

  3. source global area

  4. synthetic global area


Correct Option: B
  1. data files

  2. redo logs

  3. password files

  4. control files


Correct Option: C
  1. Ensure that both SQL1 and SQL2 use the same login name as the security context for each

  2. Configure SQL2 as a remote server. Write the query on SQL1.

  3. Configure SQL2 as a linked server to impersonate the remote login.

  4. Configure SQL2 as a distributed server. Use pass-through authentication.


Correct Option: C
  1. Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a

  2. Create a job for each task that runs once a day. Use a Transact-SQL statement to check the

  3. Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is

  4. Create a job for each task that runs once a week on Sunday. Add a second job schedule that


Correct Option: A