DBMS MCQ Questions and Answers
Practice ModeShowing 10 of 527 questions
Q71
SELECT ROUND (631.1250,2)
Answer: Option A
Q72
SELECT SUSTR (ORACLE 2,3) FROM DUAL
Answer: Option B
Q73
Which oracle command has the explicit commit statement
Answer: Option B
Q74
Which type of row id for the propionate does the oracle global index uses
Answer: Option D
Q75
Which function implements the IF-THEN-ELSE statement
Answer: Option A
Q76
The output of the query SELECT REPLACE ( RTRIM (
Answer: Option A
Q77
We can use any arithmetic operators in any clause of sql except
Answer: Option C
Q78
On Which side the outer join condition the join symbol should be there
Answer: Option C
Q79
Consider the following query SELECT DNAME, ENAME FROM DEPT D, EMP E WHERE D.DEPTNO=E. DEPTNO ORDER BY DNAME, NAME This join is called as
Answer: Option C
Q80
What is the number of the values a sub query using the in operator can return to
the parent query
Answer: Option D