Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What will answer for the below question. Qn 1 : - - - - - - - database link or PL / SQL subprograms in
What will answer for the below question.
Qn :database link or PLSQL subprograms in the schema can use this link to access database objects in the corresponding remote database.
Private Correct
Global
Self
Public
Qn : How the parameter atomicrefresh in dbmsmview.refresh will make the refresh faster?
When atomicrefresh is set to TRUE, the materialized view is deleted with DELETE command.
When atomicrefresh is set to FALSE, the materialized view is deleted with TRUNCATE command.
When atomicrefresh is set to FALSE, the materialized view is deleted with DROP command.
When atomicrefresh is set to TRUE, the materialized view is deleted with TRUNCATE command.
Qn : Which is the default level in a TRACE file
LEVEL
LEVEL
LEVEL
LEVEL
Qn : Different ways to access tables from another database
Use the DB link which is created at destination database
Use GRANT WITH GRANT option
GRANT option to required tables
All of the above
Qn : What is the purpose of SMON background process?
Writes redo log entries to disk
Performs crash recovery when a failed instance starts up again
None of the mentioned
Performs recovery when a user process fails
Qn : Which of the following is one of the most crucial performance counters for monitoring?
Memory Queue Length
All of the mentioned
Virtual Memory
Disk Write Bytessec
Qn : How can we insert a row for identity column implicitly?
We cannot insert a row for identity column
SET IDENTITYINSERT TABLE
INSERT INTO TABLEIDNAME SELECT IDNAME FROM TEMPTB
None of the above
SET IDENTITYINSERT TABLE ON
INSERT INTO TABLEIDNAME SELECT IDNAME FROM TEMPTB; SET IDENTITYINSERT OFF
Qn : Which is the best way to fetch hierarchial data from an Oracle table
Join the tables using left or Right join
None of the above
Join the tables using Self join
Join the tables using CONNECTBY PRIOR
Qn : Which of the following statements are true about Dblinks?
Cannot execute operations on the remote table
All of the above
Can analyse remote objects
Cannot perform grant privileges on remote objects
Qn : SQL subqueries that can occur wherever a value is permitted provided the subquery gives only one tuple with a single attribute are called
Vector Subqueries
Scalar Subqueries
Exact Subqueries
Positive Subqueries
Qn : We can use NVL to assign default value as NULL to the variablecolumn
TRUE
FALSE
Qn : How Tkprof will help to increase the performance
The TKPROF program converts Oracle trace files into a more readable form.
Tkprof gives number of physical reads of buffers from disk
Tkprof gives number of rows processed by the fetch or execute call
All of the above
Qn : Which of the following statements are true about Dblinks?
Cannot execute operations on the remote table
Can analyse remote objects
Cannot perform grant privileges on remote objects
All of the above
Qn : Which of the following OLAP systems do not exist?
ROLAP
MOLAP
HOLAP
None of the mentioned
Qn : Which system table will help to Description table for privilege type codes and Maps privilege type numbers to type names
TABLEPRIVILEGES
TABLEPRIVILEGEMAP
SESSIONPRIVS
SYSTEMPRIVILEGEMAP
Qn :SQL subqueries that can occur wherever a value is permitted provided the subquery gives only one tuple with a single attribute are called
Vector Subqueries
Positive Subqueries
Exact Subqueries
Scalar Subqueries
Qn : How the parameter atomicrefresh in dbmsmview.refresh will make the refresh faster?
When atomicrefresh is set to TRUE, the materialized view is deleted with TRUNCATE command.
When atomicrefresh is set to FALSE, the materialized view is deleted with TRUNCATE command.
When atomicrefresh is set to FALSE, the materialized view is deleted with DROP command.
When atomicrefresh is set to TRUE, the materialized view is deleted with DELETE command.
Qn : The Activity Monitor in SQL Server Management Studio graphically displays information about
User activity
All of the mentioned
Locks
Blocked processes
Qn : Which of the following Constraints ensures that all values in a column satisfies a specific condition
CHECK
WHERE
WHEN
HAVING
Qn : Choose the correct option regarding the following query WITH maxmarks VALUE AS SELECT MAXmarks FROM student SELECT studentID FROM student,maxmarks WHERE student.marks maxmarks.value;
The query is syntactically wrong
The query gives the maximum marks amongst all the students
The query gives t
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started