0

databases Online Quiz - 1

Description: databases Online Quiz - 1
Number of Questions: 20
Created by:
Tags: databases
Attempted 0/20 Correct 0 Score 0
  1. Groups and roles can be createdin the Cognos namespace when specifying access to objects.

  2. Even when object security is applied, if anonymous access is configured, every objectin a Framework Manager project is visible toeveryone.

  3. A user belongs to two groups. One of the groups isdenied access to an object. The other group is grantedaccess to the object.The result is that user has access to the object.

  4. Grantingaccess toan object for one user, group orrole(except theEveryone and All Authenticated Users groups), implicitlydenies access to that object for all other users, groups or roles.


Correct Option: D
  1. Toadd a page set to a report.

  2. To set the number of rows on a page.

  3. To create a report title that changes according to a locale.

  4. Tonavigate between report pages and prompt pages.


Correct Option: C

In Report Studio, based on the above crosstab, which relationship is true?

  1. Quantity and Revenue are peers.

  2. Order method is a peer of Retailer type.

  3. Sales territory is a peer of Order method.

  4. Sales territory is a peer of Quantity and Revenue.


Correct Option: A

Which of the following do not help you execute multiple PL/SQL programs simultaneously?

  1. Oracle Advanced Queuing

  2. DBMS_JOB

  3. DBMS_SQL

  4. Pipelined Functions


Correct Option: C

AI Explanation

To answer this question, you need to understand the features and capabilities of different PL/SQL execution methods. Let's go through each option to understand why it does or does not help in executing multiple PL/SQL programs simultaneously.

Option A) Oracle Advanced Queuing - This option is incorrect because Oracle Advanced Queuing allows you to enqueue and dequeue messages, which can be used to execute PL/SQL programs asynchronously and in parallel. This feature enables multiple PL/SQL programs to be executed simultaneously.

Option B) DBMS_JOB - This option is incorrect because the DBMS_JOB package allows you to schedule and run PL/SQL programs as jobs. These jobs can be run concurrently, allowing for the execution of multiple PL/SQL programs simultaneously.

Option C) DBMS_SQL - This option is correct because the DBMS_SQL package is used for dynamic SQL execution. While it provides a way to execute SQL statements dynamically, it does not provide a direct mechanism for executing multiple PL/SQL programs simultaneously.

Option D) Pipelined Functions - This option is incorrect because pipelined functions allow you to process data in a streaming manner, which can be beneficial for executing multiple PL/SQL programs simultaneously. Pipelined functions enable the processing of data in parallel and can be used to execute multiple PL/SQL programs concurrently.

The correct answer is Option C) DBMS_SQL. This option does not help in executing multiple PL/SQL programs simultaneously because it is primarily used for dynamic SQL execution and does not provide a direct mechanism for concurrent execution of PL/SQL programs.

  1. control structures such as if-then-else statements and loop.

  2. object types and methods.

  3. procedures and functions.

  4. none of these.


Correct Option: A,B,C

which of the following objects returns value?

  1. procedure

  2. trigger

  3. function

  4. all


Correct Option: C

what is anonymous block in pl/sql?

  1. consists of procedures and functions stored in database as standalone.

  2. block that is associated with an event that occurs in database

  3. constructed dynamically and executed once.

  4. none if these


Correct Option: C
  1. both are same

  2. both are different

  3. none of these

  4. the subtypes VARCHAR and STRING are equivalent to VARCHAR2


Correct Option: D

what is full form of HL7

  1. Higher level 7

  2. Health level 7

  3. health literacy 7

  4. health logo 7


Correct Option: B
  1. vision market and distribution

  2. visual message definition

  3. virus multiple destinations

  4. visual molecular dynamics


Correct Option: B

.vmd is used as an extension for

  1. vision market and distribution

  2. visual message definition

  3. virus multiple destinations

  4. visual molecular dynamics


Correct Option: B

all message in HL7 are based on

  1. ASCII

  2. binary

  3. unicode

  4. special characters


Correct Option: A
  1. 1 march 1997

  2. 1 june 1987

  3. 1 august 1994

  4. 7 june 1997


Correct Option: A
  1. data link

  2. session

  3. network

  4. application


Correct Option: D

HL7 was founded in which year

  1. 1988

  2. 1987

  3. 1997

  4. 1994


Correct Option: B

What is the impact if DSS database goes down

  1. Authorization impacted

  2. Authentication impacted

  3. Billing period data unavailable

  4. alert info unavailable


Correct Option: B
- Hide questions