0

databases Online Quiz - 63

Description: databases Online Quiz - 63
Number of Questions: 20
Created by:
Tags: databases
Attempted 0/20 Correct 0 Score 0
  1. ALTER SESSION SET NEW_DATE_FORMAT =

  2. ALTER SESSION SET CUR_DATE_FORMAT =

  3. ALTER SESSION SET NLS_DATE_FORMAT =

  4. ALTER SESSION SET SESS_DATE_FORMAT =


Correct Option: C

Which one of the following is maximum limit for output generated by DBMS_OUTPUT?

  1. 10000000

  2. 1000000

  3. 100000

  4. 1000


Correct Option: B

Which one of the following contains only valid PL/SQL reserved words?

  1. TO_CHAR, INOUT

  2. PROC, PACKAGE

  3. PRAGMA, MULTI_ROW

  4. SELECT, EXCEPTION


Correct Option: D

Which one of the following SQL*Plus options lets you trace and print the execution plans as well as statistics?

  1. SET AUTOTRACE TRACEONLY

  2. SET AUTOTRACE ON

  3. SET AUTOTRACE ON STATISTICS

  4. SET AUTOTRACE ON EXPLAIN


Correct Option: B
  1. Comment marker

  2. Not equal to operator

  3. Label delimiter

  4. Greater than or equal to operator


Correct Option: C

Which one of the following is a valid RAISE_APPLICATION_ERROR call?

  1. RAISE_APPLICATION_ERROR(-21001);

  2. RAISE_APPLICATION_ERROR(-20001,'An error has occurred');

  3. RAISE_APPLICATION_ERROR(-21001,'An error has occurred');

  4. RAISE_APPLICATION_ERROR(-20001);


Correct Option: B

Which one of the following provides you with the number of records affected by the last DML statement?

  1. SQL%ROWCOUNT

  2. SQL%COUNT

  3. SQL%FOUND

  4. SQL%NUM_ROWS


Correct Option: A
  1. Which of the following are two architectural attributes of a Teradata System?
  1. Disk space associated with an AMP is divided into three areas: system, permanent and spool

  2. Parallelism is achieved through operating system time slicing

  3. The AMP’s access data from their associated vdisks as required.

  4. The PE’s communicate with the AMP’s across the BYNET


Correct Option: C,D
  1. Teradata SQL Assistant

  2. BTEQ

  3. Teradata Manager

  4. TDQM


Correct Option: D
  1. Temporary space is spool space currently not used

  2. Temporary space is permanent space currently not used.

  3. Temporary space is subtracted from SysAdmin

  4. Temporary space is assigned at the table level.


Correct Option: B
  1. Customer applications drive the processes.

  2. Relational databases are more flexible than other types.

  3. Businesses are able to quickly respond to changing conditions

  4. It is built to reflect business application models.


Correct Option: B,C
  1. A primary Index is a physical mechanism.

  2. There is a limit to the number of columns in a Primary Index.

  3. A Primary Index requires uniqueness

  4. A Primary Index value can not be null.


Correct Option: A,B
  1. The order of rows in a table is arbitrary

  2. A table can contain only one row formats

  3. The order of rows in a table is keyed to Primary Index.

  4. A table can contain multiple row formats


Correct Option: A,B
  1. Shared everything

  2. Shared memory

  3. Shared nothing

  4. Shared data


Correct Option: C
  1. A row is one instance of all columns.

  2. Row sequence is specified.

  3. Duplicate rows are allowed in a table.

  4. Rows can have different formats.


Correct Option: A
  1. Transactions are write intensive

  2. The number rows per transaction is large

  3. Transactions typically occur within seconds, not minutes

  4. The number of rows per transaction is small


Correct Option: A,C
  1. A NUPI requires less disk space to store the data row.

  2. A NUPI may be more effective for query access and joins.

  3. A NUPI query amplifies the optimization process in the PE.

  4. A NUPI provides better data distribution


Correct Option: B
- Hide questions