Database Management System
Database Management System
Database Management System
Ans: A
Q.4 Cartesian product in relational algebra is
(A) a Unary operator. (B) a Binary operator. (C) a Ternary operator. (D) not defined.
Ans: D
Q.8 Architecture of the database can be viewed as
(A) two levels. (B) four levels. (C) three levels. (D) one level.
Ans: C
In a relational model, relations are termed as
(A) Tuples. (B) Attributes (C) Tables. (D) Rows.
Ans:c for more materials visit us at www.Gr8AmbitionZ.com
Gr8AmbitionZ
Q.9 The database schema is written in
(A) HLL (B) DML (C) DDL (D) DCL
Ans: C
Q.10 In the architecture of a database system external level is the
(A) physical level. (B) logical level. (C) conceptual level (D) view level.
Ans: D
Q.11 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
referred to as the
Q.19 The database environment has all of the following components except:
(A) users. (B) separate files.
(C) database. (D) database administrator.
Ans: A
Q.20 The language which has recently become the defacto standard for interfacing
(A) module. (B) relational model. (C) schema. (D) sub schema.
Ans: D
Q.22 In an E-R diagram an entity set is represent by a
(A) rectangle. (B) ellipse. (C) diamond box. (D) circle.
Ans: A
Q.23 A report generator is used to
(A) update files. (B) print files on paper. (C) data entry. (D) delete files.
Ans: B
Ans: B
Q.26 A relational database developer refers to a record as
(A) a criteria. (B) a relation. (C) a tuple. (D) an attribute.
Ans: C
Q.27 The relational model feature is that there
(A) is no need for primary key data.
(B) is much more data independence than some other database models.
(C) are explicit relationships among records.
(D) are tables with many dimensions.
Ans: B
Q.28 Conceptual design
(A) is a documentation technique.
(B) needs data volume and processing frequencies to determine the size of the database.
(C) involves modelling independent of the DBMS.
(D) is designing the relational model.
Ans:C
Q.29 The method in which records are physically stored in a specified order according to a
(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
count only distinct values than the DISTINCT keyword is also to be used)
database administrator.
(B) Data elements in the database can be modified by changing the data dictionary.
(C) The data dictionary contains the name and description of each data element.
(D) The data dictionary is a tool used exclusively by the database administrator.
Ans: B
Q.33 An advantage of the database management approach is
(A) data is dependent on programs.
(B) data redundancy increases.
(C) data is integrated and can be accessed by multiple programs.
(D) none of the above.
Ans: C
of a table?
Ans: D
Q.55 The RDBMS terminology for a row is
(A) tuple. (B) relation. (C) attribute. D) degree.
Ans: A
Q.56 Which of the following operations need the participating relations to be union compatible?
(A) UNION (B) INTERSECTION (C) DIFFERENCEqq (D) All of the above
Ans: D
Q.57 The full form of DDL is
(A Dynamic Data Language (B) Detailed Data Language
(C) Data Definition Language (D) Data Derivation Language
Ans: C
Q.58 Which of the following is an advantage of view?
(A) Data security (B) Derived columns
(C) Hiding of complex queries (D) All of the above
Ans: D
Q.59 Which of the following is a legal expression in SQL?
(A) SELECT NULL FROM EMPLOYEE;
(B) SELECT NAME FROM EMPLOYEE;
(C) SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL;
Ans: B
Q.60 The users who use easy-to-use menu are called
(A) Sophisticated end users (B) Naïve users. (C) Stand-alone users. (D) Casual end users.
Ans: B
Q.61 Which database level is closest to the users?
(A) External (B) Internal (C) Physical (D) Conceptual
Ans: A
Q.62 Which arefor more
the two materials
ways visit can
in which entities us participate
at www.Gr8AmbitionZ.com
in a relationship?
(A) Passive and active (B) Total and partial (C) Simple and Complex (D) All of the above
Ans: B
Gr8AmbiionZ
Gr8AmbitionZ
Q.63 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
Q.64 Which of the following is a comparison operator in SQL?
(A) = (B) LIKE (C) BETWEEN (D) All of the above
Ans: D
relational data?
(A) Predicate calculus (B) Relational calculus (C) Relational algebra (D) None of the above
Ans:C
Q.67 Which of the following is another name for weak entity?
(A) Child (B) Owner (C) Dominant (D) All of the above
Ans: A
Q.68 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.69 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
(D) not a value
Ans: D
Q.70 Which of the following is record based logical model?
(A) Network Model (B) Object oriented model(C) E-R Model (D) None of these
Ans: A
Q.71 A data dictionary is a special file that contains:
(A) The name of all fields in all files.
(B) The width of all fields in all files.
(C) The data type of all fields in all files.
(D) All of the above.
Ans: D
Q.72 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.73 The physical location of a record is determined by a mathematical formula that
(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.79 Consider the join of a relation R with relation S. If R has m tuples and S has n
been specified.
the remainder.