πŸ§ͺ Oracle DB MCQ Quiz Hub

Oracle DB Mcq Question Set 2

Choose a topic to test your knowledge and improve your Oracle DB skills

A ____ is a set of tables physically stored together as one table that shares a common column





βœ… Correct Answer: 4

Where is data dictionary kept?





βœ… Correct Answer: 1

The ORDER BY clause can only be used in _______





βœ… Correct Answer: 1

Which of the following rule below are categories of index?





βœ… Correct Answer: 1

What is the purpose of SMON (System Monitor Process) background process?





βœ… Correct Answer: 1

Recycle bin can be turned on or off this. This parameter is stored in which of the below file?





βœ… Correct Answer: 1

When a transaction modifies the database, Oracle copies the original data before modifying it. The original copy of the modified data is called





βœ… Correct Answer: 3

What does DLL stand for ?





βœ… Correct Answer: 1

POST-BLOCK trigger is also a ?





βœ… Correct Answer: 1

The system variable that records the select statement that SQL * FORMS most recently used to populate a block is ____





βœ… Correct Answer: 4

In Oracle, which of the following package procedure is UNRESTRICTED ?





βœ… Correct Answer: 4

What is SQL * FORMS ?





βœ… Correct Answer: 1

Which of the following statement is false ?





βœ… Correct Answer: 3

What is the result of the following β€˜PAN’NULL’KAJ’?





βœ… Correct Answer: 3

Below is the EMP table EMPNO ENAME SALARY A29 PANKAJ 10000 A23 SAHIL 20000 A48 ABHYUDAY A83 KRISHNA 30000 Select count(SALARY) from EMP; will result in





βœ… Correct Answer: 3

What will be the value of svar after execution? Declare fvar number :=null; svar number :=5; Begin goto <<>> if fvar is null then <<>> svar:=svar+5; end-if; End;





βœ… Correct Answer: 1

Which of the following queries displays the sum of all employee salaries for those employees not making commission, for each job, including only those sums greater than 2500?





βœ… Correct Answer: 2

What SYSTEM VARIABLE is used to refer DATABASE TIME ?





βœ… Correct Answer: 1

You notice that the database instance takes a long time to start up after the instance crash. How will you resolve the problem?





βœ… Correct Answer: 4

Which statement is correct regarding undo management?





βœ… Correct Answer: 1

Which operations can be performed using the Data Recovery Ad-visor?





βœ… Correct Answer: 1

A user receives the following error while executing a query: ORA-01555: snapshot too old Predict one way to avoid such errors in near future.





βœ… Correct Answer: 2

You want to be warned automatically when more than 100 sessions are opened with your database instance.Identify the action that would help you achieve this.





βœ… Correct Answer: 2

You created a new user on the database by executing the following command: SQL> CREATE USER user01 IDENTIFIED BY user01 DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp; Then you granted the following privileges to user01 by executing the following command: SQL> GRANT CREATE SESSION, CREATE TABLE TO user01; Which of the following is true in this scenario?





βœ… Correct Answer: 2

Examine the following settings for the initialization parameters: MEMORY_MAX_TARGET=0 MEMORY_TARGET=500M SGA_TARGET=300M PGA_AGGREGATE_TARGET=70M Which statement is true about the memory management for the newly started database instance?





βœ… Correct Answer: 2

Database management systems are intended to ______





βœ… Correct Answer: 4

One approach to standardization storing of data ?





βœ… Correct Answer: 3

The language used application programs to request data from the DBMS is referred to as the





βœ… Correct Answer: 1

Report generators are used to





βœ… Correct Answer: 4

The management information system (MIS) structure with one main computer system is called a





βœ… Correct Answer: 3

Which of the following is not true of the traditional approach to information processing





βœ… Correct Answer: 1

Choose the RDBMS which supports full fledged client server application development





βœ… Correct Answer: 2

Which of the following situation requires the use of ID-dependent entities ?





βœ… Correct Answer: 4

Which of the following statements concerning business rules is true?





βœ… Correct Answer: 3

In order to use a record management system





βœ… Correct Answer: 2

A collection of data designed to be used by different people is called a/an





βœ… Correct Answer: 2

Which of the following is the process of selecting the data storage and data access characteristics of the database?





βœ… Correct Answer: 2

The relationship between DEPARTMENT and EMPLOYEE is a





βœ… Correct Answer: 2

If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called





βœ… Correct Answer: 2

When an entity instance must be a member of only one sub-type, it is which of the following?





βœ… Correct Answer: 1

A supertype/subtype hierarchy is which of the following?





βœ… Correct Answer: 3

Use of a supertype/subtype relationship is necessary when which of the following exists?





βœ… Correct Answer: 1

Which of the following is not one of the three ways to classify an action assertion?





βœ… Correct Answer: 4

A BI reporting system does not _______





βœ… Correct Answer: 3

The β€œcurse of dimensionality” relates to which problem of using operational data for BI reporting?





βœ… Correct Answer: 3

A report generated by a reporting system is delivered to the appropriate users via a user-accessed Web site. This system uses which of the following report modes?





βœ… Correct Answer: 2

Business Intelligence (BI) reporting systems cannot do which of the following operations?





βœ… Correct Answer: 3

Each answer below shows example data from a table. Which answer is an example of the general-purpose remarks column problem?





βœ… Correct Answer: 4

The benefits of a standard relational language include which of the following ?





βœ… Correct Answer: 1

Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = β€˜VA’;





βœ… Correct Answer: 4