• 2022-06-07
    Which statements are true regarding the Query Result Cache?()
    A:  It can be set at the system, session, or table level.
    B:  It is used only across statements in the same session.
    C:  It can store the results from normal as well as flashback queries.
    D:  It can store the results of queries based on normal,temporary,and dictionary tables.
  • A,C

    举一反三

    内容

    • 0

      Which statements are true regarding listeners() A: AListeners use only the TCP/IP protocol. B: BMultiple listener processes can run simultaneously on a host. C: CMultiple database instances can be registered with a single listener. D: DThe listener-related errors can be traced only at the administrative level. E: EOnly one database instance can be registered with a single listener at any time

    • 1

      Which statements of the event listener are true A: Multiple listeners can be attached to one component. B: Only one listener can be attached to one component. C: One listener can receive and process the events from multiple components. D: One listener can receive and process the events from only one component.

    • 2

      Which statement is true regarding the INTERSECT operator?() A: It ignores NULL values  B: Reversing the order of the intersected tables alters the result  C: The names of columns in all SELECT statements must be identical  D: The number of columns and data types must be identical for all SELECT statements in the query

    • 3

      From the passage, we can learn that the Gallup Poll______. A: is based merely on sociological calculations B: can always predict accurate results C: has been used in other countries other than the US D: has become the best choice in predicting scientific results

    • 4

      Which of the following statements about break statements is incorrect? A: A break statement can appear in an if statement and is used to end the if statement. B: A break statement can appear in a loop statement or a switch statement. C: A break statement can be used to exit a switch statement. D: Multiple break statements can appear in the loop body of a loop statement.