DBMS
DBMS
DBMS
a. Stored in main memory and stays resident there even after the application that uses it terminates.
c. Stored indefinitely in case it's needed since storing it is much cheaper now.
b. It has evolved over the years into a fairly simple set of tools that are relatively easy to master.
c. Marketplace demands and product innovation have led to the development of a broad range of features.
Answer: (b).It has evolved over the years into a fairly simple set of tools that are relatively easy to master.
b. Allows a user to submit queries to a database without having to know how the data will be retrieved.
c. Although useful for processing ad hoc queries, they cannot perform transaction processing.
d. They usually support databases used by work teams and small businesses.
Answer: (c).Although useful for processing ad hoc queries, they cannot perform transaction processing.
5. In the evolution of database technology, second-generation products are considered to be the first true DB
a. They were "navigational", i.e. the programmer had to write code to navigate through a network of linked re
c. Its details have been widely adopted in third- and fourth-generation DBMSs.
d. None of the above.
Answer: (c).Its details have been widely adopted in third- and fourth-generation DBMSs.
a. It is very different and much more challenging than managing the other physical resources of an organizat
b. Its goal is to use information technology as a tool for processing, distributing, and integrating information th
Answer: (a).It is very different and much more challenging than managing the other physical resources of an org
c. Query Language
a. Network Maintenance
b. Routine Maintenance
c. Schema Definition
a. A Row
b. A Table
c. A Field
d. A Column
a. Table
b. Relation
c. Attributes
d. Domain
Answer: (c).Attributes
a. Deletion
b. Insertion
c. Sorting
d. Updating
Answer: (c).Sorting
a. Null = 0
b. Null < 0
c. Null > 0
d. Null <> 0
18. _____________ refers to the correctness and completeness of the data in a database?
a. Data security
b. Data integrity
c. Data constraint
d. Data independence
b. Ensure that duplicate records are not entered into the table
c. Improve the quality of data entered for a specific property (i.e., table column)
Answer: (c).Improve the quality of data entered for a specific property (i.e., table column)
20. The DBMS acts as an interface between what two components of an enterprise-class database system?
a. Physical Level
b. Critical Level
c. Logical Level
d. View Level
a. Database Schema
b. Physical Schema
c. Critical Schema
d. Logical Schema
a. Entity-Relationship model
a. Database Instance
b. Database Snapshot
c. Database Schema
a. Database Schema
b. Database Instance
c. Database Snapshot
a. Table
b. Schema
c. Relation
d. None of these
Answer: (b).Schema
7. A logical description of some portion of database that is required by a user to perform task is called as
a. System View
b. User View
c. Logical View
d. Data View
d. Bottom – Up approach
a. Relational
b. Hierarchical
c. Physical
d. Network
Answer: (d).Network
10. Which of the following indicates the maximum number of entities that can be involved in a relationship?
a. Minimum cardinality
b. Maximum cardinality
c. ERD
11. Which of the following data constraints would be used to specify that the value of cells in a column must be
a. A domain constraint
b. A range constraint
c. An intrarelation constraint
d. An interrelation constraint
13. Which of the following column properties specifies whether or not cells in a column must contain a data va
a. Null status
b. Data type
c. Default value
d. Data constraints
a. NULL
b. NOT NULL
15. Which of the following column properties would be used to specify that cells in a column must contain a m
a. Null status
b. Data type
c. Default value
d. Data constraints
16. If a denormalization situation exists with a one-to-one binary relationship, which of the following is true?
18. What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary
a. VARCHAR2
b. CHAR
c. LONG
d. NUMBER
Answer: (a).VARCHAR2
19. A multidimensional database model is used most often in which of the following models?
a. Data warehouse
b. Relational
c. Hierarchical
d. Network
c. Block contention
1. A Relation is a
a. Relation
b. Attribute
c. Tuple
d. Domain
Answer: (a).Relation
3. In mathematical term Row is referred as
a. Relation
b. Attribute
c. Tuple
d. Domain
Answer: (c).Tuple
a. Superkey
b. Domain
c. Attribute
d. Schema
Answer: (a).Superkey
a. Schema keys
b. Candidate keys
c. Domain keys
d. Attribute keys
Answer: (a).it takes a list of values and return a single values as result
a. Stack
b. Data Structure
c. Linked list
d. Query
Answer: (d).Query
3. Establishing limits on allowable property values, and specifying a set of acceptable, predefined options tha
of:
a. Attributes
c. Method constraints
4. ______ is a special type of integrity constraint that relates two relations & maintains consistency across th
d. Domain Constraints
a. Tape Storage
b. Optical Storage
c. Flash memory
6. Which of the following creates a virtual relation for storing the query ?
a. Function
b. View
c. Procedure
7. Which of the following is the syntax for views where v is view name ?
c. Data isolation
a. RAID level 1
b. RAID level 2
c. RAID level 0
d. RAID level 3
a. Helical scanning
b. DAT
c. a laser beam
d. RAID
Answer: (d).RAID
1. State true or false: SQL specifies a way of mentioning functional dependencies
a. True
b. False
c. May be
d. Can't say
Answer: (b).False
2. State true or false: Most current database systems do not support constraints on materialized view
a. True
b. False
c. May be
d. Can't say
Answer: (a).True
c. Multi-purpose dependencies
c. Multi-purpose dependencies
5. The _______ is a set of all functional and multi values dependencies implied by a set of functional depend
a. Star
b. Closure
c. Derivation
d. Evolution
Answer: (b).Closure
6. State true or false: If a relational schema is in _______ NF and A is a subset of R and B is also a subset o
values dependency.
a. 1
b. 2
c. 3
d. 4
Answer: (d).4
a. BCNF
b. PJNF
c. 5NF
a. Database definition.
b. Database manipulation.
c. Database control.
3. Which SQL Query is use to remove a table and all its data from the database?
a. Create Table
b. Alter Table
c. Drop Table
d. None of these
Answer: (c).Drop Table
4. A type of query that is placed within a WHERE or HAVING clause of another query is called
a. Super query
b. Sub query
c. Master query
d. Multi-query
5. Aggregate functions are functions that take a ___________ as input and return a single value.
a. Collection of values
b. Single value
c. Aggregate value
d. Both a & b
a. Mean(salary)
b. Avg(salary)
c. Sum(salary)
d. Count(salary)
Answer: (b).Avg(salary