Objective Questions
Objective Questions
Objective Questions
(A) Number of tuples. (B) Number of attributes. (C) Number of tables. (D) Number of constraints.
(A) Conceptual view (B) Internal view (C) External view (D) Physical View.
(A) a Unary operator (B) a Binary operator (C) a Ternary operator (D) not defined
(A) Description of logical structure of database (B) Addition of new structures in the database system
(C) Manipulation & processing of database (D) Definition of physical structure of database system
(A) Selection operation (B) Rename operation (C) Join operation (D) Projection operation.
(A) two levels. (B) four levels. (C) three levels. (D) one level.
(A) physical level. (B) logical level. (C) conceptual level (D) view level.
Q.12 An entity set that does not have sufficient attributes to form a primary key is a Ans: B
Page 1 of 10
FDBMS IV ECE
(A) strong entity set. (B) weak entity set. (C) simple entity set. (D) primary entity set.
(A) not Null (B) Null (C) both Null & not Null. (D) any value.
Q.16
Q.17 The language used in application programs to request data from the DBMS is referred to as the
(A) is the entire database. (B) is a standard way of organizing information into accessible parts.
(C) describes how data is actually stored on disk. (D) both (A) and (C)
(A) data file. (B) data record. (C) menu. (D) bank.
Q.20 The database environment has all of the following components except: Ans: A
(A) users. (B) separate files. (C) database. (D) database administrator.
Q.21 The language which has recently become the defacto standard for interfacing application programs
with relational database system is Ans: B
Q.22 The way a particular application views the data from the database that the application uses is a
Ans: D
(A) module. (B) relational model. (C) schema. (D) sub schema.
Page 2 of 10
FDBMS IV ECE
(A) update files. (B) print files on paper. (C) data entry. (D) delete files.
(C) Data stored in a database is independent of the application programs using it.
Q.26 The DBMS language component which can be embedded in a program is Ans: B
(A) The data definition language (DDL). (B) The data manipulation language (DML).
(B) is much more data independence than some other database models.
(C) are explicit relationships among records. (D) are tables with many dimensions.
(B) needs data volume and processing frequencies to determine the size of the database.
(C) involves modeling independent of the DBMS. (D) is designing the relational model.
Q.30 The method in which records are physically stored in a specified order according to a key field in
each record is Ans: A
(A) hash. (B) direct. (C) sequential. (D) all of the above.
(A) the logical view. (B) the physical view. (C) the external view. (D) all of the above.
Page 3 of 10
FDBMS IV ECE
Q.33 Which one of the following statements is false? Ans: B
(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.
(C) data is integrated and can be accessed by multiple programs. (D) none of the above.
(A) support end users who use English-like commands. (B) specify the structure of a database.
(C) support in the development of complex applications software. (D) all of the above.
(A) producing detail, summary, or exception reports. (B) recording a business activity.
(A) VDL and DDL (B) DDL and DML (C) SDL and DDL (D) VDL and DML
Q.38 The method of access which uses key transformation is known as Ans: B
(C) programs are not dependent on the logical attributes of data. (D) both (B) and (C).
Q.40 The statement in SQL which allows to change the definition of a table is Ans: A
Q.41 E-R model uses this symbol to represent weak entity set ? Ans: C
Page 4 of 10
FDBMS IV ECE
(A) Dotted rectangle. (B) Diamond (C) Doubly outlined rectangle (D) None of these
(A) Network Model (B) Hierarchical Model (C) Relational Model (D) None of these
(A) Data Definition Language . (B) Meta Language (C) Procedural query Language (D) None of the above
(A) Primary key (B) Secondary Key (C) Foreign Key (D) None of these
Q.45 _______ produces the relation that has attributes of R1 and R2 Ans: A
Q.46 The file organization that provides very fast access to any arbitrary record of a file is Ans: C
(A) Ordered file (B) Unordered file (C) Hashed file (D) B-tree
(A) Data independence (B) Centralized control of data (C) Neither (A) nor (B) (D) both (A) and (B)
(C) (A) and (B) both are true (D) None of these.
(C) a SQL query will not work if there are no indexes on the relations (D) None of these
Q.51 It is better to use files than a DBMS when there are Ans: B
(A) Stringent real-time requirements. (B) Multiple users wish to access the data.
Page 5 of 10
FDBMS IV ECE
Q.52 The conceptual model is Ans: D
(C) dependent on both hardware and software . (D) independent of both hardware and software
Q.53 What is a relationship called when it is maintained between two entities? Ans: B
Q.54 Which of the following operation is used if we are interested in only certain columns of a table?
Ans: A
(A) CHARACTER (B) NUMERIC (C) FLOAT (D) All of the above
Q.57 Which of the following operations need the participating relations to be union compatible? Ans: D
(A) UNION (B) INTERSECTION (C) DIFFERENCE (D) All of the above
(A) Data security (B) Derived columns (C) Hiding of complex queries (D) All of the above
(A) SELECT NULL FROM EMPLOYEE; (B) SELECT NAME FROM EMPLOYEE;
(C) SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL; (D) None of the above
Q.61 The users who use easy-to-use menu are called Ans: B
(A) Sophisticated end users. (B) Naïve users. (C) Stand-alone users. (D) Casual end users.
Page 6 of 10
FDBMS IV ECE
(A) External (B) Internal (C) Physical (D) Conceptual
Q.63 Which are the two ways in which entities can participate in a relationship? Ans: B
(A) Passive and active (B) Total and partial (C) Simple and Complex (D) All of the above
Q.64 The result of the UNION operation between R1 and R2 is a relation that includes Ans: D
(C) all the tuples of R1 and R2 (D) all the tuples of R1 and R2 which have common columns
Q.67 Which of the operations constitute a basic set of operations for manipulating relational data?
Ans:C
(A) Predicate calculus (B) Relational calculus (C) Relational algebra (D) None of the above
Q.68 Which of the following is another name for weak entity? Ans: A
(A) Child (B) Owner (C) Dominant (D) All of the above
Q.69 Which of the following database object does not physically exist? Ans: C
(A) base table (B) index (C) view (D) none of the above
(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
(A) Network Model (B) Object oriented model (C) E-R Model (D) None of these
(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.
Page 7 of 10
FDBMS IV ECE
Q.73 A file manipulation command that extracts some of the records from a file is called 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 : Ans: B
(A) B-Tree File (B) Hashed File (C) Indexed File (D) Sequential file
Q.75 Using Relational Algebra the query that finds customers, who have a balance of over 1000 is Ans: A
(B) Many to many relationship between the tables that connect them.
(C) Network model between the tables that connect them. (D) None of the above.
(A) Unary Operator (B) Ternary Operator (C) Binary Operator (D) Not an operator
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? Ans: B
(A) A is a candidate key (B) A is not a candidate key (C) A is a primary Key (D) Both (A) and (C)
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: Ans: A
(C) Combination of Union and Cartesian product (D) Combination of projection and Cartesian product
Page 8 of 10
FDBMS IV ECE
Q.82 Which one of the following is not true for a view: Ans: C
(A) View is derived from other tables. (B) View never contains derived columns.
(C) A view definition is permanently stored as part of the database. (D) View is a virtual table.
(B) Many to many relationship between the tables that connect them.
(C) Network model between the tables that connect them. (D) None of the above.
(A) Tree structure (B) Plex Structure (C) Normalize Structure (D) Table Structure
Q.86 To delete a particular column in a relation the command used is: Ans: C
Q.87 The ______ operator is used to compare a value to a list of literals values that have been specified.
A) is the entire database B) is a standard way of organizing information into a accessible part
Q.90 _____ function divides one numeric expression by another and returns the remainder. Ans: B
Q.91 A data manipulation command the combines the records from one or more tables is called Ans: C
Page 9 of 10
FDBMS IV ECE
(A) Ellipse (B) Dashed ellipse (C) Rectangle (D) Triangle
Q.93 _________ is a virtual table that draws its data from the result of an SQL SELECT statement. Ans: A
Q.94 The method of access which uses key transformation is known as Ans: B
(A) Join (B) Self Join (C) Outer Join (D) Equi Join
Page 10 of 10