Choose a topic to test your knowledge and improve your Oracle DB skills
What is Oracle?
Which of the following is correct about Oracle?
Which of the following database was designed first for enterprise grid computing?
Which of the following is not a Oracle Database feature?
Which of the following is an advantage of Oracle database?
Which of the following is a disadvantage of Oracle database?
What is Oracle database used for?
Which of the following components comprise an Oracle architecture?
Which of the following area of PGA stores binding variables and run-time buffers information?
Which of the following is the smallest unit of storage in an Oracle database?
Which of the following is another name of Oracle databaseβs design?
Which of the following is used to logically group data together?
Which of the following package procedure is UNRESTRICTED in Oracle?
Oracle server configuration is dedicated for
Which schema object instructs Oracle to connect to remotely access an object of a database?
When a transaction modifies the database, Oracle copies the original data before modifying it. What is the original copy of the modified data called?
Which of the following is referred to as the language used application programs to request data from the DBMS?
Which of the following RDBMS supports full fledged client server application development?
Which of the following is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
Which of the following is not included in DML (Data Manipulation Language)?
Which of the following keyword is used with Data Control Language (DCL) statements?
Which of the following command is used to obtain the structure of an Oracle table?
Which of the following is not a type of SQL statement?
command to use iscommand is used for removing a table and all its data from the database?
Which of the following is/are the DDL statements?
The SQL statement SELECT SUBSTR(β123456789β, INSTR(βabcabcabcβ, βbβ), 4) FROM DUAL;
Which of the following command is used to SELECT only one copy of each set of duplicable rows in SQL?
Which of the following is not a Key in SQL Server?
Which of the following is not a component of a data warehouse?
Which of the following is the oldest database model?
Which of the following object types below cannot be replicated?
What is the result of the following βORAβNULLβCLEβ?
The redo log buffer and Shared pool are elements of?
Which processes is an instance made of Oracle?
What is the use of Library cache?
Which of the following segment is destroyed when the SQL statement is finished?
What is the use of an index?
What is the use of extent in Oracle?
Which area of PGA stores binding variables and run-time buffers information?
The ____________ contains a set of tables and views that Oracle uses as a reference to the database.
In Oracle, which of below are types of segments?
The Oracle environment of database is called as _____
Which is the smallest unit of storage in an Oracle database?
Collection of information stored in database at particular instance of time is called as ____
Oracle databaseβs design is also called as_____
What are the valid Oracle database schemas?
What do the schema objects comprise of?
Map entities, attributes and relations in Oracle is represented by_____
Modification schema of oracle database in one level without affecting the schema in high level is called as _______
A _____ is used to logically group data together