You are on page 1of 2

DBMS Questions – Set 7

1. Which operator is used to select values within a range?


(A) WITHIN
(B) RANGE
(C) BETWEEN
(D) None of the above
Answer
(C) BETWEEN
2. Which of the following is the most common type of Join?
(A) INNER JOIN
(B) INSIDE JOIN
(C) JOINED
(D) None of the above
Answer
(A) INNER JOIN
3. DBMS may be combined with or used by ______ type of transaction manager.
(A) DB2
(B) Customer Information Control System (CICS)
(C) Oracle
(D) None of the above
Answer
(B) Customer Information Control System (CICS)
4. The _____clause is used to specify the number of records to return.
(A) FROM
(B) WHERE
(C) SELECT TOP
(D) None of the above
Answer
(C) SELECT TOP
5. In SQL, Wildcard characters are used with the _______ operator.
(A) LIKE
(B) RANGE
(C) BETWEEN
(D) None of the above
Answer
(A) LIKE
6. Which operator allows to specify multiple values in a WHERE Clause?
(A) LIKE
(B) IN
(C) BETWEEN
(D) None of the above
Answer
(B) IN
7. In SQL,which of the following wildcard character is used as a substitute for Zero or more
characters?
(A) *
(B) _
(C) ^
(D) %
Answer
(D) %
8. The basic unit of PL/SQL variant is called a _____
(A) block
(B) cell
(C) table
(D) None of the above
Answer
(A) block
9. Which of the following is a special type of stored procedure that is automatically invoked
whenever the data in the table is modified?
(A) Curser
(B) Trigger
(C) Both (A) & (B)
(D) None of the above
Answer
(B) Trigger
10. __________ are used to temporarily rename a table or heading of a column.
(A) Wildcards
(B) Constraints
(C) Joins
(D) Aliases
Answer
(D) Aliases

You might also like