Tag: databases

Questions Related to databases

  1. (a) Allows fast and flexible indexing for keyword based query

  2. (b) Provides a message based communication platform

  3. (c) Supports sending Email from the database

  4. (d) None of the above


Correct Option: A

You want to access data that is located on two SQL Server 2005 computers. One Server is SQL 1 and the other server is SQL 2. You have permissions to write a stored Procedure on SQL 1 but on SQL 2 you have only permission to select data. You write a stored procedure on SQL 1. The stored procedure accesses SQL 2 by OPENQUERY T-SQL Statement. The query fails. What should you do the solve the problem?

  1. (a) Add SQL 2 as linked server to SQL 1

  2. (b) Add SQL 2 as remote Server to SQL 1

  3. (c) Reference SQL 2 by an alias

  4. (d) None of the above


Correct Option: A
  1. (a) In the Bulk-Logged recovery model, all transactions are logged

  2. (b) In the Simple recovery model, all transactions are logged.

  3. (c) In the Full recovery model, most transactions are minimally logged

  4. (d) In the Simple recovery model, most transactions are minimally logged


Correct Option: D
  1. (a) It defines the database catalog

  2. (b) It defines the table catalog

  3. (c) It groups database objects

  4. (d) It groups databases


Correct Option: C
  1. (a) SQL Server error log

  2. (b) msdb.dbo.sysbackuphistory table

  3. (c) Windows Application Event Log

  4. (d) msdb.dbo.backupset table


Correct Option: A,C,D
  1. (a) Create index

  2. (b) Alter database

  3. (c) Insert data

  4. (d) Restore Database


Correct Option: C