DBMS MCQ Questions and Answers
Practice ModeShowing 10 of 527 questions
Q131
Assume that today is Monday of jan 2006 then what is the output of the query bellow SELECT TO CHAR (NEXT DAY(SYSDATE MONDAY,
Answer: Option D
Q132
SELECT ROUND (631.1250,2)
Answer: Option A
Q133
Which oracle command has the explicit commit statement
Answer: Option B
Q134
Which type of row id for the propionate does the oracle global index uses
Answer: Option D
Q135
The output of the query
SELECT REPLACE ( RTRIM (
Answer: Option A
Q136
We can use any arithmetic operators in any clause of sql except
Answer: Option C
Q137
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
Q138
What is the number of the values a sub query using the in operator can return to the parent query
Answer: Option D
Q139
When using the multiple table to query information , in which clause we specify the names of tables
Answer: Option D
Q140
The query given bellow is
SELECT E.ENAME=
Answer: Option C