0

databases Online Quiz - 108

Description: databases Online Quiz - 108
Number of Questions: 20
Created by:
Tags: databases
Attempted 0/20 Correct 0 Score 0

If a table is dropped, then triggers created on it will also be dropped.

  1. True

  2. False


Correct Option: A

Select belongs to which type of language?

  1. DDL

  2. DML

  3. DCL

  4. None of the Above


Correct Option: D

DESC belongs to

  1. DDL

  2. DCL

  3. DML

  4. None the above


Correct Option: D

Dropped table can be got back without recreating it.

  1. True

  2. False


Correct Option: A

How can we calculate average of a column?

  1. using AVG () function

  2. Using AVERAGE() function

  3. using SUM() and Count() functions

  4. using Total() function


Correct Option: A,C

what are the functions used for calculating sub totals ?

  1. Using Rollup() function

  2. Using SUBTOT() function

  3. Using SUBSUM() function

  4. All the above


Correct Option: A

Which process registers the logfile in a standby database ?

  1. RFS

  2. MRP

  3. ARCH

  4. LGWR


Correct Option: C

what happens if the listener currently running for prod database is terminated due to some reason?

  1. The currently connected users will be disconnected.

  2. There will be no effect on users.

  3. remote users will not be allowed to spawn sessions.

  4. None of the above


Correct Option: C

Is it possible to resize the size of redo logs while the database is running?

  1. True

  2. False


Correct Option: B

Code Name of SQL Server 2005?

  1. Aegan

  2. Yukon

  3. Kilimanjaro

  4. MSSQL


Correct Option: B

Which recovery model doesn't allow Log backups?

  1. Full

  2. Simple

  3. Bulk-Logged

  4. None of the above


Correct Option: B

This database will be flushed when SQL Server restarts

  1. model

  2. msdb

  3. tempdb

  4. MSSQLSystemResource


Correct Option: C

Which table has all the users of a server?

  1. sysusers

  2. syslogins

  3. sysserverusers

  4. None of the above


Correct Option: B

Which database holds the information of all the jobs in a server?

  1. master

  2. model

  3. sysjobs

  4. msdb


Correct Option: D

If a sysadmin is granted with "db_denydatareader" role for a database he will not be able to access the data from that database.

  1. True

  2. False


Correct Option: A

What does the OUT= represents in PROC SORT ?

  1. Output dataset

  2. Inputdataset

  3. Both

  4. Output window


Correct Option: A
- Hide questions