Tag: performance

Questions Related to performance

  1. Doubly Linked list

  2. Singly linked list

  3. Pointers

  4. Structures


Correct Option: A
  1. a. Parse

  2. b. Fetch

  3. c. Retrieve

  4. d. Bind

  5. e. Execute


Correct Option: A,B,D,E

Hard parse is expensive than Soft Parse

  1. True

  2. False


Correct Option: A

Ideal Blocks/Row ratio for selecting data from a table . BLocks=Number of BLocks accessed ROws=Number of rows retrieved

  1. 5

  2. 10

  3. 100

  4. 1


Correct Option: A

How many minimum join conditions should exist if a SQL statement has 3 tables

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: B