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
Where is data dictionary kept?
The ORDER BY clause can only be used in _______
Which of the following rule below are categories of index?
What is the purpose of SMON (System Monitor Process) background process?
Recycle bin can be turned on or off this. This parameter is stored in which of the below file?
When a transaction modifies the database, Oracle copies the original data before modifying it. The original copy of the modified data is called
What does DLL stand for ?
POST-BLOCK trigger is also a ?
The system variable that records the select statement that SQL * FORMS most recently used to populate a block is ____
In Oracle, which of the following package procedure is UNRESTRICTED ?
What is SQL * FORMS ?
Which of the following statement is false ?
What is the result of the following βPANβNULLβKAJβ?
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
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;
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?
What SYSTEM VARIABLE is used to refer DATABASE TIME ?
You notice that the database instance takes a long time to start up after the instance crash. How will you resolve the problem?
Which statement is correct regarding undo management?
Which operations can be performed using the Data Recovery Ad-visor?
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.
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.
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?
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?
Database management systems are intended to ______
One approach to standardization storing of data ?
The language used application programs to request data from the DBMS is referred to as the
Report generators are used to
The management information system (MIS) structure with one main computer system is called a
Which of the following is not true of the traditional approach to information processing
Choose the RDBMS which supports full fledged client server application development
Which of the following situation requires the use of ID-dependent entities ?
Which of the following statements concerning business rules is true?
In order to use a record management system
A collection of data designed to be used by different people is called a/an
Which of the following is the process of selecting the data storage and data access characteristics of the database?
The relationship between DEPARTMENT and EMPLOYEE is a
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
When an entity instance must be a member of only one sub-type, it is which of the following?
A supertype/subtype hierarchy is which of the following?
Use of a supertype/subtype relationship is necessary when which of the following exists?
Which of the following is not one of the three ways to classify an action assertion?
A BI reporting system does not _______
The βcurse of dimensionalityβ relates to which problem of using operational data for BI reporting?
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?
Business Intelligence (BI) reporting systems cannot do which of the following operations?
Each answer below shows example data from a table. Which answer is an example of the general-purpose remarks column problem?
The benefits of a standard relational language include which of the following ?
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = βVAβ;