Are you learning the Oracle software? Do you want to test your knowledge about Oracle? Try this interesting and well-researched Oracle mock test 2 (SQL + Arch). With this test, you'll get the chance to test your understanding of Oracle and its related concepts. Oracle, as most of us know, makes software called the database management systems (DBMS) to create See moreand manage databases. If you think you have good knowledge about it, then just give this quiz a try. Best of luck!
Updating
Viewing
Deleting
Inserting
Truncating
Rate this question:
It executes the DELACCOUNT PL/SQL routine.
It runs the DELACCOUNT.SQL script file.
It creates the DELACCOUNT file using the default file extension.
It invokes the editor to edit the contents of the DELACCOUNT file.
Rate this question:
The DESCRIBE DEPT statement displays the structure of the DEPT table.
The ROLLBACK statement frees the storage space occupies by the DEPT table.
The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.
The DESCRIBE DEPT statement displays the structure of the DEPT table only if the us a COMMIT statement introduced before the ROLLBACK statement..
Rate this question:
Substitution variables
Replacement variables
Prompt variables
Instead-of variables
Rate this question:
Assists in the distribution of output across multiple columns.
Enables you to specify alternate output for non-NULL column values.
Enables you to specify alternated out for NULL column values.
Nullifies the value of the column out put.
Rate this question:
The SQL*Plus Keyword.
The username
The password.
The database name.
Rate this question:
1
2
3
4
0
Rate this question:
SELECT last_name FROM EMP WHERE last_name LIKE ‘_A%’;
SELECT last_name FROM EMP WHERE last name =’*A%’
SELECT last_name FROM EMP WHERE last name =’_A%’;
SELECT last_name FROM EMP WHERE last name LIKE ‘*A%’
Rate this question:
SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester_end DESC, gpa DESC;
SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester_end ASC, gpa ASC;
SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester_end, gpa DESC;
SELECT student_id, semester_end, gpa FROM student_grades ORDER BY gpa DESC, semester_end DESC;
SELECT student_id, semester_end, gpa FROM student_grades ORDER BY gpa DESC, semester_end ASC;.
Rate this question:
SUM(start_date)
AVG(start_date)
COUNT(start_date)
AVG(start_date, end_date)
MIN(start_date)
MAXIMUM(start_date)
Rate this question:
SELECT TO_DATE(SYSDATE, 'FMDAY, DD Month, YYYY') FROM dual;
SELECT TO_CHAR(SYSDATE, 'FMDD, DY Month, 'YYY') FROM dual;
SELECT TO_CHAR(SYSDATE, 'FMDay, DD Month, YYYY') FROM dual;
SELECT TO_CHAR(SYSDATE, 'FMDY, DDD Month, YYYY') FROM dual;
SELECT TO_DATE(SYSDATE, 'FMDY, DDD Month, YYYY') FROM dual;
Rate this question:
Create groups of data
Sort data in a specific order
Convert data to a different format
Retrieve data based on an unknown condition
Rate this question:
The indexed column is declared as NOT NULL.
The indexed columns are used in the FROM clause.
The indexed columns are part of an expression.
The indexed column contains a wide range of values.
Rate this question:
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth "of" Month YYYY fmHH:MI:SS AM') NEW_DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'Ddspth "of" Month YYYY fmHH:MI:SS AM') NEW_DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth "of" Month YYYY HH:MI:SS AM') NEW_DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmtDdspth "of" Month YYYY fmtHH:MI:SS AM') NEW_DATE FROM dual;
Rate this question:
0
1
0.00
An error statement
Rate this question:
Constraints provide data independence.
Constraints make complex queries easy.
Constraints enforce rules at the view level.
Constraints enforce rules at the table level.
Constraints prevent the deletion of a table if there are dependencies.
Constraints prevent the deletion of an index if there are dependencies.
Rate this question:
WHERE
HAVING
RESTRICT
GROUP BY
ORDER BY
Rate this question:
The size of an undo block
The size of the redo log files
Undo blocks generated per second
The size of the database buffer cache
The value of the UNDO_RETENTION parameter
Rate this question:
Displays only the list of default values
Displays only the list of all basic parameters
Displays the currently in effect parameter values
Displays only the list of all advanced parameters
Displays the list of all the parameter files of a database
Displays the current contents of the server parameter file
Rate this question:
The backup is similar to image copy.
The backup contains all used data blocks.
The backup contains only unused data blocks.
The backup contains all data blocks changed since the last incremental level 1 backup.
Rate this question:
Current redo log and inactive redo log
Checkpoint position to end of redo log
Beginning of redo log to end of redo log
All redo logs before the point of last commit
Beginning of redo log to checkpoint position
Rate this question:
Committing a transaction
Rolling back a transaction
Recovering from failed transactions
Recording a transaction to redo log files
Rolling forward during instance recovery
Rate this question:
Quiz Review Timeline (Updated): May 10, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.