You are on page 1of 2

DBMS Questions – Set 10

1. Which of the following is used to generate a square root of a number?


(A) MySQL SQRT Function
(B) MySQL RAND Function
(C) MySQL AVG Function
(D) None of the above
Answer
(A) MySQL SQRT Function
2. Which datatype is used to store up to 65,536 characters?
(A) Memo
(B) Text
(C) Integer
(D) None of the above
Answer
(A) Memo
3. Which of the following operator combines two or more SELECT statements?
(A) In
(B) Like
(C) Union
(D) None of the above
Answer
(C) Union
4. Long datatype allows whole numbers between ___________
(A) 0 to 255
(B) -32,768 to 32,767
(C) -2,147,483,648 to 2,147,483,647
(D) None of the above
Answer
(C) -2,147,483,648 to 2,147,483,647
5. Which of the following datatype holds a string with maximum length of 255 characters?
(A) Text
(B) Medium Text
(C) Long Text
(D) Tiny Text
Answer
(D) Tiny Text
6. In E-R Diagram, the total participation by entities is represented as________
(A) Dashed line
(B) Rectangle
(C) Double rectangle
(D) Double line
Answer
(D) Double line
7. Intersection operator is used to obtain the _______ tuples.
(A) Unique
(B) Common
(C) Different
(D) None of the above
Answer
(B) Common
8. Which is a low level operator?
(A) Insert
(B) Update
(C) Directory
(D) None of the above
Answer
(C) Directory
9. The LAST() function is only supported in _______
(A) MS Word
(B) MS Access
(C) MS Excel
(D) None of the above
Answer
(B) MS Access
10. _______ are used to specify the rules for the data in a table.
(A) Constraints
(B) Aliases
(C) Wildcards
(D) None of the above
Answer
(A) Constraints

You might also like