DBMS Ques 1
DBMS Ques 1
DBMS Ques 1
PART-I
Ans: A
Ans: B
Ans: A
1
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: D
Ans: C
Ans:
Ans: C
Ans: D
Q.12 An entity set that does not have sufficient attributes to form a primary key is a
(A) strong entity set. (B) weak entity set.
(C) simple entity set. (D) primary entity set.
Ans: B
2
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: D
Ans: C
Ans: A
Q.17 The language used in application programs to request data from the DBMS is referred
to as the
(A) DML (B) DDL
(C) VDL (D) SDL
Ans: A
Ans: A
Ans: B Related data fields in a database are grouped to form a data record.
(A record is a collection of related fields)
Q.20 The database environment has all of the following components except:
(A) users. (B) separate files.
(C) database. (D) database administrator.
Ans: A
3
DC10 DATABASE MANAGEMENT SYSTEMS
Q.21 The language which has recently become the defacto standard for interfacing application
programs with relational database system is
(A) Oracle. (B) SQL.
(C) DBase. (D) 4GL.
Ans: B
Q.22 The way a particular application views the data from the database that the application
uses is a
(A) module. (B) relational model.
(C) schema. (D) sub schema.
Ans: D
Ans: A
Ans: B
Ans: D
Ans: B
Ans: C
Ans: B
Ans:C
Q.30 The method in which records are physically stored in a specified order according to a key
field in each record is
(A) hash. (B) direct.
(C) sequential. (D) all of the above.
Ans: A A method in which records are physically stored in a specified order according
to a key field in each record is hash.
(In hash method, a hash function is performed on the key value to determine the
unique physical address of the record to store or retrieve)
Ans: B
5
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: C
Ans: D
Ans: C
Ans: B
Ans: B
Q.40 The statement in SQL which allows to change the definition of a table is
(A) Alter. (B) Update.
(C) Create. (D) select.
Ans: A
6
DC10 DATABASE MANAGEMENT SYSTEMS
Q.41 E-R model uses this symbol to represent weak entity set ?
(A) Dotted rectangle.
(B) Diamond
(C) Doubly outlined rectangle
(D) None of these
Ans: C
Ans: A
Ans: C
Ans: C
Ans: A
Q.46 The file organization that provides very fast access to any arbitrary record of a file is
(A) Ordered file (B) Unordered file
(C) Hashed file (D) B-tree
Ans: C
Ans: D
7
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: C
Q.49 In a relation
(A) Ordering of rows is immaterial
(B) No two rows are identical
(C) (A) and (B) both are true
(D) None of these.
Ans: C
Ans: D
Ans: B
Ans: D
Ans: B
Q.54 Which of the following operation is used if we are interested in only certain columns of a
table?
(A) PROJECTION (B) SELECTION
(C) UNION (D) JOIN
Ans: A
8
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: D
Ans: A
Q.57 Which of the following operations need the participating relations to be union compatible?
(A) UNION (B) INTERSECTION
(C) DIFFERENCE (D) All of the above
Ans: D
Ans: C
Ans: D
Ans: B
Ans: B
Ans: A
9
DC10 DATABASE MANAGEMENT SYSTEMS
Q.63 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
Ans: B
Q.64 The result of the UNION operation between R1 and R2 is a relation that includes
(A) all the tuples of R1
(B) all the tuples of R2
(C) all the tuples of R1 and R2
(D) all the tuples of R1 and R2 which have common columns
Ans: D
Ans: D
Ans: D
Q.67 Which of the operations constitute a basic set of operations for manipulating relational
data?
(A) Predicate calculus (B) Relational calculus
(C) Relational algebra (D) None of the above
Ans:C
Ans: A
Q.69 Which of the following database object does not physically exist?
(A) base table (B) index
(C) view (D) none of the above
Ans: C
Q.70 NULL is
(A) the same as 0 for integer
(B) the same as blank for character
(C) the same as 0 for integer and blank for character
10
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: D
Ans: A
Ans: D
Q.73 A file manipulation command that extracts some of the records from a file is called
(A) SELECT (B) PROJECT
(C) JOIN (D) PRODUCT
Ans: A
Q.74 The physical location of a record is determined by a mathematical formula that transforms
a file key into a record location is :
(A) B-Tree File (B) Hashed File
(C) Indexed File (D) Sequential file.
Ans: B
Q.75 Using Relational Algebra the query that finds customers, who have a balance of over
1000 is
(A) Π Customer_name( σ balance >1000(Deposit))
(B) σ Customer_name( Π balance >1000(Deposit))
(C) Π Customer_name( σ balance >1000(Borrow))
(D) σ Customer_name( Π balance >1000(Borrow))
Ans: A
Ans: A
Ans B
Ans: C
Q.79 An instance of relational schema R (A, B, C) has distinct values of A including NULL
values. Which one of the following is true?
(A) A is a candidate key (B) A is not a candidate key
(C) A is a primary Key (D) Both (A) and (C)
Ans: B
Q.80 Consider the join of a relation R with relation S. If R has m tuples and S has n tuples,
then the maximum size of join is:
(A) mn (B) m+n
(C) (m+n)/2 (D) 2(m+n)
Ans: A
Ans: D
Ans: C
Ans: A
12
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: D
Ans: A
Ans: C
Q.87 The ______ operator is used to compare a value to a list of literals values that have been
specified.
(A) BETWEEN (B) ANY
(C) IN (D) ALL
Ans: A
Ans: D
Ans: A
Q.90 _____________ function divides one numeric expression by another and returns the
remainder.
(A) POWER (B) MOD
(C) ROUND (D) REMAINDER
Ans: B
Q.91 A data manipulation command the combines the records from one or more tables is called
(A) SELECT (B) PROJECT
(C) JOIN (D) PRODUCT
13
DC10 DATABASE MANAGEMENT SYSTEMS
Ans: C
Ans: D
Q.93 _________ is a virtual table that draws its data from the result of an SQL
SELECT statement.
(A) View (B) Synonym
(C) Sequence (D) Transaction
Ans: A
Ans: B
Ans: B
Ans: A
Q.97 Which two files are used during operation of the DBMS
(A) Query languages and utilities
(B) DML and query language
(C) Data dictionary and transaction log
(D) Data dictionary and query language
Ans: C
14