Paper-III Quiz
Paper-III Quiz
Answer ( )
2. Data about data is normally termed as :
(a)directory (b)data bank (c)meta data (d)none of the above
Answer ( )
3. Language for accessing and updating the data organized by the appropriate model is _______.
(a)Data Definition Language (b)Data Manipulation Language (c)Data Control
Language (d) none
Answer ( )
4. SQL stands for _________.
(a)Sequential Query Language (b)Schema Query Language (c)Structured Query
Language
Answer ( )
5. A person who has central control over the system is called _________.
(a)Data Administrator (b)Application Programmer
(c)Database Administrator (d)End user
Answer ( )
6. A relational database consists of a collection of ----------, each of which is assigned a unique
name.
(a) tables (b) columns (c) rows (d) values
Answer ( )
7. R1 is primary key of A table and R2 is primary key of B. So, R1 is foreign key of ----------
table.
(a) B (b) A (c)another
Answer ( )
8. The ---------- is a special value that signifies that the value is unknown or does not exist.
(a) null value (b)varchar (c) int (d)float
Answer ( )
9. A ---------- is a set of one or more attributes that, taken collectively, allow us to identify
uniquely a tuple in the relation.
(a) superkey (b) candidate key (c) primary key (d) Foreign key
Answer ( )
10. Such minimal superkeys are called ---------- keys.
(a) candidate (b) primary (c) foreign (d) alternate
Answer ( )
11. The ---------- operation, to combine information from any two relations.
(a) Cartesian-product (b)project (c) select (d) join
Answer ( )
12. The database schema is written in _____.
(a)HLL (b)DML (c)DDL (d)DCL
Answer ( )
13. Key to represent relationship between tables is called______.
(a) Primary key (b) second key (c) foreign key (d) none of these
Answer ( )
14. The Elimination of duplicates tuples use the clause _______.
(a) Select Clause (b) Where Distinct Clause
(c)Select Distinct Clause (d) From Distinct Clause
Answer ( )
15. Pattern matching can be performed on strings using the operator ________.
(a)As (b) Like (c)% (d)In
Answer ( )
16. Which of the following symbols represent entity sets in ER diagram?
(a) Divided rectangles (b) Undivided rectangles (c) Diamonds (d) Lines
Answer ( )
17. Which are the two ways in which entities can participate in a relationship?
(a)Passive and active (b)Total and partial (c)Simple and complex (d)All of the above
Answer ( )
18. A _____ is one whose existence is dependent on another entity, which are part of some other
entity.
(a)Entity (b)Weak entity (c) Non attributes entity (d)Dependent entity
Answer ( )
19. A person many phone number that is _____attribute.
(a) Simple (b)single-value (c)multivalued (d)Derived value
Answer ( )
20. Weak entity set is represented as
(a)Double line (b)Underline diamond (c)Double rectangle (d)Double
Answer ( )