Oracle and PL/SQL
Description: Oracle and PL/SQL Test contains questions on database, SQL server questions | |
Number of Questions: 15 | |
Created by: Tanya Dwivedi | |
Tags: Oracle PL SQL questions SQL questions Database questions DB questions IT questions Java/Oracle /C/C++ Computer Basics |
Which of the following files in oracle is very useful in the event of a failure and is used for recovery purposes?
Which of the following files is used in oracle in the event of an instance failure?
Which of the following queries returns the number of rows in the table student?
Which of the following is the correct query to display name of student from the student table having name as 'aman' or 'harish'?
Which of the following object privileges in SQL is not supported by the Grant command?
Which of the following modes of shutdown in oracle allows oracle server to automatically rolls back all currently active transactions?
Which of the following parameters in the create sequence command of SQL specifies that the values of the sequence are not preallocated?
Which of the following segments in oracle is/are created when the application creates the table or cluster with the Create command?
Which of the following components of SGA is/are shared by multiple users as the contents of its memory area?
Which of the following schemas in a distributed database specifies that the fragments are really the logical portions of the global relation which are physically dispersed at different sites of the network, and defines at which site a fragment is allocated?
Which of the following components of data block in oracle contains information about tables that have data in the data block?
Which of the following types of cursors is/are declared and used by the user to process multiple rows returned by Select statement?
Which of the following statements in SQL allows users to control the properties of their current session by enabling or disabling roles of users and changing language settings?
Which of the following components of oracle process in the background performs process recovery when a user processor fails?
Which of the following statements is used to add methods but not attributes to an object type stored in the database?