Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

» DataBase Management System (DBMS) solved MCQs

Which one of the following is the right syntax for DECODE?

Question:

Which one of the following is the right syntax for DECODE?

A.

decode (search, expression, result [, search, result]… [, default])

B.

decode (expression, result [, search, result]… [, default], search)

C.

decode (search, result [, search, result]… [, default], expression)

D.

decode (expression, search, result [, search, result]… [, default])

Answer» d. decode (expression, search, result [, search, result]… [, default])

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which one of the following is the right syntax for DECODE? Read More »

» DataBase Management System (DBMS) solved MCQs

Any recursive view must be defined as the union of two subqueries: a                query that is nonrecursive and a                      query.

Question:

Any recursive view must be defined as the union of two subqueries: a                query that is nonrecursive and a                      query.

A.

base, recursive

B.

recursive, base

C.

base, redundant

D.

view, base

Answer» a. base, recursive

Note: The above multiple-choice question is for all general and Competitive Exams in India

Any recursive view must be defined as the union of two subqueries: a                query that is nonrecursive and a                      query. Read More »

» DataBase Management System (DBMS) solved MCQs