All DBMS
All DBMS
UNIT-III
1) .............................. is the process of organizing data into related tables.
A) Normalization
B) Generalization
C) Specialization
D) None of the above
Ans: A
2) 4NF is designed to cope with:
a. Transitive dependency
b. Join dependency
c. Multi valued dependency
d. None of these
Ans: C
3) The operation which violates only one constraint called referential integrity
when it is Performed called as
a.insert
b.delete
c.Update
d.new
Ans: b
4) In a relational model, relations are termed as
a. Tuples.
b. Attributes
c. Tables.
d. Rows.
Ans: C
5) A relational database developer refers to a record as
a. criteria
b. a relation
c. a tuple
d. an attribute
Ans: C
6) In the __________ normal form, a composite attribute is converted to
individual attributes.
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a) First
b) Second
c) Third
d) Fourth
Ans: a
7) A function that has no partial functional dependencies is in _______ form :
A
a. 3NF
b. B 2NF
c. C 4NF
d. D BCNF
Ans: b
8) A property which ensures that each functional dependency is represented in
some individual relational resulting after decomposition
A
a. Loss less join
b. Dependency preservation
c. Both [A] and [B]
d. None of the above
Ans: C
9) Third normal form is based on the concept of _________
View Answer
a. A Closure Dependency
b. B Transitive Dependency
c. C Normal Dependency
d. D Functional Dependency
Ans: b
10) A functional dependency of the form X→Y is trivial if
A
a. X⊆X
b. Y⊂X
c. X⊆Yor Y⊂X
d. X⊂Y and Y⊂X
Ans: b
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
11) If every non-key attribute is functionally dependent on the primary key, then
the relation will be in :
A
View Answer
a. 1NF
b. 2NF
c. 3NF
d. D4NF
Ans: b
12)
Most of the time modification anamalies are serious enough that tables
should be normalized into:
a) First
b) Second
c) Third
d) BCNF
Ans: d
13)
The Normal form which only includes indivisible values or single atomic
values is classified as:
a) First
b) Second
c) Third
d) BCNF
Ans: a
Explanation:
14)
Normalization_________the data duplication.
a.eliminates
b.reduces
c.increases
d.maximizes
Ans: a
Explanation:
15) If a relation is in BCNF, then it is also in
a. 1 NF
b. 2 NF
c. 3 NF
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a. d. All of
the
above
Ans: d
Explanation:
16) A functional dependency is a relationship between or among
A. Entities
B. Rows
C. Attributes
D. Tables
Ans: C
Explanation:
17) Third normal form is inadequate in situations where the relation :
Ans: D
Explanation:
18) 5NF is designed to cope with :
A. Transitive dependency
B. Join dependency
C. Multi valued dependency
D. None of these
Ans: B
Explanation:
19) A relation is in 2NF if:
Ans: D
20) A relation is considered as:
a.Column
b.One-dimensional
c.Two-dimensional
d.Three-dimensional
Ans: c
a.Bill Gates
b.E.F.Codd
c.Herman Hollerith
d.Charles Babbage
Ans: b
22) Which of the following is true regarding Referential Integrity?
a.Candidate Key
b.Primary Key
c.Super Key
d.Sub Key
Ans: b
24) Foreign key is which of the following?
a.Any attribute
b.The same thing as a primary key
c.An attribute that serves as the primary key of other relation
d.None of the above
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: C
25) When mapping a multivalued attribute into a relation which of the following
is true?
a. One relation is created.
b. Two relation are created
c. Three relation are created
d. Four relations are created
Ans: b
UNIT-II
1) .................................is a full form of SQL.
Ans: C
2) Grant and revoke are ............... statements.
A. DDL
B. TCL
C. DCL
D. DML
Ans: C
3) Which of the following is not the DML statement?
A. modify
B. update
C. insert
D. delete
Ans: A
4) To eliminate duplicate rows ............................. is used
A) NODUPLICATE
B) ELIMINATE
C) DISTINCT
D) None of these
Ans: C
5) Which of the following is/are the DDL statements?
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
A) Create
B) B) Drop
C) Alter
D) All of the above
Ans: D
6) For like predicate which of the following is true.
i) % matches zero of more characters. ii) _ matches exactly
one character.
A) i-only
B) ii-only
C) Both of them
D) None of them
Ans: C
7) ........................ defines rules regarding the values allowed in columns
and is the standard mechanism for enforcing database integrity.
A) Column
B) Constraint
C) Index
D) Trigger
Ans: B
8) Which of the following are TCL commands?
Ans: a
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a. Primary Key
b. Not Null
c. Check
d. Union
Ans: d
10) _________ command makes the updates performed by the
transaction permanent in the database?
a. ROLLBACK
b. COMMIT
c. TRUNCATE
d. DELETE
Ans: b
11) Which command is used to change the definition of a table in
SQL?
a. CREATE
b. UPDATE
c. ALTER
d. SELECT
Ans: c
12) Which of the following is the correct order of a SQL statement?
Ans: b
13)
What are the different events in Triggers ?
a] Define, Create
b] Drop, Comment
c] Insert, Update, Delete
d] All of the above
Ans: c
14) ______ is NOT a type of constraint in SQL language?
a. FOREIGN KEY
b. PRIMARY KEY
c. UNIQUE
d. ALTERNATE KEY
Ans: d
15 The basic data type char(n) is a _____ length character
string and varchar(n) is _____ length character.
A. Fixed, equal
B. Fixed, variable
C. Equal, variable
D. Variable, equal
Ans: B
16) Which statement is used to get all data from the student table
whose name starts with p?
Ans: b
17) Which of the following statement is correct to display all the
cities with the condition, temperature, and humidity whose
humidity is in the range of 60 to 75 from the 'whether' table?
Ans: b
18) Which of the following are the synonyms for Column and ROW
of a table?
a. 1 and 2
b. 3 and 4
c. Only 1
d. Only 2
Ans: a
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
19) How can you change "Thomas" into "Michel" in the "LastName"
column in the Users table?
Ans: d
20) If we have not specified ASC or DESC after a SQL ORDER
BY clause, the following is used by default
a. DESC
b. ASC
Ans: b
21)
Which data manipulation command is used to combines the records
from one or more tables.
a. Select
b. Project
c. Join
d. product
Ans: c
22)
Which of the following is true about the execution section of a PL/SQL
block?
a. It is enclosed between the keywords BEGIN and END
b.It is mandatory section
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: b
25) a. Portable Language/SQL
b. Programming Language/SQL
c. Procedural Language/SQL
d. None of these
Ans: c
UNIT-1
1) The number of entities to which another entity can be associated via a
relationship set is expressed as:
a. Entity
b. Cardinality
c. Schema
d. Attributes
Ans: b
2) 2. What is not true about a view?
Ans: c
3) 3. A super key is a set of one or more attributes that, taken collectively,
allow us
Ans: a
4) Prevention of access to the database by unauthorized users is referred to
as:
a. Integrity
b. Productivity
c. Security
d. Reliability
Ans: c
5) DML is provided for
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: c
Explanation: DML is Data Manipua
6) ODBC stands for
Ans: d
7) Architecture of the database can be viewed as
a. two levels.
b. four levels.
c. three levels.
d. one level.
Ans: c
8) An entity set that does not have sufficient attributes to form a primary key
is a
Ans: b
9) In an E-R diagram attributes are represented by
a. rectangle.
b. square.
c. ellipse.
d. triangle.
Ans: C
10) An advantage of the database management approach is
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: C
11) DBMS helps to achieve
A. Data independence
B. Centralized control of data
C. Neither A nor B
D. Both A and B
Ans: D
12) DCL stands for
Ans: A
13) ----------is the preferred method for enforcing data integrity
a. Constraints
b. Stored Procedure
c. Triggers
d. Cursors
Ans: a
14) The database schema is written in
A. HLL
B. DML
C. DDL
D. DCL
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: C
15) In the architecture of a database system external level is the
a. DML
b. DDL
c. VDL
d. SDL
Ans: a
17) DBMS is a collection of ........................that enables user to create and
maintain a database.
A) Keys
B) Translators
C) Program
D) Language Activity
Ans: C
18) 1. In an ER model, ...................... is described in the database by storing its
data.
Ans: A
19) A________is used to define overall design of the database
A. schema
B. application program
C. data definition language
D. code
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: A
20) State true or false
i) A candidate key is a minimal super key.
ii) A candidate key is a Maximum of super key.
A) i-true, ii-false
B) B) i-false, ii-true
C) i-true, ii-true
D) i-false, ii-false
Ans: A
21) In an E-R diagram derived attributes are represented by
a. rectangle.
b. square.
c. ellipse.
d. Dotted ellipse
Ans: d
Explanation: In an E-R diagram derived attributes are represented by dotted ellipse
UNIT-IV
1) The ‘All or none “ property referred as
a. Isolation
b. Durability
c. Atomicity
d. None of the mentioned
Ans: C
2) Execution of transaction in isolation preserves the _________ of a
database
a. Atomicity
b. Consistency
c. Durability
d. All of the mentioned
Ans: b
Explanation: Isolation ensures that no other transaction is running concurrently.
3) Which of the following systems is responsible for ensuring
durability
a. Recovery system
b. Atomic system
c. Concurrency control system
d. Compiler system
Ans: a
4) Which of the following is the state of transaction?
a. Active
b. Partially committed
c. Failed
d. Compensated
Ans: d
5) The execution sequences in concurrency control are termed as
________
a) Serials
b) Schedules
c) Organizations
d) Time tables
Ans: b
6) I and J are _________ if they are operations by different transactions on
the same data item, and at least one of them is a write operation.
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a) Conflicting
b) Overwriting
c) Isolated
d) Durable
Ans: a
7) If a schedule S can be transformed into a schedule S’ by a series of
swaps of non-conflicting instructions, then S and S’ are
a) Vertices
b) Edges
c) Directions
d) None of the mentioned
Ans: a
Explanation: The set of vertices in a precedence graph consists of all the
transactions participating in the schedule. Precedence graph is a simple
and efficient way of determining conflict serializability of the schedule.
10) If a schedule is equivalent to a serial schedule, it is called as a
_________
a) Serializable schedule
b) Equivalent schedule
c) Committed schedule
d) None of the mentioned
Ans: a
Explanation: If a schedule is equivalent to a serial schedule, it is called as a
Serializable schedule.
11) The phenomenon in which one failure leads to a series of transaction
rollbacks is called as ________
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a) Cascading rollback
b) Cascadeless rollback
c) Cascade cause
d) None of the mentioned
Ans: a
12) When is a timestamp allotted
a) Compatible
b) Incompatible
c) Concurrent
d) Equivalent
Ans: a
14) The two phase locking protocol consists which of the following
phases?
a) Growing phase
b) Shrinking phase
c) More than one of the mentioned
d) None of the mentioned
Ans: C
15) If a transaction may release locks but may not obtain any
locks, it is said to be in ______ phase
a) Growing phase
b) Shrinking phase
c) Deadlock phase
d) Starved phase
Ans. b
16) Two phase locking protocol does not ensure freedom from
a.Obtain locks
b.Release locks
c.New locks
d.Deadlocks
Ans: d
17) Two modes of locking a data item,are termed as shared and
a.Composite
b.compatible
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
c.exclusive
d.linear
Ans: c
18) A transaction completes its execution is said to be
a.aborted
b.rolled back
c.commited
d.saved
Ans: c
19) When transaction Ti requests a data item currently held by Tj, Ti is
allowed to wait only if it has a timestamp larger than that of Tj (that is, Ti is
younger than Tj). Otherwise, Tj is rolled back(Tj is wounded byTi). This is
when
a.wait-die
b.wait-wound
c.wound-wait
d.wait
Ans: c
20) A deadlock exits in the system if and only if the wait for graph contains
a_______
a. Cycle
b.rotation
c.direction
d.bi-direction
Ans: a
21) Locking may cause which of the following problems?
a.Erroneous Updates
b.Deadlocks
c.versioning
d.All of the above
Ans: b
22) A transaction that has not been completed successfully is called as
a. Compensating Transaction
b. aborted transaction
c. Active transaction
d.partially commited transaction
Ans: b
23) Which of the following is not comes under ACID properties of transaction
a.Atomicity
b.Consistency
c.Integrity
d.Durability
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: C
24) If a transaction does not modify the database until it has committed, it is
said to use the ___________ technique.
a) Deferred-modification
b) Late-modification
c) Immediate-modification
d) Undo
Ans: a
25) Which of the following is not a recovery technique?
a.Deferred Update
b.immediate Update
C.Two Phase Locking Protocol
d.recovery management
Ans: c
UNIT-VI
1) Cap theorem states that we can only achieve at most two of three gurantees
for a database :
a. Consistency Availability
b. Availability Partition Tolerance
c. Consistency Partition Tolerance
d. All the above
Ans: d
2) Which one of the following stores data?
A. Name node
B. Data node
C. Master node
D. None of these
Ans: B
3) As compared to RDBMS, Hadoop
Ans: D
4)
What are the four V’s of Big Data?
(A) Volume
(B) Velocity
(C) Variety
(D) All the above
Ans: D
5)
What was Hadoop named after?
Ans: C
6)
All of the following accurately describe Hadoop, EXCEPT ___________
_
a) Open-source
b) Real-time
c) Java-based
d) Distributed computing approach
Ans: b
7)
_________ can best be described as a programming model used to devel
op Hadoop-based applications that can process massive amounts of dat
a.
a) MapReduce
b) Mahout
c) Oozie
d) All of the mentioned
Ans: a
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a.Frontend
b.Backend
c.Proprietary
Ans: b
9) Which of the following is a NoSQL Database Type ?
a.SQL
b.Document Databases
C.JSON
d.All of the mentioned
Ans: b
10) Which of the following is not a NoSQL database?
a) SQL Server
b) MongoDB
c) Cassandra
d) None of the mentioned
Ans: a
11) ________ stores are used to store information about networks, such as
social connections.
a) Key-value
b) Wide-column
c) Document
d) Graph
Ans: d
12) Transaction data of the bank is?
a. structured data
b. unstructured data
c. Both a and b
d. None of the above
Ans: a
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
A. MapReduce
B. HDFS
C. YARN
D. All of the above
Ans: D
14) • Which of the following is not a strong feature for nosql databases?
a.Relational data
b.Faster data access than RDBMS
c.Data easily held across multiple servers
d.data availability
Ans: a
15) NoSQL stands for
a. No SQL
b. Only SQL
c. Not Only SQL
d. SQL Undefined
Ans. c
16) The core principle of NoSql is
a. High Availability
b. Low availability
c. Both high & low availability
d. None of the above
Ans: a
17) Which of the following is not an example of a nosql database management
system?
a. Hbase
b. MongoDB
c. CouchDB
d. PostgreSQL
Ans: d
18) What does commodity Hardware in Hadoop world mean?
•
a.Very cheap Hardware
b.Industry Standard Hardware
c.Discarded Hardware
d.Low specifications Industry grade hardware
Ans: a
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a. Cassandra
b. Riak
c. MongoDB
d. Redis
Ans: a
20) Point out the wrong statement :
Ans: a
21)
What are the types of nosql databases?
a. Document based
b. Wide column
c. Graph & Key Value Store
d. All the above
Ans: d
22)
MongoDB a NoSQL database?
a. Yes
b. No
Ans: a
23) Collection is a group of MongoDB ___________?
A. Database
B. Document
C. Field
D. None of the above
Ans: B
24) Instead of Primary Key mongoDB use?
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
A. Embedded Documents
B. Default key _id
C. mongod
D. mongo
Ans: B
25) Which of the following statement is correct with respect to mongoDB?
Ans: A
UNIT-V
1) A hetrogenous distributed database is which of the following
a. The same DBMS is used at each location and data are not distributed
across all nodes.
Ans: d
2) Some of the columns of a relation are at different sites is which of the
following?
a. Data Replication
b. Horizontal Partitioning
c. Vertical Partitioning
a. The same DBMS is used at each location and data are not
distributed across all nodes.
b. The same DBMS is used at each location and data are distributed
across all nodes.
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
a. Data Replication
b. Horizontal Partitioning
c. Vertical Partitioning
a) Shared Memory
b) Shared Disk
c) Shared Nothing
d) Hierarchical
Ans: c
7) Let us suppose that in a distributed database, during a transaction T1, one of
the sites, say S1, is failed. When recovers, the site S1 has to check its log file
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
(log based recovery) to decide the next move on the transaction T1. If the log
contains a <commit T> record, what the site S1 has to do?
Ans: c
8) In parallel databases speedup is linear when
a.Speedup is linear if the speedup is N. That is, the small system elapsed
time is N times larger than the large system elapsed time
b.Speedup is linear if the speedup is N. That is, the small system elapsed
time is N times smaller than the large system elapsed time
c.Both a & b
d.None of the above
Ans: a
9) What are the reasons for Sub-linear performance of speedup and
scaleup?
a. Startup cost
b. Interference
c. Skew
d. All of the above
Ans: d
10) Each site has a transaction coordinator, which is responsible for:
Ans: d
11) A distributed database is a collection of data which belong —————– to
the same system but are spread over the ————– of the network.
a. Logically, sites
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
b. Physically, sites
c. Database, DBMS
a. Interconnection of database
b. Incremental growth
Ans: d
13) Advantages of data replication is/are
a. Availability
b. Increased cost of updates
c. Increased complexity of concurrency control
d. All of above
Ans: a
14) • Performance metrics of parallel databases are
• A.Speedup
• B.scaleup
• C.Both a & b
• D.Neither a & b
Ans: c
15) The distributed transaction can be completely read-only and the transaction
is started with a .......... READ ONLY statement.
A. Distributed _Transactions
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
B. Transaction
C. Set Transaction
D. Read Transaction
Ans: C
16) Each site has a local transaction manager responsible for:
Ans: c
17) A coarse-grain parallel machine consists of a small number of powerful
processors
a.True
b.false
Ans: a
18) A fine grain parallel machine utilizes thousands of smaller processors.
a.True
b.false
Ans: a
19) Which of the following is not the parallel database architecture
a.Shared memory
b.shared data
c. Shared Disk
d.Shared nothing
Ans: b
20) Disadvantage of 2Phase Commit protocol is
a. No network partitioning
b. At least one site must be available
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
Ans: d
22) Which new phase is added in distributed 3 Phase commit protocol
a. Prepare Phase
b. Prepare to Commit Phase
c.Commit phase
d.Abort Phase
Ans: b
23) Which of the following is true in Distributed Database
a.
Databases in the collection are logically interrelated with each other.
Often they represent a single logical database.
b. Data is physically stored across multiple sites. Data in each site can
be managed by a DBMS independent of the other sites.
c. The processors in the sites are connected via a network. They do not
have any multiprocessor configuration.
d. All the above
Ans: d
24) While using commit protocols for handling atomicity issues, the distributed
database system may enter into a situation called Blocking problem. Which
of the following commit protocols can avoid Blocking problem?
Ans: b
25) Which of the following concurrency control protocol is suitable for an
application where frequency of read operation is much greater than that
of write operation?
a) Majority protocol
b) Quorum-consensus protocol
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING
c) Biased protocol
d) Single lock protocol
Ans: c
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
SeatNo-
Totalnumberofquest ions: 60
1000755_ T1DBMS
Ti
me: 1hr
MaxMar ks:50
N.B
1)Allquesti
onsar eMul t
ipleChoiceQuesti
onshav ingsinglecorr
ectopti
on.
2)Att
emptany50quest i
onsoutof60.
3)Useofcal culatorisallowed.
4)Eachquest ioncar r
ies1Mar k.
5)Speciall
yabl edstudent sareall
owed20mi nutesextr
af orexaminat
ion.
6)Donotusepenci l
stodar kenanswer .
7)Useonl yblack/bluebal lpoi
ntpent odarkentheappropr i
ateci
rcl
e.
8)Nochangewi l
lbeal l
owedoncet heanswerismar kedonOMRSheet .
9)Roughwor kshal l
notbedoneonOMRsheetoronquest i
onpaper.
10)DarkenONLYONECI RCLEf oreachanswer.
Set1
Q.no1.Fort hegivensetoffunctionaldependencyF,i
t’
scl
osureis
denotedas
A: F+
B: FC
:F*
D: F_
Q.no2.Whatdoy oumeanbyonet omanyr elat
ionshi
pbetweenTeacher
and
Classtable?
A: Oneclassmayhav emanyteacher s
B: Oneteachercanhav emanycl asses
Set1
C: Oneteachercanhav eoneclass
D: Manyt eacher smayhavemanycl asses
Q.no3.Dat ar edundancymayl eadt o:
A: Dataintegrity
B: Atomicityproblem
C: Datainconsi st
ency
D: Dataabst racti
on
Q.no4.Whi choneoft hefol
lowinguni quel
yidenti
fi
estheelement
sinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no5.Theconcept ualmodeli s_ _
______
_.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof t
war e
D: Independentofbot hhar dwareandsof t
war e
Q.no6.Al laggr egat ef uncti
onsexcept_ ____ignorenullval
uesinthei
r
i
nput
coll
ect i
on.
A: Count (attribut e)
B: Count (*)
C: Av g
D: Sum
Q.no7.Thedat abaseenv i
ronmenthasal lofthef ol
lowingcomponents
except _
_ ___ ___
A: Users.
B: Separ atef iles
C: Database.
D: Databaseadmi nistrator
Q.no8.I nwhi chst at eonegat hersandl i
stallthenecessaryfi
eldsfort
he
database
designpr oject .
A: DataDef inition
B: DataRef inement
C: Establishi ngRel ationship
D: Datadel etion
Q.no9.Thi skeyt hatuni quelyidentif
ieseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fiel
dName
Q.no10.Hi er ar chicalmodeli salsocall
ed_________.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Normal i
zeSt r
uct ure
D: TableSt ruct ure
Q.no11.I nanEnt ity -
Relati
onshipDiagram “
Di amonds”
represents_ ____ ____ __
_______
A: Attri
but es
B: Mul t
i-
v aluedat tributes
C: Weakent i
tyset
D: Relati
onshi pset s
Q.no12.Whi choft hefoll
owingat t
ri
butecanbef urtherdivi
dedinto
subpar ts
A: Simpleat t
ribute
B: Mul t
ivaluedat t
r i
but e
C: Composi teat tri
but e
D: Derivedat tribute
Q.no13.Whoi smor econcernedaboutt heconcept uall
eveloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Cli
ent
D: DBA
Q.no14.Whi choft hefoll
owingisthest r
uctureoftheDat abase?
A: Table
B: .Schema
C: Relati
on
D: Structure
Q.no15.Theuser swhouseeasy -
to-usemenuar ecal l
ed
A: Sophist icatedenduser s
B: Naïveuser s
C: Stand-al oneuser s
D: Casual enduser
Q.no16.Adat adi ctionaryisarepositor
ythatmanages_ ____
A: Memor y
B: Met adat a
C: SpellChecker
D: DataVal idat or
Q.no17.E- Rmodelusest hi
ssymbolt orepresentweakent it
yset?
A: Dot t
edr ectangl e
B: Diamond
C: Doubl yout l
inedr ectangle
D: Dot t
eddi amond
Q.no18.I nE- Rdi agr am general
izati
onisrepresentedby
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no19.I nSQL‘ rel
at i
onAcont ainsr el
ationB’canbewr it
tenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no20.I nE- RDi agram der ivedat tri
butear er
epr esentedby _
____
___.
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no21.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ternar yOper ator
C: Binar yOper ator
D: Notanoper ator
Q.no22.Whent hechangescausedbyanabor tedtransactionhavebeen
undone,
thet r
ansact i
oni ssai dt obe__ _
_ _____.
A: Failed
B: commi t
t ed
C: partiall
ycommi t
ted
D: roll
edback.
Q.no23.Dat aMani pulationLanguage( DML)isnott o__ _
___
A: Creat ei nformat i
ont ableintheDat abase
B: Insertionofnewi nformat i
oni ntot heDatabase
C: Delet i
onofi nformat i
oni ntheDat abase
D: Modi ficat i
onofi nformat i
oni nt heDat abase
Q.no24.Car t
esianpr oducti nrelationalalgebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef i
ned
Q.no25.Tor emov ear elat
ionfrom anSQLdat abase, weuset he____
__
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no26.I none- t
o-manyr el
ationshipt hetableon'many'
sideiscalledas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no27.Whi chofthefollowingf i
eldshaswi dt
hof8by t
es?
A: Memo
B: Number
C: Dat e/ ti
me
D: Hy per li
nk
Q.no28.Mi nimalSuperkeysar ecalled
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attribut ekeys
Q.no29.Funct i
onalDependenci esar ethet y
pesofconstrai
ntsthatare
based
on___ ___
A: Key
B: Keyr ev i
sit
ed
C: Super setkey
D: Tupl e
Q.no30.Whi chnormalf ormisconsi der
edadequat ef
orrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Af il
emani pul
ationcommandt hatext
ract
ssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no32.TheRDBMSt ermi nologyforar owi s________.
A: Tupl e.
B: Rel ation.
C: Attr i
but e.
D: Degr ee.
Q.no33.I nSQLt hest at ementsel ect*fr
om R, Sisequi valentt o____
___ .
A: Sel ect*f rom Rnat ur aljoinS
B: Sel ect*f rom Rcr ossj oinS
C: Sel ect*f rom Runi onj oinS
D: Sel ect*f rom Ri nnerj oinS
Q.no34.Whi chSQLQuer yisusetor emov eat ableandal litsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no35.I nthe_ ________ _nor malform,acomposi t
eat tribut eisconv erted
to
i
ndiv i
dualat tributes.
A: First
B: Second
C: Thi rd
D: Four t
h
Q.no36.Thet erm_ ____ __isusedt or ef
ert oar ow.
A: Attr i
but e
B: Tupl e
C: Field
D: Inst ance
Q.no37.Whi choft hef ollowingint r
uer egardingRef erent ialIntegri
ty?
A: Ever ypr imar y-
keyv al uemustmat chapr i
mar y-keyv aluei nan
associ at edtabl e
B: Ever ypr imar y-
keyv al uemustmat chaf orei
gn-keyv aluei nanassoci ated
table
C: Ever yf oreign-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ at edtabl e
D: Ev eryf oreign-keyv aluemustmat chaf oreign-keyv aluei nanassoci ated
table
Q.no38.Theempl oyeesal aryshouldnotbegr eaterthanRs.2000.Thi sis
__
_ ____
A: i
ntegr it
yconst raint
B: referent ialconst r
ai nt
C: over -def inedconst raint
D: feasi bleconst raint
Q.no39.Cust omerwi thdrawingmoneyf r
om ATM i sanexample
of
_ ____ ___ __
A: Appl icat ionpr ogr ammer
B: Naï veuser
C: Speci al izeduser
D: Sophi sticat eduser
Q.no40._ _ _ ____pr oducest her el
ationt hathasat tri
butesofR1andR2
A: Car tesi anpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no41.Thecol l
ect ionofi nterrelateddat aiscal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no42.NULLi s_ ____ _____ .
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar act er
C: Thesameas0f ori ntegerandbl ankf orchar acter
D: Notav al ue
Q.no43.Thenat ur al j
oi nisequalt o:
A: Car tesi anPr oduct
B: Combi nat ionofUni onandCar tesianpr oduct
C: Combi nat ionofsel ectionandCar t
esianpr oduct
D: Combi nat ionofpr ojectionandCar t
esianpr oduct
Q.no44.At ablej oinedwi thitselfiscalledas_ _______
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Joi n
Q.no45.I ndomai nr elationalcal culuswecr eateav ari
ablefor
every_ ___ __ __
A: Row
B: Column
C: Table
D: Attri
but e
Q.no46.The_ __ __
_ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q.no47.Whi chnamemustbeuni quewithinadat abase?
A: Table
B: Field
C: Recor d
D: Char acter
Q.no48.Whi choft hef ol
lowingi sanunar yoperation?
A: Selectionoper ation
B: Gener ali
zedsel ect i
on
C: Primitiveoper ati
on
D: Projectionoper ation
Q.no49.A_ __ _____inat abler epresent
sar elat
ionshipamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no50.whi choft hef ol
lowingi snotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relationshi ps
D: Repor ts
Q.no51.At abl eont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi r
dNor mal Form( 3NF)
C: Hav easi ngl eat tr
ibut ekey
D: Hav eacomposi tekey
Q.no52.I fev erynon- keyat t
ributeisfuncti
onallydepedentpr
imar
ykey,
t
hent he
rel
at i
onwi l
lbei n_____ _____
__ _.
A: Firstnor mal for m
B: Secondnor mal for m
C: ThirdNor mal form
D: Four thnor mal for m
Q. no53.I far elat i
oni sinBCNF, t
heni tisalsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no54.I nther elat i
onalmodel ,thenumberofat tr
ibutesandnumberof
tupl es
i
riar elationar et er medas_ _
_ ___
_ ___and_ ______
_______respecti
vely
A: Car dinal i
ty,domai n
B: Degr ee, car dinal i
ty
C: Domai ndegr ee
D: Car dinal i
ty,degr ee
Q. no55.Whi char et hetwoway si nwhi chent i
ti
escanpar ti
cipat
eina
relat i
onshi p?
A: Passi v eandact i
v e
B: Tot alandpar tial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q. no56.Whi choft hef oll
owingi snott r
uef orNormal i
zat i
on?
A: Remov esr edundancy
B: Remov esinser tionanomal y
C: Decomposest her el
ati
on
D: Quer yexecut ionbecomesf aster
Q. no57.Cr eat et abl eempl oy ee(namev archar,i
dinteger)Whatt ypeof
stat ement
i
st his?
A: DML
B: DDL
C: View
D: Integrityconst raint
Q. no58.Af tert hef inalstatementofat ransacti
onhasbeenexecut ed,
a
transact ionent er sina_ ________st at
e. _
_ _
____.
A: Act i
ve
B: abor t
ed
C: Commi t
ted
D:Part
iall
ycommi t
ted
Q.
no59.The_ _______ _
pr otocolensuresf
reedom f
rom deadlock.
A:Two-phasel ockingpr otocol
B:St
ri
ctt wo-phasel ockingpr otocol
C:Ri
goroust wo-phasel ockingprotocol
D:Ti
mest ampor deringpr otocol
Q.
no60.Dupl icationofdat aatsev er
alpl
acesisknownas_ _
_ _
A:Concurrentaccessanomal ies
B:Dataisolat
ion
C:Datainconsistency
D:Dataredundancy
A: Logicallyi mpl i
ed
B: Funct i
onal l
yi mpl ied
C: Logicallydet ermined
D: Funct i
onal l
ydet ermi ned
Q.no2.4NFi sdesi gnedt ocopewi th:
A: Transitiv edependency
B: Joindependency
C: Multi valueddependency
D: Funct i
onal dependency
Q.no3.Asubschemaexpr esses_ ____
____.
A: Thel ogical view
B: Thephy si cal view
C: Theext ernal view
D: Thei nter nal v i
ew
Q.no4.Rel at ionalcal culusisa:
A: Procedur al language
B: Non-Pr ocedur allanguage
C: Datadef initionl anguage
D: Highl ev el l
anguage
Q.no5.Whati sACI Dpr oper t
iesofTr ansacti
ons?
A: Atomi city ,Consi st ency,Isolation,Database
B: Atomi city, Consi st ency,Isolation,Durabil
i
ty
C: Atomi city ,Consi st ency,Inconsi stent,
Durabil
i
ty
D: Automat i
cal ly,Concur rency ,Isolati
on,Durabi
li
ty
Q.no6.Aggr egat ef unct i
onsar ef uncti
onsthattakea_
___
___
___
_asi
nput
and
ret
ur nasi ngl ev alue.
A: Col l
ect ionofv alues
B: Singl ev al ue
C: Aggr egat ev alue
D: Tabl es
Q.no7.Whi choneoft hefollowi ngisnottr
uef orav iew:
A: Viewi sder i
vedf rom othert ables
B: Viewi sav irt
ual table.
C: Av i
ewdef initi
oni sper manent l
ystor
edaspar tofthedatabase.
D: Viewnev ercont ainsder i
v edcol umns.
Q.no8.A‘ book’ isa_ _
_______ typeofenti
ty.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no9.Whi choft hef oll
owi ngshoul dbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary)
B: Av g(sal ar y)
C: Sum( sal ar y)
D: Count (sal ar y)
Q.no10.Sel ect*f r
om empl oy eeWhatt ypeofst atementisthis?
A: DML
B: Integr ityconst raint
C: DDL
D: View
Q.no11.Theov eralldescriptionofadat abasei scalled_
_____.
A: Dat ai nt egr it
y
B: Dat amani pulat i
on
C: Dat abaseschema
D: Dat adef i
ni ti
on
Q.no12.E- Rmodel ingt echni queis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -leftappr oach
D: Treest ruct ure
Q.no13.Thebasi cdat atypechar (n)i
sa_ ___
_l engthcharacterstr
ingand
varchar (n)i s_ ____l engthchar acter
A: Fixed, equal
B: Equal ,v ariabl e
C: Fixed, var iabl e
D: Var i
abl e, equal
Q.no14.Keyt or epr esentrelati
onshipbetweent ablesiscal
led
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dat eKey
Q.no15.Toappl yt heaggr egatefuncti
on,toagr oupofsetof
tuples_ ____ __cl ausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no16.The_ _ ____connect i
v ei
susedt otestforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no17.Thedat abaseenv ir
onmenthasal loft hefoll
owingcomponent
s
except ___ ___ __
A: User s.
B: Separ at ef il
es
C: Dat abase.
D: Dat abaseadmi nistr
ator
Q.no18.Hi er ar chicalmodeli salsocalled__
_ _
__ _
__.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Nor mal izeSt r
uct ure
D: Tabl eSt r
uct ure
Q.no19.Whi choft hef oll
owingattri
butecanbef ur
therdivi
dedint
o
subpar ts
A: Simpl eat tribute
B: Mul ti
v aluedat t
ribute
C: Composi teat tr
ibut e
D: Der i
vedat tribute
Q.no20.I nanEnt ity-Relat
ionshipDiagram “Di
amonds”
represent s_ __________ _
_ _
____
A: Attri
but es
B: Mul t
i-valuedat tr
ibutes
C: Weakent ityset
D: Relationshi pset s
Q.no21.Whi choneoft hefoll
owi nguniquelyidenti
fiestheelement
sinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no22.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ternar yOper ator
C: BinaryOper ator
D: Notanoper ator
Q.no23.Theconcept ualmodelis_ ____
____.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof tware
D: Independentofbot hhar dwareandsof tware
Q.no24.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eoneclass
D: Manyt eacher smayhav emanycl asses
Q.no25.Al laggr egatef uncti
onsexcept_ _
___i gnorenullval
uesint
heir
i
nput
coll
ect i
on.
A: Count (at tr
ibute)
B: Count (* )
C: Av g
D: Sum
Q.no26.Af unctiont hathasnopar ti
alfuncti
onaldependenci esi
sin
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no27.Rel ationalAl gebrais
A: Dat aDef i
nitionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pul at i
onLanguage
Q.no28.I fever ynon- keyatt
ri
but
eisfuncti
onall
ydependentont he
pri
mar ykey ,
therel ationwi llbei n______
_
A: Fi
r stNor mal For m
B: SecondNor mal For m
C: Thir dNor mal For m
D: Four t hFor mal Form
Q.no29.Themet hodofaccesswhi chuseskeytransf
ormat i
oni sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no30.Whi choft hefoll
owingi
snotal ev
elofdataabstracti
on?
A: Phy si calLev el
B: Critical Level
C: Logi cal Level
D: ViewLev el
Q.no31.Whi choft hefoll
owingi
sNotaRel ati
on-al
gebraOper ati
on
A: Select
B: Uni on
C: Rename
D: Dropt abl
e
Q.no32.Whi choft hefoll
owingi
snotModi fi
cati
onoftheDat abase
A: Del etion
B: I
nser tion
C: Sor ting
D: Updat ing
Q.no33.Whati sar elati
onshi
pcall
edwheni ti
smai nt
ainedbet weentwo
entit
ies?
A: Unar y
B: Binar y
C: Ternar y
D: Quat ernary
Q.no34.Af unct i
onaldependencyi sar el
ationshi
pbet weenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q.no35.Whi choft hefollowi
ngar et heproperti
esofent i
ti
es?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no36.Whi choft hefollowi
ngenabl esustov i
ewdat afrom at
abl
e
basedona
specificcr i
terion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no37.Thecol l
ecti
onofi nt
errelateddataiscalledas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst racti
on
Q.no38.whi choft hefoll
owingisnotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relationshi ps
D: Repor ts
Q.no39.Mi nimalSuper keysarecal l
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no40.At abl ej
oinedwi thi
tselfiscall
edas_ ___
_ _
__
A: Join
B: SelfJoi n
C: OuterJoi n
D: Equi Join
Q.no41.Thet erm_ _ ___ __isusedt or efert
oar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no42.Theempl oy eesal aryshoul dnotbegr eatert
hanRs.2000.Thisis
_______
A: i
nt egr i
tyconst r
aint
B: referent ialconst raint
C: over -definedconst raint
D: feasi bleconst raint
Q.no43.The_ _____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no44.I nSQLt hest at ementsel ect *
from R,Sisequival
entto__
_____
.
A: Select*f r
om Rnat ur aljoinS
B: Select*f r
om Rcr ossj oinS
C: Select*f r
om Runi onj oinS
D: Select*f r
om Ri nnerj oinS
Q.no45.Whi chnor malf or mi sconsideredadequat eforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no46.Whi choft hef ollowingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no47.Funct ionalDependenci esar ethetypesofconst r
aint
sthatare
based
on__ ____
A: Key
B: Keyr evisited
C: Super setkey
D: Tupl e
Q.no48.I nthe_ _____
_ ___nor malform, acomposi t
eat t
ri
buteisconv er
ted
to
i
ndividualat tributes.
A: Fi
rst
B: Second
C: Third
D: Four th
Q.no49.Thenat uraljoinisequalt o:
A: Car tesianPr oduct
B: Combi nati
onofUni onandCar t
esianpr oduct
C: Combi nati
onofsel ectionandCar t
esianpr oduct
D: Combi nati
onofpr ojectionandCar t
esianpr oduct
Q.no50.Whi chSQLQuer yisuset oremov eat ableandal li
tsdataf r
om
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no51.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eat
es_ _
_ _
__
A: Par ent-Chil
dr elat
ionshi pbetweent het ablest hatconnectthem
B: Manyt omanyr el
ationshipbet weent hetabl esthatconnectthem.
C: Net wor kmodel betweent hetablesthatconnectt hem.
D: Manyt ooner elati
onshi pbetweent het ablest hatconnectthem.
Q.no52.I nthe_ _____
_ ___nor malform, acomposi t
eat t
ri
buteisconv er
ted
to
i
ndividualat tributes
A: Fi
rst
B: Second
C: Third
D: Four th
Q.no53.Ther esul toftheUNI ONoper ationbet weenR1andR2i sa
rel
ationt hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q. no54.Amongstt heACI Dpr opertiesofat ransacti
on,the'
Dur abil
it
y'
proper t
y
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, ev enifther ei saf ail
ureofanyki nd
Q. no55.Doesi ndext akespacei nthedisk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, I
ndexesar est or edondi sk
Q. no56.At abl ehasf ieldsF1, F2,F3, F4,F5wi ththefoll
owingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
Int ermsofnor mal ization, thist abl
ei si
n
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no57._ __ __ _
_al l
owust oi dentif
yuniquel yatupleintherelati
on.
A: Super key
B: Domai n
C: Attri
bute
D: Schema
Q. no58.Whi choft hef ollowi ngoper ati
oni susedi fwear ei
nterestedin
onl y
cer taincolumnsofat abl e?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q. no59.Whi choft hef ollowi ngi snotapr opertyofat r
ansaction?
A: Atomi city
B: Consist ency
C: Int
egrit
y
D: Durabil
ity
Q.no60.Consi derthefoll
owi ng
S1:For ei
gnkeyal lowsnul lvalues.
S2:Ev erybinarytablesisinBCNF
Whi chofthef oll
owi ngistrue?
A: BothS1andS2ar et
rue
B: S1ist r
ue
C: S2i str
ue
D: BothS1andS2ar ef
alse
Set3
Q.no1.Tor emov ear elati
onf r
om anSQLdat abase,weusethe_ _
___
_
command.
A: Delete
B: Purge
C: Remov e
D: Dropt able
Q.no2.Rel ati
onalcal culusisa:
A: Procedur allanguage
B: Non-Pr ocedur allanguage
C: Datadef i
niti
onl anguage
D: Highlev ellanguage
Q.no3.I fBi sanat tributeandA→B, ThenBi ssai
dtobe_ ___
____byA.
A: Logicallyimpl i
ed
B: Functionallyimpl ied
C: Logicallydet ermined
D: Functionallydet ermi ned
Q.no4.I nE- Rdi agram gener al
izati
oni sr epr
esent
edby
A: Ell
ipse
B: Dashedel l
ipse
C: Rectangl e
D: Tri
angl e
Q.no5.Whoi smor econcer nedaboutt heconceptuall
eveloftheDBMS
A: TheSy st emspr ogr ammer
B: Theenduser
C: Cli
ent
D: DBA
Q.no6.I nSQL‘ relationAcont ainsrelationB’canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no7.Theuser swhouseeasy -to-usemenuar ecall
ed
A: Sophi sticat edenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no8.Asubschemaexpr esses_ ________.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal vi
ew
D: Thei nter nal view
Q.no9.Dat ar edundancymayl eadt o:
A: Dat ai nt egr ity
B: Atomi ci typr oblem
C: Dat ai nconsi stency
D: Dat aabst raction
Q.no10.Whent hechangescausedbyanabor tedtr
ansact
ionhavebeen
undone,
thet r
ansact ioni ssai dtobe_ ___ _
_ _
_ _.
A: Failed
B: commi tt ed
C: partial l
ycommi t
ted
D: roll
edback.
Q.no11.Adat adi cti
onaryi sar eposi t
orythatmanages_ __
_ _
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idat or
Q.no12.Whati sACI Dproper t
iesofTr ansacti
ons?
A: Atomi ci ty, Consi stency,Isol
at i
on, Database
B: Atomi ci ty, Consi stency,Isol
at i
on, Durabil
i
ty
C: Atomi ci ty, Consi stency,Inconsistent,Durabil
ity
D: Aut omat ical ly,Concurrency,Isolation,Durabil
it
y
Q.no13.E- Rmodelusest hissy mbolt orepresentweakenti
tyset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout l
inedr ect angle
D: Dot teddi amond
Q.no14.Whi choft hef ollowingi sthest r
uctur
eoft heDatabase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no15.Car tesianpr oducti nr elat
ionalalgebrais:
A: aUnar yoper at
or
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no16.I nE- RDiagr am der i
v edattri
butear er
epr esentedby____
_ _
__.
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no17.Fort hegiv ensetoff unctionaldependencyF, it
’scl
osureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no18.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul tiv alueddependency
D: Funct ional dependency
Q.no19.Dat aMani pul at i
onLanguage( DML)isnott o_
_ _
___
A: Creat ei nf ormat i
ont ableint heDat abase
B: Inser t
ionofnewi nf or mationintot heDatabase
C: Delet i
onofi nformat ionint heDat abase
D: Modi fi
cat ionofi nf ormat ioni ntheDat abase
Q.no20.I nwhi chst at eonegat hersandl i
stal
lthenecessar yfi
eldsfort
he
databasedesi gnpr oj ect .
A: Dat aDef initi
on
B: Dat aRef inement
C: Establ ishi ngRel ationshi p
D: Dat adel et ion
Q.no21.Thi skeyt hatuni quelyident i
fi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: FieldName
Q.no22.A‘ book’ i
sa_ _______
_typeofent it
y.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no23.Whatdoy oumeanbyonet omanyrelationshi
pbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no24.Thebasi cdat atypechar (n)isa_____lengthcharact
erstr
ingand
varchar (n)i s_ ____lengt hcharact er
A: Fixed, equal
B: Equal , v ariable
C: Fixed, var iable
D: Variabl e, equal
Q.no25.I nanEnt it
y -Relat
ionshipDi agram “
Diamonds”
represent s_ _ ____
____ ________
A: Attribut es
B: Mul ti-
v al uedat tr
ibut es
C: Weakent it
yset
D: Relat ionshi psets
Q.no26.Cust omerwi t
hdrawingmoneyf r
om ATM i sanexampl e
of_____ ___ _ _
A: Appl icat ionpr ogr ammer
B: Naïv euser
C: Speci al izeduser
D: Sophi st i
cat eduser
Q.no27._ ___ ___producest herelationthathasat tr
ibut
esofR1andR2
A: Cart esi anpr oduct
B: Difference
C: Product
D: Inter section
Q.no28.I fev erynon- keyat t
ri
buteisfunctionall
ydependentont he
primar ykey ,
ther elat i
onwi llbei n__ _____
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal Form
Q.no29.Rel at ionalAl gebr ais
A: Dat aDef i
ni ti
onLanguage
B: Met aLanguage
C: Pr ocedur al quer yLanguage
D: Dat aMani pul ationLanguage
Q.no30.Whi choft hef ollowingisnotal evelofdat aabstracti
on?
A: Phy sicalLev el
B: Cr i
tical Lev el
C: Logi calLev el
D: ViewLev el
Q.no31.I ndomai nr elationalcalcul
uswecr eateav ariabl
ef or
every __ ______
A: Row
B: Col umn
C: Tabl e
D: At tri
but e
Q.no32.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char acter
Q.no33.TheRDBMSt ermi nologyforarowi s________.
A: Tupl e.
B: Rel at i
on.
C: At tri
but e.
D: Degr ee.
Q.no34.Whi choft hef ollowingintrueregardingRef erenti
alInt
egri
ty?
A: Ev er yprimar y-keyv aluemustmat chapr imary-keyvalueinan
associ at edtabl e
B: Ev erypr imar y-keyv aluemustmat chaf orei
gn-keyv alueinanassociat
ed
table
C: Everyforei gn-keyv al
uemustmat chapr imar y-keyv alueinan
associatedt able
D: Everyf or
ei gn-keyv al
uemustmat chaf orei
gn- keyv aluei
nanassoci ated
table
Q.no35.A_ ______ _inat ablerepresentsar elationshi pamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no36.Whi choft hef ollowingisNotaRel ation- algebraOper at
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no37.Themet hodofaccesswhi chuseskeyt ransf ormati
onisknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent i
al
Q.no38.NULLi s__ _______ _
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar act
er
C: Thesameas0f orintegerandbl ankf orchar act er
D: Notav al
ue
Q.no39.Af unct i
ont hathasnopar tialf
unctionaldependenci esisin
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no40.Af ilemani pulationcommandt hatext ract ssomeoft herecords
from a
fil
eiscalled
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no41.Whi choft hef ollowingi sanunar yoperati
on?
A: Select ionoper ation
B: Gener ali
zedsel ect i
on
C: Primi t
iveoper ati
on
D: Proj ect i
onoper at i
on
Q.no42.I none- t
o- manyr elati
onshipthetableon'many '
sideiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no43.Whi choft hef ollowingi snotModi fi
cati
onoftheDat abase
A: Del etion
B: I
nser ti
on
C: Sor ting
D: Updat ing
Q.no44.I nSQLt hest at ementsel ect*
from R,Sisequi
valentt
o_ _
_____
.
A: Select*f r
om Rnat ur al j
oinS
B: Select*f r
om Rcr ossj oinS
C: Select*f r
om Runi onj oinS
D: Select*f r
om Ri nnerj oinS
Q.no45.The_ _
__ __ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no46.Mi nimalSuper key sar ecalled
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attribut ekey s
Q.no47.Theempl oy eesal aryshoul dnotbegr eat
erthanRs.2000.Thisis
_______
A: i
nt egr i
tyconst raint
B: refer entialconstraint
C: over -definedconst raint
D: feasi bleconst raint
Q.no48.Funct i
onalDependenci esar ethetypesofconstrai
ntsthatare
based
on__ ____
A: Key
B: Keyr evisit
ed
C: Super setkey
D: Tupl e
Q.no49.I nthe_ _
_ _______normalform,acomposi t
eat t
ributeisconver
ted
to
i
ndiv i
dualat tributes.
A: Fir
st
B: Second
C: Third
D: Four t
h
Q.no50.Whi choft hef oll
owingfi
eldshaswidthof8by tes?
A: Memo
B: Number
C: Dat e/ti
me
D: Hy perli
nk
Q.no51.At ableont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal Form(2NF)
B: Bei nThi r
dNor mal Form(3NF)
C: Hav easi ngl eat t
ributekey
D: Hav eacomposi tekey
Q.no52.I far elati
oni si nBCNF, t
heniti
salsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no53.Cr eat etabl eempl oyee(namev ar
char,i
dinteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst rai
nt
Q.no54.Whi char et het woway sinwhichenti
ti
escanpar t
ici
pateina
rel
at i
onshi p?
A: Passiv eandact i
ve
B: Tot alandpar t
ial
C: Simpl eandCompl ex
D: si
mpl eandpar ti
al
Q. no55.The_ ______ __
pr otocolensur esf reedom from deadlock.
A: Two- phasel ocki ngpr ot ocol
B: Stri
ctt wo-phasel ockingpr otocol
C: Rigoroust wo- phasel ocki ngprotocol
D: Timest ampor deringpr ot ocol
Q. no56.Af unct i
onaldependencyoft hef orm x—>yi stri
v ali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no57.Dupl i
cat ionofdat aatsev er
alpl acesisknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisolati
on
C: Dat ainconsi stency
D: Dat aredundancy
Q. no58.I feverynon- keyat tri
buteisfunct ional
lydepedentpr i
marykey,
thent he
relationwi l
lbei n_ ________ ____.
A: Fi
rstnor mal form
B: Secondnor mal f
orm
C: ThirdNor mal form
D: Four t
hnor mal for m
Q. no59.Whi choft hef ollowi ngisnott r
uef orNormali
zation?
A: Remov esr edundancy
B: Remov esinser t
ionanomal y
C: Decomposest her elation
D: Quer yexecut i
onbecomesf ast
er
Q. no60.Af tert hef inalstat ementofat ransact i
onhasbeenexecut ed,a
transact ionent er sina_ __ ______stat
e. _
__ ____.
A: Act i
ve
B: abor t
ed
C: Commi t
ted
D: Par t
iall
ycommi t
ted
Q. no1.Al laggr egat efunct ionsexcept_ ____ignorenullvaluesint
heir
i
nput
col l
ect i
on.
A: Count (attr
ibute)
B: Count (*)
C: Av g
D: Sum
Q.no2.Toappl yt heaggr egatefunction,toagr oupofsetof
tuples_ __ ____ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no3.Theconcept ualmodelis_________.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof tware
D: Independentofbot hhardwareandsof tware
Q.no4.Whi choneoft hefoll
owinguni quel
yidentifi
estheelementsi
nthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: For eignkey
D: Composi tekey
Q.no5.I nE- Rdi agram gener ali
zati
oni srepresentedby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no6.Theuser swhouseeasy -
to-usemenuar ecalled
A: Sophi sticat edenduser s
B: Naï veuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no7.Rel at ionalcal cul
usi sa:
A: Procedur al language
B: Non- Procedur allanguage
C: Dat adef initionl anguage
D: Highl ev ellanguage
Q.no8.Whent hechangescausedbyanabor tedtransact
ionhavebeen
undone,
thet r
ansact ioni ssai dtobe_ _
_____
_ _.
A: Failed
B: commi t
t ed
C: partiallycommi tted
D: roll
edback.
Q.no9.I fBi sanat tri
but eandA→B, ThenBi ssaidtobe_____
_ _
_byA.
A: Logi callyi mpl i
ed
B: Funct ional lyi mpl i
ed
C: Logi callydet er mi ned
D: Funct ional lydet ermi ned
Q.no10.Hi er archi calmodeli salsocall
ed_____
_ _
__.
A: Treest ruct ure
B: PlexSt r
uct ure
C: Nor mal izeSt ruct ure
D: Tabl eSt r uctur e
Q.no11.Tor emov ear elat
ionfrom anSQLdat abase,weuset he__
___
_
command.
A: Delet e
B: Purge
C: Remov e
D: Dropt abl e
Q.no12.Dat ar edundancymayl eadto:
A: Dat aint egr ity
B: Atomi ci typr obl em
C: Dat ainconsi stency
D: Dat aabst r
act ion
Q.no13.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ternar yOper at or
C: Binar yOper ator
D: Notanoper at or
Q.no14.Thedat abaseenv i
ronmenthasal lofthefol
lowi
ngcomponents
except ___ ___ __
A: User s.
B: Separ at ef il
es
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no15.I nSQL‘ r elationAcont ainsrelat
ionB’canbewr i
ttenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: exist sAexceptB
Q.no16.E- Rmodel i
ngt echniqueis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ur e
Q.no17.Sel ect*f r
om empl oyeeWhatt ypeofst atementisthis?
A: DML
B: I
nt egr i
tyconst raint
C: DDL
D: View
Q.no18.Asubschemaexpr esses_____
_ ___.
A: Thel ogical view
B: Thephy sical view
C: Theext er nal view
D: Thei nternal v i
ew
Q.no19.Aggr egat ef unctionsar efunctionst hattakea_ _
________
_as
i
nputand
ret
urnasi ngl ev alue.
A: Col l
ect i
onofv alues
B: Singl ev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no20.Theov eralldescr i
pti
onofadat abasei scalled__
____.
A: Dat ai ntegr ity
B: Dat amani pul at i
on
C: Dat abaseschema
D: Dat adef inition
Q.no21.Whi choft hef ollowingat t
ri
butecanbef urt
herdivi
dedinto
subpar ts
A: Simpl eat tribut e
B: Mul tivaluedat tri
but e
C: Composi t eat t
ribut e
D: Der i
v edat tribut e
Q.no22.Whi choneoft hefollowingisnott ruef orav i
ew:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav i
rtual tabl e.
C: Av iewdef init i
oni sper manentlystoredaspar tofthedatabase.
D: Viewnev ercont ainsderivedcol umns.
Q.no23.Keyt or epresentrelationshipbetweentablesiscall
ed
A: Primar ykey
B: Secondar yKey
C: For ei
gnKey
D: Candi dat eKey
Q.no24.The_ __
_ __connecti
v eisusedt otestforabsenceofset
member ship.
A: except
B: exists
C: noti n
D: in
Q.no25.Whi choft hef ol
lowi ngshoul dbeusedt ofi
ndt hemeanofthe
salary?
A: Mean( salar y)
B: Avg( salary )
C: Sum( salary )
D: Count (
sal ary)
Q.no26.Whi chSQLQuer yisuset oremoveat ableandalli
tsdatafr
om
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no27.Whi chnor malf ormi sconsi der
edadequat eforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no28.Thecol lectionofint er
relateddataiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst racti
on
Q.no29.At abl ejoinedwi thitselfiscall
edas________
A: Join
B: Sel fJoi n
C: Out erJoi n
D: Equi Joi n
Q.no30.Whati sar el
ationshipcall
edwheni ti
smai ntainedbetweent
wo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat ernary
Q.no31.Whi choft hef oll
owingar ethepr operti
esofent i
ti
es?
A: Gr oups
B: Tabl e
C: At tri
but es
D: Swi tchboar ds
Q.no32._ _ _
_ ___pr oducest herelati
ont hathasat tr
ibutesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Pr oduct
D: Inter section
Q.no33.I fev erynon- keyat tr
ibut
ei sfunctionall
ydependentont he
pri
mar ykey ,
ther elat i
onwi llbei n_
_ _____
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no34.Thet erm_ __
_ ___isusedtor efertoar ow.
A: At tri
but e
B: Tupl e
C: Field
D: Inst ance
Q.no35.Af unct i
onaldependencyi sarelationshipbetweenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: At tri
but es
Q.no36.Thenat uralj
oini sequalto:
A: Car tesi anPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nationofsel ectionandCar t
esianproduct
D: Combi nationofpr ojectionandCar tesianproduct
Q.no37.Whi choft hef ollowingenabl esust oviewdat af r
om atabl
e
basedona
specificcr i
terion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no38.whi choft hef oll
owi ngisnotadat abaseobj ect?
A: Tables
B: Quer i
es
C: Relationshi ps
D: Repor ts
Q.no39.Cust omerwi thdrawingmoneyf r
om ATM i sanexampl e
of_______ ___
A: Applicationpr ogrammer
B: Naïveuser
C: Speci ali
zeduser
D: Sophi sti
cat eduser
Q.no40.A_ __ __
___inat ablerepresentsar elat
ionshipamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no41.Whi choft hef ollowingisnotModi fi
cationoft heDatabase
A: Deletion
B: Insertion
C: Sorting
D: Updat ing
Q.no42.Whi choft hef ollowingisanunar yoperation?
A: Select i
onoper ation
B: Gener ali
zedsel ection
C: Primitiveoper ati
on
D: Project i
onoper ation
Q.no43.Themet hodofaccesswhi chuseskeyt ransformati
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no44.I nt he_ _____ __
__normalf orm,acomposi teattr
ibut
eisconvert
ed
t
o
i
ndiv i
dualat tr
ibutes.
A: First
B: Second
C: Thi r
d
D: Four th
Q.no45.TheRDBMSt erminologyforar owis__ __
_ _
__.
A: Tupl e.
B: Relat ion.
C: Attribut e.
D: Degr ee.
Q.no46.Af unct i
ont hathasnopar t i
alf
unctionaldependenciesisin
__
_ ____f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no47.Theempl oy eesalaryshoul dnotbegr eaterthanRs.2000.Thi
sis
__
_ ____
A: i
nt egr it
yconst r
ai nt
B: referent ialconst raint
C: over -def i
nedconst r
aint
D: feasi bleconst raint
Q.no48.NULLi s__ ________
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandblankf orcharacter
D: Notav alue
Q.no49.I none- to-manyr elat
ionshipthetableon' many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no50.Whi choft hef oll
owingf i
eldshaswi dthof8by t
es?
A: Memo
B: Number
C: Dat e/time
D: Hy per l
ink
Q. no51.Amongstt heACI Dproper t
iesofat ransacti
on,the'Durabil
ity'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, ev eni fther eisaf ail
ureofanyki nd
Q. no52.I nt he_ ___ ______normalf orm, acomposi teattr
ibuteisconv ert
ed
to
i
ndi v i
dualat tributes
A: First
B: Second
C: Third
D: Four th
Q. no53.Whi choft hefollowingi snotapr opertyofat r
ansaction?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur abi l
ity
Q. no54.Doesi ndext akespacei nthedi sk?
A: Indexesar enev erstoredondi sk
B: I
tst oresmemor yasandwhenr equired
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q. no55.I nt her elationalmodel ,t
henumberofat tri
butesandnumberof
tupl es
i
riar elationar et ermedas_ _________and_ __
_ _
______
___respectivel
y
A: Car dinal it
y ,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Car dinal it
y ,degr ee
Q. no56.Ther esultoft heUNI ONoper ati
onbet weenR1andR2i sa
relat i
ont hat
i
ncl udes
A: AllthetuplesofR1
B: AllthetuplesofR2
C: AllthetuplesofR1andR2
D: AllthetuplesofR1andR2whi chhavecommoncolumns
Q.no57.Consi derthef oll
owi ng
S1:For ei
gnkeyal lowsnul lvalues.
S2:Ev erybinarytablesi sinBCNF
Whi chofthef oll
owi ngi strue?
A: BothS1andS2ar etrue
B: S1i str
ue
C: S2i str
ue
D: BothS1andS2ar efalse
Q.no58.At ablehasf i
eldsF1, F2, F3,F4,F5wit
hthefol
lowingfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI
,F2)—>F5
Intermsofnor malization,thistableisi
n
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no59.Whi choft hef oll
owi ngoperati
onisusedifweareinter
estedin
only
certaincolumnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q.no60.At ableont hemanysi deofaonet omanyormanyt omany
rel
at i
onship
must :
A: Bei nSecondNor mal For m( 2NF)
B: Bei nThirdNormal Form( 3NF)
C: Hav easingleattributekey
D: Hav eacomposi tekey
Set4
Q.no1.Thi
skeyt
hatuni
quel
yident
if
ieseachr
ecor
discal
led
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no2.Adat adi cti
onar yisar eposit
orythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idator
Q.no3.A‘ book’ isa_ _______ _
ty peofentit
y.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no4.I nanEnt i
ty-Relati
onshi pDi agram “
Di amonds”
represent s_ ________ _
___ _
___ _
A: Attribut es
B: Mul ti-
v aluedat tr
ibutes
C: Weakent i
tyset
D: Rel ationshi pset s
Q.no5.Whoi smor econcer nedaboutt heconceptuall
eveloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no6.Thebasi cdat atypechar (n)i
sa_ ____lengt
hcharacterst
ri
ngand
varchar (
n)i s_ _
__ _lengthchar acter
A: Fixed, equal
B: Equal , var i
able
C: Fixed, var i
able
D: Var iabl e,equal
Q.no7.E- Rmodelusest hissy mbolt orepresentweakenti
tyset?
A: Dot tedr ectangl e
B: Diamond
C: Doubl yout li
nedr ectangle
D: Dot teddi amond
Q.no8.Whati sACI Dpr oper t
iesofTr ansacti
ons?
A: Atomi ci t
y ,Consi st
ency ,Isolati
on,Database
B: Atomi ci t
y ,Consistency ,I
sol ati
on,Durabil
it
y
C: Atomi ci ty, Consi stency ,I
nconsi stent,Dur abilit
y
D: Aut omat ically,Concur rency ,Isolation,Dur abili
ty
Q.no9.I nwhi chst ateonegat her sandl istallthenecessar yfi
eldsfort
he
database
designpr oject .
A: Dat aDef initi
on
B: Dat aRef inement
C: Establ i
shi ngRel at i
onshi p
D: Dat adel et ion
Q.no10.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul tival ueddependency
D: Funct ional dependency
Q.no11.Whi choft hef oll
owi ngi sthest r
uct ureoft heDatabase?
A: Tabl e
B: .Schema
C: Relation
D: Structur e
Q.no12.Fort hegiv ensetoff unct ionaldependencyF, it
’scl
osureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no13.Dat aMani pulationLanguage( DML)i snott o_
_ _
___
A: Creat ei nf ormat iont ableint heDat abase
B: Insertionofnewi nformat ioni ntot heDat abase
C: Delet i
onofi nformat i
oni nt heDat abase
D: Modi ficat ionofi nformat ioni nt heDat abase
Q.no14.I nE- RDiagr am der i
v edat tributear er epresentedby_____
___.
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no15.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no16.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ternar yOper at or
C: Binar yOper ator
D: Notanoper ator
Q.no17.I nE- Rdi agr am gener ali
zati
oni sr
epresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no18.Theuser swhouseeasy -
to-usemenuar ecall
ed
A: Sophi st icatedenduser s
B: Naï veuser s
C: Stand- al oneuser s
D: Casual enduser
Q.no19.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -
lef tappr oach
D: Treest ruct ure
Q.no20.Whi choneoft hefollowingisnottrueforav iew:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav i
rtual table.
C: Av iewdef i
niti
oni sper manent l
ystoredaspar tofthedat
abase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no21.Whi choft hef ollowingshoul dbeusedt ofindthemeanofthe
salary?
A: Mean( sal ary )
B: Avg( sal ary )
C: Sum( sal ary)
D: Count (
sal ary)
Q.no22.Whent hechangescausedbyanabor tedtransact
ionhav
ebeen
undone,
thetransact ioni ssai dtobe_ _______
_ .
A: Failed
B: commi tted
C: par t
iallycommi t
ted
D: roll
edback.
Q.no23.Toappl yt heaggr egat
ef uncti
on, toagr oupofsetof
tuples_ ______ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no24.Car t
esi anpr oducti nr
elati
onalal gebrais:
A: aUnar yoper at or
B: aBi nar yoper ator
C: aTer naryoper ator
D: notdef i
ned
Q.no25.I fBi sanat tri
buteandA→B, ThenBi ssaidtobe_ ___
____byA.
A: Logi callyimpl i
ed
B: Funct ional l
yi mpl i
ed
C: Logi callydet er mined
D: Funct ional lydet ermined
Q.no26.Whi chSQLQuer yisuset oremov eatableandallitsdat
af r
om
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no27._ ____ __pr oducest herel
ationthathasat t
ri
butesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect i
on
Q.no28.Whi choft hef ol
lowingaret heproper ti
esofentit
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no29.Af unct ionaldependencyi sar elationshi
pbetweenoramong:
A: Tabl es
B: Rows
C: Relations
D: Attri
but es
Q.no30.Af i
lemani pul
ati
oncommandt hatextr
actssomeoft her ecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no31.Whi chnamemustbeuni quewithi
nadat abase?
A: Table
B: Fi
eld
C: Recor d
D: Charact er
Q.no32.Rel ati
onalAlgebrais
A: DataDef i
niti
onLanguage
B: Met aLanguage
C: Procedur alqueryLanguage
D: DataMani pulat
ionLanguage
Q.no33.Whati sar el
ati
onshi
pcalledwheni ti
smai nt
ainedbet weent wo
entit
ies?
A: Unary
B: Binary
C: Ternar y
D: Quat ernary
Q.no34.Whi chnormalformisconsideredadequateforrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no35.Funct ionalDependenci
esar et
het y
pesofconst rai
ntst hatare
based
on___ _
__
A: Key
B: Keyr ev i
sit
ed
C: Super setkey
D: Tuple
Q.no36.Whi choft hef ollowingintrueregar dingRef erentialIntegri
ty?
A: Everypr imar y-
keyv aluemustmat chapr imar y-keyv alueinan
associatedt able
B: Everypr imar y-
keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
table
C: Everyfor ei gn-keyvaluemustmat chapr i
mar y-
keyv aluei nan
associatedt able
D: Everyf orei gn-keyvaluemustmat chafor eign-keyv alueinanassoci ated
table
Q.no37.I ndomai nrelationalcalcul
uswecr eat eav ariablef or
every_____ ___
A: Row
B: Column
C: Table
D: Attri
but e
Q.no38.Mi nimalSuper key sarecalled
A: Schemakey s
B: Candidat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no39.Thecol l
ecti
onofi nter
relat
eddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst r acti
on
Q.no40.Whi choft hef ollowingisNotaRel ation-algebr aOper ati
on
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no41.I fev er ynon-keyat t
ri
buteisfunctional l
ydependentont he
primarykey ,
therelati
onwi l
lbein__ _____
A: Fir
stNor mal Form
B: SecondNor mal Form
C: ThirdNor mal Form
D: FourthFor mal Form
Q.no42.I nSQLt hestat ementsel ect*
from R, Sisequi valentt o_____
__.
A: Select*f r om Rnat ur aljoi
nS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Ri nnerj oinS
Q.no43.Thet er m_ _ ___ __isusedtor ef
ert oar ow.
A: Attribute
B: Tupl e
C: Field
D: Instance
Q.no44.The_ _____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no45.At ablejoinedwi thitsel
fiscall
edas_ __ _
__ __
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no46.Whi choft hef oll
owingisnotal evelofdat aabst
ract
ion?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no47.Theempl oy eesal ar
yshouldnotbegr eaterthanRs.2000.Thi
sis
__
_ ____
A: i
nt egr i
tyconst r
aint
B: referent i
al const raint
C: over -definedconst raint
D: feasi bleconst raint
Q.no48.Thenat ural joini sequalto:
A: Car tesianPr oduct
B: Combi nat i
onofUni onandCar tesi
anpr oduct
C: Combi nat i
onofsel ect i
onandCar tesianpr oduct
D: Combi nat i
onofpr oject i
onandCar tesianpr oduct
Q.no49.Af unct i
ont hathasnopar ti
alfunct i
onaldependenci esisin
__
_ ____f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no50.Whi choft hef ollowingi sanunar yoper ati
on?
A: Selectionoper ation
B: Gener ali
zedsel ection
C: Primitiveoper at i
on
D: Projectionoper ation
Q.no51.I far elationi sinBCNF, t
heni ti
sal soin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no52.Dupl i
cat ionofdat aatsev er
alplacesi sknownas_ _ __
A: Concur rentaccessanomal ies
B: Dat aisolation
C: Dat ainconsi stency
D: Dat aredundancy
Q.no53.The_ ______ __protocolensur esf r
eedom f r
om deadl ock.
A: Two- phasel ockingpr ot ocol
B: Stri
ctt wo-phasel ockingpr otocol
C: Rigoroust wo- phasel ockingpr otocol
D: Timest ampor deringpr otocol
Q.no54.I fever ynon- keyat t
ributeisfunctionall
ydepedentpr i
marykey,
thent he
rel
at i
onwi l
lbei n_ ________ ___
_ .
A: Fir
stnor mal form
B: Secondnor mal f
orm
C: ThirdNor mal form
D: Four t
hnor mal for m
Q.no55._ _____ _al l
owust oidentifyuniquelyat upl
eint herelat
ion.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q.no56.Cr eat etabl eempl oyee( namev archar,i
dinteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst raint
Q. no57.Whi charet hetwoway sinwhichent i
tiescanpar ti
cipateina
relat i
onshi p?
A: Passi veandact i
v e
B: Tot alandpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q. no58.Af terthef inalstatementofat r ansact i
onhasbeenexecut ed,a
t
r ansact i
onent ersi na_ ______
__st at
e._______.
A: Act i
ve
B: abor t
ed
C: Commi tted
D: Par ti
all
ycommi tted
Q. no59.Apr imarykeyi scombi nedwi t
haf oreignkeycr eates____
__
A: Par ent-
Chi l
drelationshipbetweent het ablest hatconnectthem
B: Manyt omanyr elat i
onshipbetweent hetabl esthatconnectt hem.
C: Net workmodel bet weenthetablesthatconnectt hem.
D: Manyt ooner elat i
onshipbetweent het ablest hatconnectthem.
Q. no60.Af uncti
onaldependencyoft hef orm x—>yi str
ivalif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Set5
Q.no1.InSQL‘ relati
onAcontai
nsrelat
ionB’canbewri
ttenas
A: NotexistsBexceptA
B: exi
stsBexceptA
C: NotexistsAexceptB
D: exi
stsAexceptB
Q.no2.Asubschemaexpr esses__
_______.
A: Thelogical v
iew
B: Thephy sicalview
C: Theexternal vi
ew
D: Theinternalview
Q.no3.Adat adict i
onar
yisareposit
orythatmanages_
____
A: Memor y
B: Metadata
C: Spel
lChecker
D: DataVal i
dat or
Q.no4.Thedat abaseenv i
ronmenthasal lofthefoll
owingcomponents
except__ ____ __
A: Users.
B: Separ atef il
es
C: Database.
D: Databaseadmi nistrator
Q.no5.E- Rmodelusest hi ssymbolt orepresentweakent i
tyset?
A: Dottedr ect angle
B: Diamond
C: Doubl yout l
inedr ectangl e
D: Dotteddi amond
Q.no6.Rel at i
onalcal culusi sa:
A: Procedur allanguage
B: Non-Pr ocedur allanguage
C: Datadef i
ni ti
onl anguage
D: Highl evel language
Q.no7.I nanEnt ity-Relationshi pDiagram “Diamonds”
represent s__ _________ __
_ ____
A: Attri
but es
B: Multi-
v aluedat t
ributes
C: Weakent it
yset
D: Relationshi pset s
Q.no8.Whi choft hef oll
owi ngat t
ri
butecanbef ur
therdiv
idedint
o
subpar t
s
A: Simpl eat tri
but e
B: Multivaluedat tr
ibut e
C: Composi t eattri
but e
D: Derivedat tri
bute
Q.no9.Whi choneoft hef ollowinguniquelyidenti
fi
estheelementsi
nthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi t ekey
Q.no10.Theconcept ualmodeli s______
__ _
.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwareandsof tware
D: Independentofbot hhar dwareandsof tware
Q.no11.Keyt or epresentr el
ationshipbetweent abl
esiscall
ed
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no12.Dat ar edundancymayl eadto:
A: Dat ai nt egr it
y
B: Atomi ci typr obl em
C: Dat ai nconsi st ency
D: Dat aabst ract i
on
Q.no13.Thebasi cdat atypechar (n)isa_____lengt
hcharacterstr
ingand
varchar (n)i s_ ___ _lengthchar acter
A: Fixed, equal
B: Equal , var iable
C: Fixed, var iable
D: Var iabl e, equal
Q.no14.Theov eralldescripti
onofadat abasei scall
ed____
__.
A: Dat ai nt egr it
y
B: Dat amani pulat i
on
C: Dat abaseschema
D: Dat adef i
ni ti
on
Q.no15.Whoi smor econcer nedaboutt heconceptuall
eveloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no16.The_ __ ___connect i
veisusedt otestforabsenceofset
member shi p.
A: except
B: exist s
C: noti n
D: in
Q.no17.Al laggr egatef uncti
onsexcept_ _
___ignorenullv
aluesinthei
r
i
nput
coll
ect ion.
A: Count (at tribute)
B: Count (* )
C: Av g
D: Sum
Q.no18.I nwhi chst ateonegat hersandl istallthenecessaryf
iel
dsf orthe
databasedesi gnpr oject.
A: Dat aDef inition
B: Dat aRef inement
C: Est ablishi ngRel ati
onship
D: Dat adel etion
Q.no19.Hi er ar chicalmodeli sal socalled_ ________.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Nor mal i
zeSt r
uct ure
D: Tabl eSt ruct ure
Q.no20.Whati sACI Dproperti
esofTr ansact i
ons?
A: Atomi city, Consi stency,I
solation,Database
B: Atomi city, Consi stency,I
solation,Durabi l
ity
C: Atomi city, Consi stency,I
nconsi stent
, Dur abil
it
y
D: Aut omat ical l
y ,Concurrency,Isolati
on, Dur abi
li
t y
Q.no21.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul t ivalueddependency
D: Funct i
onal dependency
Q.no22.Aggr egat ef uncti
onsar ef uncti
onst hatt akea___
____
____as
i
nputand
ret
urnasi ngl ev alue.
A: Col lectionofv alues
B: Si
ngl ev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no23.Sel ect*f rom empl oyeeWhatt y peofst atementi
sthi
s?
A: DML
B: I
nt egr i
tyconst raint
C: DDL
D: View
Q.no24.Tor emov ear el
ati
onf rom anSQLdat abase,weusethe_ _
__ _
_
command.
A: Del ete
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no25.Thi skeyt hatuni quelyidenti
fi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no26.I nt he_ _________normalf orm,acomposi teattr
ibut
eisconvert
ed
to
i
ndi vi
dualat tri
butes.
A: First
B: Second
C: Thir d
D: Four th
Q.no27.Whi choft hefollowingf i
eldshaswi dthof8by t
es?
A: Memo
B: Number
C: Dat e/t i
me
D: Hy per li
nk
Q.no28.A_ _____
_ _inat ablerepresentsar elat
ionshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no29.I none- to-manyr el
ationshipthetableon' many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no30.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of_____ ____ _
A: Appl icat ionprogr ammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sticateduser
Q.no31.TheRDBMSt ermi nologyforar owi s__
_ __
___.
A: Tupl e.
B: Relat i
on.
C: Attribut e.
D: Degree.
Q.no32.Whi chofthef oll
owingarethepropertiesofent i
ties?
A: Groups
B: Table
C: Attr
ibutes
D: Switchboards
Q.no33.Themet hodofaccesswhi chuseskeyt ransformationisknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent i
al
Q.no34.NULLi s____
__ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharact
er
C: Thesameas0f orintegerandblankforcharacter
D: Notav al
ue
Q.no35.Whi chofthef oll
owingenablesustov iewdat af r
om at abl
e
basedona
specifi
ccr it
eri
on
A: Form
B: Query
C: Macr o
D: Repor t
Q.no36.Whi chofthef oll
owingisnotModi f
icationoft heDat abase
A: Deleti
on
B: I
nser t
ion
C: Sorti
ng
D: Updat i
ng
Q.no37.whi chofthefollowingisnotadatabaseobj ect?
A: Tables
B: Queries
C: Relati
onships
D: Repor t
s
Q.no38.Af uncti
onaldependencyi sarelat
ionshi pbetweenoramong:
A: Tables
B: Rows
C: Relati
ons
D: Attri
butes
Q.no39.Whi chSQLQuer yisuset or emov eat ableandalli
tsdatafr
om
the
database?
A: Cr eat eTabl e
B: AlterTabl e
C: Dr opTabl e
D: Remov eTabl e
Q.no40._ ______pr oducest herelationt hathasattri
butesofR1andR2
A: Car t esianpr oduct
B: Diff erence
C: Pr oduct
D: Inter section
Q.no41.I fev erynon- keyat tr
ibuteisf uncti
onallydependentonthe
pri
mar ykey ,
ther elat i
onwi llbei n_______
A: FirstNor mal Form
B: SecondNor mal For m
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no42.Thecol lectionofi nterrel
ateddat aiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst ract i
on
Q.no43.Thet erm_ ______isusedt or efertoarow.
A: At tribute
B: Tupl e
C: Fiel d
D: Inst ance
Q.no44.The_ _ _
_ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: St ruct ure
D: Pr i
mar ykey
Q.no45.I nSQLt hest atementsel ect*from R,Sisequival
entto_
____
__.
A: Sel ect*f r
om Rnat uraljoinS
B: Sel ect*f r
om Rcr ossjoinS
C: Sel ect*f r
om Runi onjoinS
D: Sel ect*f r
om Ri nnerj oinS
Q.no46.Whi chnor malf ormisconsider
edadequat eforr el
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no47.Rel ationalAl gebr ai
s
A: Dat aDef initionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pul ationLanguage
Q.no48.Whi choft hef oll
owi
ngi sNotaRelati
on-algebraOper ati
on
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no49.Funct ionalDependenci esarethetypesofconst r
aint
sthatare
based
on__ ____
A: Key
B: Keyr ev isited
C: Super setkey
D: Tupl e
Q.no50.Theempl oy eesal ar
yshouldnotbegr eaterthanRs.2000.Thisis
_______
A: i
ntegr ityconst raint
B: referent ial const raint
C: over -
def inedconst raint
D: feasibl econst raint
Q.no51.Whi choft hef oll
owi
ngi snotapropertyofat ransacti
on?
A: Atomi city
B: Consi stency
C: I
nt egrity
D: Dur ability
Q.no52.I nt her elationalmodel ,thenumberofat tri
butesandnumberof
tuples
i
riar elationar et ermedas_ _
_______
_and___________
_ _
_ r
espectiv
ely
A: Car dinality ,domai n
B: Degr ee, car dinal i
ty
C: Domai ndegr ee
D: Car dinal it
y ,degr ee
Q. no53.Doesi ndext akespacei nthedisk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est or edondi sk
Q. no54.Whi choft hef ollowingoper ati
oni susedifwear ei
nter
estedin
onl y
cer taincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q. no55.Ther esul toft heUNI ONoper ationbetweenR1andR2i sa
relat i
ont hat
i
ncl udes
A: Allthet upl esofR1
B: Allthet upl esofR2
C: Allthet upl esofR1andR2
D: Allthet upl esofR1andR2whi chhav ecommoncol umns
Q. no56.Whi choft hef ollowingi snottrueforNormalizat
ion?
A: Remov esr edundancy
B: Remov esi nser tionanomal y
C: Decomposest her elation
D: Quer yexecut ionbecomesf aster
Q. no57.Amongstt heACI Dpropertiesofat r
ansacti
on,the'Dur
abi
lit
y'
proper ty
requi res.t hatt hechangesmadet othedatabasebyasuccessf ul
transact i
on
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, ev eni ft herei saf ail
ureofanyki nd
Q. no58.Consi dert hef ollowing
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi nar ytabl esi si nBCNF
Whichoft
hef ol
lowingistr
ue?
A:BothS1andS2ar et
rue
B:S1istr
ue
C:S2istr
ue
D:BothS1andS2ar ef
alse
Q.
no59.Ifarelati
onisinBCNF, t
heni
tisal
soi
n
A:1NF
B:2NF
C:3NF
D:5NF
Q.
no60.Af uncti
onaldependencyoft
hefor
m x—>yi
str
ivali
f
A:y⊆x
B:y⊂x
C:x⊂y
D:x⊂yandy ⊂x
Set6
Q.no1.A‘ book’i
sa____
_ _
___typeofentit
y.
A: concept ual
B: concr ete
C: real
D: abstract
Q.no2.Theuser swhouseeasy -
to-
usemenuar ecal
led
A: Sophi sticat
edendusers
B: Naï v
euser s
C: Stand- aloneuser
s
D: Casual enduser
Q.no3.Whi chofthefol
lowingisthestructur
eoftheDat abase?
A: Table
B: .Schema
C: Relation
D: Structur e
Q.no4.Fort hegi
vensetoff unct
ionaldependencyF,
it’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no5.I fBi sanat tr
ibuteandA→B, ThenBi ssaidtobe_ ___
___
_byA.
A: Logi cal l
yi mpl ied
B: Funct i
onal l
yi mpl i
ed
C: Logi cal l
ydet ermi ned
D: Funct i
onal lydet ermined
Q.no6.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ter nar yOper ator
C: Binar yOper at or
D: Notanoper ator
Q.no7.Car tesi anpr oductinr el
ati
onalalgebrais:
A: aUnar yoper ator
B: aBi nar yoper at or
C: aTer nar yoper ator
D: notdef i
ned
Q.no8.I nE- Rdi agr am gener ali
zat
ionisrepresentedby
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no9.Whi choft hef oll
owingshouldbeusedt ofindthemeanoft he
salary?
A: Mean( salar y )
B: Av g(sal ary )
C: Sum( sal ary )
D: Count (sal ary )
Q.no10.Dat aMani pulationLanguage( DML)i snotto_____
_
A: Creat ei nf or mat i
ont ableintheDatabase
B: Inser ti
onofnewi nformat i
onint
ot heDatabase
C: Del etionofi nfor mat i
oni ntheDatabase
D: Modi ficat i
onofi nformat i
onintheDat abase
Q.no11.Toappl yt heaggr egatefuncti
on,toagr oupofsetof
tuples_ ___ ___ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no12.Whent hechangescausedbyanabor tedtransact
ionhavebeen
undone,
thet r
ansact ioni ssai dt obe_ _______
_ .
A: Failed
B: commi tted
C: partiallycommi tted
D: roll
edback.
Q.no13.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -
lef tappr oach
D: Treest ruct ure
Q.no14.Whi choneoft hefollowingisnott r
uef oraview:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav i
rtual table.
C: Av iewdef i
niti
oni sper manent l
ystoredaspar tofthedatabase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no15.I nE- RDi agr am der i
vedat tr
ibutearerepresentedby______
__.
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no16.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no17.I nwhi chst ateonegat hersandl i
stallthenecessaryfi
eldsfort
he
databasedesi gnpr oject .
A: Dat aDef initi
on
B: Dat aRef inement
C: Establ i
shi ngRel ationship
D: Dat adel etion
Q.no18.Hi er archi calmodeli salsocal l
ed_________
.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal izeSt ruct ure
D: Tabl eSt r ucture
Q.no19.Whoi smor econcer nedaboutt heconceptuall
eveloft heDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no20.Thebasi cdat aty pechar (n)isa_ ____lengt
hchar acterst
ri
ngand
varchar (
n)i s_ ____l engt hchar acter
A: Fixed,equal
B: Equal ,variable
C: Fixed,v ariable
D: Var i
able, equal
Q.no21.Adat adi ct i
onar yi sar epositorythatmanages_ __ __
A: Memor y
B: Met adat a
C: Spel l
Checker
D: Dat aVal i
dat or
Q.no22.Theconcept ualmodeli s_________.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwar eandsof tware
D: Independentofbot hhar dwareandsof tware
Q.no23.The_ ____ _connect i
veisusedt otestforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no24.Dat ar edundancymayl eadt o:
A: Dat aintegr i
ty
B: Atomi citypr oblem
C: Dat ainconsi stency
D: Dat aabst raction
Q.no25.Whati sACI Dpr oper ti
esofTr ansacti
ons?
A: Atomi city,Consi stency ,Isolati
on,Dat abase
B: Atomi city,Consi st ency ,Isolati
on,Dur abil
i
ty
C: Atomi city,Consi stency ,Inconsistent,Durabil
ity
D: Aut omat ically
, Concur r ency ,I
solati
on, Durabi
lit
y
Q.no26.Whi chSQLQuer yi suset oremov eat ableandallitsdatafr
om
t
he
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no27.TheRDBMSt erminologyforar owi s_
__ _
____.
A: Tuple.
B: Relati
on.
C: Attri
but e.
D: Degree.
Q.no28.Mi nimalSuper keysar ecalled
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no29.I nt he_ __ _______normalf orm, acomposi teatt
ri
buteisconv
ert
ed
to
i
ndividualat tri
but es.
A: Fi
rst
B: Second
C: Third
D: Fourth
Q.no30.Whi choft hef oll
owingar et heproper
tiesofentit
ies?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no31.NULLi s__ ___
_ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandbl ankforcharacter
D: Notav al ue
Q.no32.Cust omerwi thdrawingmoneyf r
om ATM i sanexampl e
of_________ _
A: Applicat ionpr ogr ammer
B: Naïveuser
C: Specializeduser
D: Sophi sticateduser
Q.no33.Themet hodofaccesswhi chuseskeyt r
ansformationi
sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent i
al
Q.no34.Af i
lemani pulationcommandt hatext ractssomeoft herecords
from a
fil
ei scal l
ed
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no35.I ndomai nrelationalcal
culuswecr eateav ariablef or
ev ery________
A: Row
B: Column
C: Table
D: Attri
bute
Q.no36.Whi choft hef ollowingi
nt r
ueregar dingRef erentialIntegr
ity
?
A: Everyprimar y-
keyv aluemustmat chapr i
mar y-keyv alueinan
associ atedtable
B: Everyprimar y
-keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
tabl e
C: Everyforeign-keyv al
uemustmat chapr i
mar y-keyv aluei nan
associ atedtable
D: Everyforeign-keyv al
uemustmat chaf oreign- keyv alueinanassoci ated
tabl e
Q.no37.Af unctiont hathasnopar tialf
unct ionaldependenci esisin
___ ____form:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no38.At ablejoinedwi thi
tsel
fiscall
edas_ ___ ___
_
A: Join
B: SelfJoin
C: OuterJoin
D: Equi Joi
n
Q.no39.Whi chnamemustbeuni quewi thinadat abase?
A: Tabl e
B: Fi
el d
C: Recor d
D: Char act er
Q.no40.Thenat ural joinisequalto:
A: Car tesi anPr oduct
B: Combi nat ionofUni onandCar tesi
anpr oduct
C: Combi nat ionofsel ecti
onandCar tesianpr oduct
D: Combi nat ionofpr ojecti
onandCar tesianpr oduct
Q.no41.Whi choft hef oll
owingfiel
dshaswi dthof8by t
es?
A: Memo
B: Number
C: Dat e/time
D: Hy per l
ink
Q.no42.Whi choft hef oll
owingisnotal evelofdataabstract
ion?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no43.Whi choft hef oll
owingisanunar yoper at
ion?
A: Select ionoper ation
B: Gener alizedsel ection
C: Primi tiveoper at i
on
D: Project i
onoper ation
Q.no44.whi choft hef oll
owingisnotadat abaseobj ect
?
A: Tabl es
B: Quer ies
C: Relat i
onshi ps
D: Repor ts
Q.no45.Af unct i
onaldependencyi sar elationshipbetweenoramong:
A: Tabl es
B: Rows
C: Relat i
ons
D: Attribut es
Q.no46.Whi choft hef oll
owingenabl esust ov iewdatafrom atabl
e
basedona
specificcr iterion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q. no47.A_ _ ______inat ablerepr esentsar elati
onshipamongasetof
val ues.
A: Column
B: Key
C: Row
D: Entry
Q. no48.Whi choft hef ollowingi snotModi fi
cationoft heDat abase
A: Deletion
B: Inserti
on
C: Sorting
D: Updat ing
Q. no49.I none- t
o-manyr elat
ionshipt hetableon' many' si
deiscall
edas:
A: Parent
B: Mast er
C: Sister
D: Child
Q. no50.Whati sar el ationshi pcal l
edwheni tismai ntainedbetweentwo
ent iti
es?
A: Unar y
B: Binary
C: Ternar y
D: Quat ernar y
Q. no51.At abl eont hemanysi deofaonet omanyormanyt omany
relat i
onshi p
must :
A: Bei nSecondNor mal For m( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngleattribut ekey
D: Hav eacomposi tekey
Q. no52.Af t
ert hef i
nalst at ementofat ransact i
onhasbeenexecut ed,
a
transact i
onent ersina_ __ ____
__st ate.___
____ .
A: Active
B: abor t
ed
C: Commi tt
ed
D: Partiall
ycommi tted
Q. no53.Apr imarykeyi scombi nedwi t
haf oreignkeycr eat
es_____
_
A: Parent -Chi l
drelationshi pbetweent hetablest hatconnectthem
B: Manyt omanyr elati
onshi pbet weent het abl
est hatconnectt hem.
C: Net wor kmodel betweent het ablesthatconnectt hem.
D: Manyt ooner elationshi pbet weent het ablesthatconnectt hem.
Q.no54.I nt he_ _________nor malf orm, acomposi teat t
ribut
ei sconvert
ed
to
i
ndiv i
dualat tr
ibutes
A: Fir
st
B: Second
C: Thir d
D: Four th
Q.no55.The_ _____ ___
pr otocolensur esf r
eedom f rom deadl ock.
A: Two- phasel ockingpr ot ocol
B: Strictt wo- phasel ockingpr otocol
C: Rigor oust wo-phasel ockingpr otocol
D: Timest ampor deringpr otocol
Q.no56.Whi choft hef ollowingi snotapr oper t
yofat ransact i
on?
A: Atomi city
B: Consi stency
C: Integr it
y
D: Dur abi l
ity
Q.no57.Cr eatetabl eempl oy ee( namev archar,i
di nteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q.no58.Dupl icationofdat aatsev eralplacesi sknownas_ ___
A: Concur rentaccessanomal ies
B: Dat ai solation
C: Dat ai nconsi stency
D: Dat ar edundancy
Q.no59._ __ ____al l
owust oident if
yuniquel yat upleint herelati
on.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no60.I fev erynon- keyat t
ributei sfunctionall
ydepedentpr i
mar ykey
,
thent he
r
elat
ionwil
lbei
n___ _
____
___
__.
A:Fi
rstnor
malform
B:Secondnor
mal form
C:Thir
dNormalform
D:Fourt
hnormalform
Set7
Set8
Q.no1.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ternar yOper at or
C: Binar yOper at or
D: Notanoper at or
Q.no2.The_ _ __ __ connect iveisusedtot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no3.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bottom- upmet hod
C: Right -
lef tappr oach
D: Treest ructur e
Q.no4.Whent hechangescausedbyanabor t
edtransact
ionhavebeen
undone,
thet r
ansact i
oni ssai dt obe_ _
_______
.
A: Failed
B: commi tted
C: partiall
ycommi tted
D: roll
edback.
Q.no5.Dat aMani pul ationLanguage( DML)i snotto_____
_
A: Creat ei nfor mat iont ableintheDatabase
B: Insertionofnewi nformat i
onintotheDat abase
C: Delet i
onofi nf or mat i
oni ntheDatabase
D: Modi ficat i
onofi nformat i
oni ntheDatabase
Q.no6.Dat ar edundancymayl eadto:
A: Dat aint egrity
B: Atomi ci typr obl em
C: Dat ainconsi stency
D: Dat aabst ract ion
Q.no7.Whi choneoft hefollowingi snott rueforav iew:
A: Viewi sder ivedf r
om ot hertabl es
B: Viewi sav ir
tual table.
C: Av i
ewdef i
niti
oni sper manent lystoredaspar tofthedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no8.I nwhi chst ateonegat hersandl i
stallthenecessar yfi
eldsfort
he
database
designpr oj ect .
A: Dat aDef ini t
ion
B: Dat aRef inement
C: Est abl i
shi ngRel ationship
D: Dat adel etion
Q.no9.Whi choft hef ollowingshoul dbeusedt of i
ndthemeanoft he
salary?
A: Mean( sal ar y)
B: Av g( sal ary )
C: Sum( sal ary )
D: Count (
sal ary)
Q.no10.Toappl yt heaggr egatef uncti
on, toagr oupofsetof
tuples_ _ ___ __ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no11.Thi skeyt hatuni quelyidentifi
eseachr ecordiscalled
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no12.Whatdoy oumeanbyonet omanyr el
ationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no13.I nE- Rdi agr am gener ali
zat i
onisr epresentedby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no14.Theuser swhouseeasy -
to-usemenuar ecal l
ed
A: Sophi st icatedenduser s
B: Naï veuser s
C: Stand- al oneuser s
D: Casual enduser
Q.no15.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no16.Thebasi cdat atypechar (n)isa_ ____lengthcharacterstr
ingand
varchar (n)i s_ __ __lengt hchar acter
A: Fi
xed, equal
B: Equal ,v ariable
C: Fi
xed, v ariable
D: Var i
abl e, equal
Q.no17.Whati sACI Dproper ti
esofTr ansact i
ons?
A: Atomi city,Consi stency,Isolati
on,Dat abase
B: Atomi city,Consi stency,Isolati
on,Dur abi l
it
y
C: Atomi city,Consi stency,Inconsistent, Durabil
ity
D: Aut omat ically,Concur rency ,I
solation, Durabil
it
y
Q.no18.Aggr egat ef uncti
onsar efunct i
onst hatt akea_ _
_______
__as
i
nputand
ret
urnasi ngl ev alue.
A: Col l
ect ionofv alues
B: Si
ngl ev alue
C: Aggr egat ev alue
D: Tabl es
Q.no19.Hi erarchi calmodeli salsocal led_ __
______.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt ruct ure
D: Tabl eSt ructure
Q.no20.Car tesianpr oducti nrelati
onalal gebrais:
A: aUnar yoper ator
B: aBi nar yoper at or
C: aTer nar yoper ator
D: notdef i
ned
Q.no21.Theconcept ualmodeli s_ ________.
A: Dependentonhar dwar e
B: Dependentonsof t war e.
C: Dependentonbot hhar dwar eandsof twar e
D: Independentofbot hhar dwar eandsof t
war e
Q.no22.I nE- RDi agr am der i
vedat tri
butear erepresentedby ___
_____.
A: Elli
pse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no23.I fBi sanat tribut eandA→B, ThenBi ssai dtobe_ ____
___byA.
A: Logical lyimpl ied
B: Funct i
onal l
yi mpl i
ed
C: Logical lydet ermi ned
D: Funct ional l
ydet ermi ned
Q.no24.Adat adi cti
onar yisar eposi t
oryt hatmanages_ _
__ _
A: Memor y
B: Met adat a
C: Spell Checker
D: Dat aVal i
dat or
Q.no25.Whi choft hef oll
owi ngat tri
butecanbef urtherdi
videdinto
subpar ts
A: Simpl eat tribute
B: Mul ti
val uedat t
r i
but e
C: Composi teat tri
but e
D: Der i
vedat tribute
Q.no26.NULLi s_ _____ ____.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f ori ntegerandbl ankf orcharacter
D: Notav alue
Q.no27.Whi chnamemustbeuni quewi thinadatabase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no28.TheRDBMSt ermi nologyf orar owi s__
______.
A: Tupl e.
B: Relat ion.
C: Attribut e.
D: Degr ee.
Q.no29.The_ ____ _
ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no30.Af unct i
ont hathasnopar t i
alf
uncti
onaldependenci
esisin
__
_ ____f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Thet erm_ ____ __i
susedt or ef
ertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no32.Whi choft hef oll
owingf i
eldshaswidthof8by t
es?
A: Memo
B: Number
C: Dat e/ ti
me
D: Hy per li
nk
Q.no33.Thecol l
ect ionofi nterrel
ateddataiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst r action
Q.no34.Theempl oy eesal aryshoul dnotbegreatert
hanRs.2000.Thi
sis
__
_ ____
A: i
nt egr it
yconst raint
B: referent ial const raint
C: over -def i
nedconst raint
D: feasi bleconst rai
nt
Q.no35.Rel at i
onalAl gebr ais
A: Dat aDef init i
onLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: DataMani pul ati
onLanguage
Q.no36.Af ilemani pulationcommandt hatext r
actssomeoft herecords
from a
fil
eiscal l
ed
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no37.whi choft hef oll
owi ngisnotadat abaseobj ect ?
A: Tables
B: Queries
C: Relati
onshi ps
D: Repor t
s
Q.no38._ _ ____ _producest herel
ationt hathasat tr
ibutesofR1andR2
A: Cartesianpr oduct
B: Dif
ference
C: Product
D: Int
ersection
Q.no39.Whi choft hef ollowingint r
uer egar dingRef erent i
alIntegr
ity
?
A: Everypr i
mar y-keyv aluemustmat chapr imar y-keyv alueinan
associatedt abl e
B: Everypr i
mar y-keyv aluemustmat chaf oreign-keyv aluei nanassoci ated
table
C: Everyforei gn-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associatedt abl e
D: Everyforei gn-keyv aluemustmat chaf oreign-keyv alueinanassoci ated
table
Q.no40.Thenat ural j
oi nisequalt o:
A: CartesianPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ectionandCar tesianpr oduct
D: Combi nat i
onofpr ojectionandCar t
esianpr oduct
Q.no41.I nt he_ ______ ___nor malform, acomposi t
eat tributeisconver t
ed
to
i
ndi vi
dualat tributes.
A: Fir
st
B: Second
C: Third
D: Four th
Q.no42.I fev er ynon- keyat t
ri
buteisfunct i
onallydependentont he
pri
mar ykey ,
therel ationwi llbein_ ______
A: FirstNor mal Form
B: SecondNor mal For m
C: Thir dNor mal Form
D: Four thFor mal Form
Q.no43.At ablejoinedwi thit
selfiscal
ledas_ _
______
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no44.A_ ___ __
__i nat ablerepresent
sar elati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no45.Whati sar elati
onshipcal l
edwheni tismaintainedbetweent
wo
entit
ies?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat ernar y
Q.no46.Whi choft hef ollowingisnotal evelofdat aabstract
ion?
A: Phy si cal Lev el
B: Critical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no47.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of_____ __ ___
A: Appl icat ionpr ogrammer
B: Naï veuser
C: Speci ali
zeduser
D: Sophi sticateduser
Q.no48.Af unct i
onaldependencyi sarelationshipbet weenoramong:
A: Tabl es
B: Rows
C: Relations
D: Attri
but es
Q.no49.Whi choft hefollowingisNotaRel ation-algebraOper at
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no50.I ndomai nrel
ationalcalculuswecr eateav ar
iablefor
every____ ____
A: Row
B: Column
C: Table
D: Attri
but e
Q.no51.The_ ________protocolensuresfreedom f rom deadlock.
A: Two- phasel ockingprot ocol
B: Stri
ctt wo-phasel ocki
ngpr ot
ocol
C: Rigoroust wo- phasel ockingpr ot
ocol
D: Timest ampor deri
ngpr otocol
Q.no52.I nthe_ ________
_nor malf orm,acomposi t
eat tri
buteisconver
ted
to
i
ndividualat tributes
A: Fi
rst
B: Second
C: Third
D: Four t
h
Q.no53.Ther esul toftheUNI ONoper ati
onbet weenR1andR2i sa
rel
ationt hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhavecommoncol umns
Q.no54.Af unct i
onaldependencyoft heform x—>yi st r
ivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no55.Whi choft hefollowingisnott r
ueforNor malizati
on?
A: Remov esr edundancy
B: Remov esinsertionanomal y
C: Decomposest her elati
on
D: Quer yexecut i
onbecomesf aster
Q.no56.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eates__
____
A: Par ent -
Childrelationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshipbet weent het ablesthatconnectt hem.
C: Net wor kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elat i
onshipbet weent het ablest hatconnectt hem.
Q.no57.Cr eatetabl eempl oy ee( namev archar,idinteger )Whattypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr i
tyconst r
ai nt
Q.no58.Af terthef inalstatementofat r ansact i
onhasbeenexecut ed,
a
tr
ansact ionent ersina_ ________st at
e._______.
A: Act i
v e
B: abor ted
C: Commi tted
D: Par ti
al l
ycommi tted
Q.no59.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst or esmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no60._ ______allowust oident if
yuniquel yat upleint her el
ati
on.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Set7
Q.no1.Select*f
rom employeeWhattypeofstat
ementi
sthi
s?
A: DML
B: I
ntegr
it
yconstr
aint
C: DDL
D: Vi
ew
Q.no2.InanEnti
ty-Rel
ati
onshi
pDiagr
am “Diamonds”
represent s__ ___ _______ ______
A: Attri
but es
B: Multi-
v aluedat t
ributes
C: Weakent it
yset
D: Relationshi pset s
Q.no3.Theov er alldescr i
pti
onofadat abasei scal
led_____
_.
A: Datai ntegr ity
B: Datamani pul ation
C: Databaseschema
D: Datadef i
ni ti
on
Q.no4.Whi choneoft hefollowinguniquelyidenti
fiestheelement
sinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi t ekey
Q.no5.Rel at i
onalcal cul usisa:
A: Procedur allanguage
B: Non-Pr ocedur allanguage
C: Datadef i
ni ti
onl anguage
D: Highl evel language
Q.no6.Tor emov ear elati
onf rom anSQLdat abase,weuset he__
____
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no7.Cr ossPr oducti sa:
A: UnaryOper at or
B: Ternar yOper at or
C: BinaryOper ator
D: Notanoper at or
Q.no8.Thedat abaseenv ir
onmenthasal lofthefollowingcomponent
s
except__ ____ __
A: Users.
B: Separ atef il
es
C: Database.
D: Databaseadmi nistrator
Q.no9.Asubschemaexpr esses____
___ _
_.
A: Thel ogical vi
ew
B: Thephy si calview
C: Theext ernal view
D: Thei nter nal v
iew
Q.no10.Whi choft hef oll
owi ngisthestructureoftheDatabase?
A: Table
B: .Schema
C: Relation
D: Structur e
Q.no11.E- Rmodelusest hissy mboltorepresentweakent i
tyset?
A: Dot t
edr ectangl e
B: Diamond
C: Doubl yout l
inedr ectangle
D: Dot t
eddi amond
Q.no12.Keyt or epresentr elati
onshi
pbet weent abl
esiscall
ed
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dat eKey
Q.no13.I nSQL‘ rel
at i
onAcont ainsrel
ati
onB’ canbewr it
tenas
A: Notexi st sBexceptA
B: existsBexceptA
C: Notexi st sAexceptB
D: existsAexceptB
Q.no14.The_ __
_ __connect i
v ei
susedt otestforabsenceofset
member shi p.
A: except
B: exists
C: notin
D: in
Q.no15.4NFi sdesi gnedtocopewi th:
A: Transi t
iv edependency
B: Joindependency
C: Mul t
i valueddependency
D: Funct i
onal dependency
Q.no16.Al laggr egat efunctionsexcept_____ignorenullval
uesinthei
r
i
nput
coll
ect i
on.
A: Count (at t
r i
bute)
B: Count (
* )
C: Av g
D: Sum
Q.no17.Fort hegi v ensetoff uncti
onaldependencyF,i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no18.A‘ book’ isa_ _
_______typeofent i
ty.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no19.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no20.Car tesianpr oducti nr el
ati
onalalgebrais:
A: aUnar yoper ator
B: aBi naryoper ator
C: aTer nar yoper at or
D: notdef ined
Q.no21.Thebasi cdat atypechar (n)i
sa_ _
___lengt
hcharacterstr
ingand
varchar (n)i s_ _
_ _
_l engthchar acter
A: Fixed, equal
B: Equal ,var iable
C: Fixed, var iable
D: Var i
abl e, equal
Q.no22.I nwhi chst ateonegat hersandlistallt
henecessar
yf i
eldsfort
he
databasedesi gnpr oject .
A: Dat aDef initi
on
B: Dat aRef inement
C: Establ i
shi ngRel ationship
D: Dat adel etion
Q.no23.Hi er archi calmodeli salsocalled______
___.
A: Treest ruct ure
B: PlexSt r uct ure
C: Nor mal i
zeSt r
ucture
D: Tabl eSt r
ucture
Q.no24.Dat aMani pulationLanguage( DML)i snotto__ __
_ _
A: Creat ei nfor
mat iont ablei nt heDatabase
B: I
nser ti
onofnewi nformat ionintotheDatabase
C: Delet ionofi nfor
mat i
oni nt heDatabase
D: Modi ficati
onofi nformat ionintheDat abase
Q.no25.Theconcept ualmodeli s________
_.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwar eandsof t
ware
D: Independentofbot hhar dwar eandsof t
ware
Q.no26.Themet hodofaccesswhi chuseskeyt ransformat i
oni sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no27.I none- t
o-manyr elationshipthetableon'many '
sidei scall
edas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no28.Whi choft hef ollowi ngenabl esustov i
ewdat af rom at abl
e
basedona
specificcr i
teri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no29.I nSQLt hest at ementsel ect*fr
om R,Sisequiv al
entt o_____
__.
A: Select*f rom Rnat ur al j
oinS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Rinnerj oinS
Q.no30.TheRDBMSt ermi nol ogyforar owis________
.
A: Tupl e.
B: Relat i
on.
C: Attribut e.
D: Degr ee.
Q.no31.Whi chofthef ol
lowi
ngisnotModi fi
cati
onoftheDat abase
A: Deletion
B: I
nser ti
on
C: Sorting
D: Updat ing
Q.no32.Mi nimalSuper keysarecal
led
A: Schemakey s
B: Candi dat ekeys
C: Domai nkey s
D: Attri
but ekey s
Q.no33.Whi chofthef ol
lowi
ngisanunar yoperati
on?
A: Selectionoper ation
B: Gener alizedselection
C: Primitiveoper ati
on
D: Project i
onoper ation
Q.no34.Whi chnormalf ormisconsider
edadequat ef
orrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no35.Whi chnamemustbeuni quewi t
hinadatabase?
A: Table
B: Fiel
d
C: Recor d
D: Char acter
Q.no36.The_ ____
_ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q.no37.Whi chofthef ol
lowi
ngaret heproper
ti
esofenti
ties?
A: Groups
B: Table
C: Attri
but es
D: Swi t
chboar ds
Q.no38.NULLi s_________
_.
A: Thesameas0f ori
nt eger
B: Thesameasbl ankforchar acter
C: Thesameas0f ori
nt egerandblankf orchar act er
D: Notav alue
Q.no39.Whi chSQLQuer yisuset oremov eat abl eandal litsdat afrom
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no40.Funct ionalDependenci esar et
het ypesofconst r
aintst hatare
based
on______
A: Key
B: Keyrev isit
ed
C: Super setkey
D: Tuple
Q.no41.Whi choft hefol l
owingi ntr
ueregar dingRef erentialIntegrit
y?
A: Everypr imar y-
keyvaluemustmat chapr i
mar y
- keyv alueinan
associatedt abl e
B: Everypr imar y-
keyvaluemustmat chaforeign- keyv alueinanassoci ated
table
C: Everyf oreign-keyvaluemustmat chapr imar y-keyv aluei nan
associatedt abl e
D: Everyf oreign-keyvaluemustmat chaf oreign-keyv alueinanassoci at
ed
table
Q.no42.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of__________
A: Applicationpr ogrammer
B: Naïveuser
C: Specializeduser
D: Sophi sti
cat eduser
Q.no43.Af unct i
onthathasnopar tialf
unctionaldependenci esi si
n
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no44.whi choft hef oll
owingi snotadat abaseobj ect?
A: Tabl es
B: Quer ies
C: Relat ionshi ps
D: Repor ts
Q.no45.Whati sar elati
onshipcal l
edwheni tismai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nar y
Q.no46.At abl ejoinedwi thitselfiscal
ledas___ _
_ _
_ _
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Joi n
Q.no47.Thecol lectionofi nt
errelateddataiscalledas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no48._ _ _
_ ___pr oducest her el
ationthathasat tr
ibutesofR1andR2
A: Car tesi anpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no49.Thet erm_ ______isusedt orefertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no50.Af ilemani pulati
oncommandt hatextractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no51.I nt her elationalmodel ,thenumberofat t
ributesandnumberof
tupl es
i
riar elationar et er medas_ ________
_ and__ _
_ _
_ _
____
___respectivel
y
A: Car dinal it
y,domai n
B: Degr ee, car dinal i
ty
C: Domai ndegr ee
D: Car dinal it
y,degr ee
Q. no52.Whi choft hefol l
owi ngi snotapr opertyofat r
ansact i
on?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur abi l
ity
Q. no53.Amongstt heACI Dpr operti
esofat ransacti
on,the'Durabil
ity
'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no54.Dupl icat ionofdat aatsev eralplacesi sknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisol ation
C: Dat ainconsi stency
D: Dat ar edundancy
Q. no55.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi nar yt ablesi sinBCNF
Whi choft hef ollowi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i st rue
C: S2i st rue
D: Bot hS1andS2ar efalse
Q. no56.I far elat ionisi nBCNF, theni ti
salsoi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no57.Whi char et het woway sinwhi chentiti
escanpar ti
cipateina
rel
at i
onshi p?
A: Passi veandact i
ve
B: Tot alandpar tial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no58.I feverynon- keyatt
ri
buteisf
unctional
lydepedentpri
mar ykey
,
thent he
rel
at i
onwi l
lbei n__ _____
___
___.
A: Fir
stnor mal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four thnor mal for m
Q.no59._ ______al lowust oident
if
yuniquelyatupl
eint herel
ati
on.
A: Super key
B: Domai n
C: Attribute
D: Schema
Q.no60.Cr eat etabl eemployee(namev ar
char,idi
nteger)Whattypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst raint
Set9
Q.no1.Whi choft hef ol
lowingat tr
ibutecanbef urt
herdi
vi
dedi
nto
subparts
A: Si
mpl eattr
ibute
B: Multi
val
uedat t
ri
bute
C: Composi t
eat tr
ibute
D: Deri
vedat t
ribute
Q.no2.Whati sACI Dproper t
iesofTr ansacti
ons?
A: Atomici
ty,Consi st
ency,Isolat
ion,Database
B: Atomici
ty,Consi st
ency,Isolat
ion,Durabil
i
ty
C: Atomici
ty,Consi st
ency,Inconsistent,
Durabil
i
ty
D: Automaticall
y,Concur r
ency ,I
solati
on,Durabi
li
ty
Q.no3.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A: Sophist
icatedenduser s
B: Naï veuser s
C: Stand- al oneuser s
D: Casual enduser
Q.no4.Whi choft hef oll
owi ngshouldbeusedt of i
ndt
hemeanoft he
salary?
A: Mean( sal ar y)
B: Av g( sal ary )
C: Sum( sal ary )
D: Count (sal ary )
Q.no5.Toappl yt heaggr egatefuncti
on,toagr oupofsetof
tuples_ _ ___ __ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no6.Aggr egat ef unct ionsar efuncti
onst hattakea___
______
__asi
nput
and
returnasi ngl ev alue.
A: Col lect ionofv alues
B: Singl ev alue
C: Aggr egat ev alue
D: Tabl es
Q.no7.I nanEnt ity-Rel ationshipDiagram “Diamonds”
represent s_ ___ ______ ____ ___
_
A: Attribut es
B: Mul ti-val uedat tr
ibut es
C: Weakent ityset
D: Rel at i
onshi pset s
Q.no8.Adat adi ct i
onar yi sareposit
orythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel l Checker
D: Dat aVal idat or
Q.no9.I fBi sanat tributeandA→B, ThenBi ssaidtobe_____
___byA.
A: Logi cal lyi mpl i
ed
B: Funct ional l
yi mpl ied
C: Logi cal lydet er mined
D: Funct ional lydet ermi ned
Q.no10.Sel ect*f rom empl oyeeWhatt ypeofst atementi st hi
s?
A: DML
B: Integrit
yconst raint
C: DDL
D: View
Q.no11.Whoi smor econcer nedaboutt heconcept uallev
eloft heDBMS
A: TheSy stemspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no12.I nE- Rdi agr am gener al
izati
oni srepresent edby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angle
D: Triangle
Q.no13.Theov er alldescripti
onofadat abasei scal led______.
A: Dat aintegr ity
B: Dat amani pul ation
C: Dat abaseschema
D: Dat adef initi
on
Q.no14.Whi choneoft hefollowingisnott rueforav i
ew:
A: Viewi sder ivedf rom othertables
B: Viewi sav ir
tual table.
C: Av iewdef initioni spermanent l
ystoredaspar toft hedatabase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no15.Dat ar edundancymayl eadto:
A: Dat aintegr ity
B: Atomi citypr obl em
C: Dat ainconsi stency
D: Dat aabst r action
Q.no16.Whent hechangescausedbyanabor tedt ransactionhavebeen
undone,
thet r
ansact ioni ssai dtobe_ _______
_ .
A: Failed
B: commi tted
C: par ti
all
ycommi t
ted
D: rolledback.
Q.no17.I nE- RDi agr am der i
vedat tr
ibutearer epresent edby __
_____
_.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no18.Whatdoy oumeanbyonet omanyr el
ationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no19.Thi skeyt hatuni quelyidentifi
eseachrecordiscalled
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fi
el dName
Q.no20.Tor emov ear elati
onf rom anSQLdat abase, weuset he__
____
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no21.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no22.Car tesianpr oducti nr el
at i
onalal
gebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no23.Rel ationalcal culusisa:
A: Procedur allanguage
B: Non- Pr ocedur allanguage
C: Dat adef initi
onl anguage
D: Highl evel language
Q.no24.Al laggr egatef unctionsexcept_ ____i
gnorenul lv
aluesint
heir
i
nput
coll
ect ion.
A: Count (att r
ibute)
B: Count (*)
C: Avg
D: Sum
Q.no25.4NFi sdesi gnedt ocopewi th:
A: Transitivedependency
B: Joindependency
C: Mul t
iv alueddependency
D: Functional dependency
Q.no26.Whi choft hef ollowingfi
eldshaswi dthof8bytes?
A: Memo
B: Number
C: Date/time
D: Hyper l
ink
Q.no27.Mi nimalSuper keysarecalled
A: Schemakey s
B: Candidat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no28.Thenat ural joi
ni sequalto:
A: Cartesi anPr oduct
B: Combi nat i
onofUni onandCar t
esianpr oduct
C: Combi nat i
onofsel ectionandCar tesianpr oduct
D: Combi nat i
onofpr ojectionandCar tesianpr oduct
Q.no29.Whi choft hef ollowingenabl esust ov iewdatafr
om atabl
e
basedona
specificcr iteri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no30.I nSQLt hest atementselect *fr
om R, Sisequival
entto_
____
__.
A: Select*f rom Rnat uraljoi
nS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no31.Whi choft hef ollowingi
sanunar yoper at
ion?
A: Selectionoper ation
B: Gener alizedsel ect i
on
C: Pri
mi tiveoper ati
on
D: Projectionoper at i
on
Q.no32.Whi chnamemustbeuni quewithi
nadat abase?
A: Table
B: Fi
eld
C: Recor d
D: Char acter
Q.no33.Themet hodofaccesswhi chuseskeyt ransformat
ioni
sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent i
al
Q.no34.TheRDBMSt erminologyforarowi s_
_______
.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no35.I ndomai nr elati
onalcalcul
uswecr eateav ari
ablef
or
every___ _____
A: Row
B: Column
C: Table
D: Attri
but e
Q.no36.Rel ati
onalAl gebr ais
A: DataDef i
nit
ionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: DataMani pulationLanguage
Q.no37.Whi choft hef ol
lowingisNotaRel ati
on-al
gebraOperat
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no38.I feverynon- keyat t
ri
buteisfuncti
onall
ydependentonthe
pri
mar ykey ,
therelationwi llbei n__ __
___
A: Fi
rstNor mal Form
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal For m
Q.no39.I none- to-manyr el
ationshipthetableon'many '
sideiscall
edas:
A: Par ent
B: Mast er
C: Sist er
D: Chi ld
Q.no40.Whi choft hef ollowingisnotal evelofdataabstracti
on?
A: Phy si calLev el
B: Critical Level
C: Logi cal Lev el
D: ViewLev el
Q.no41.A_ _____
_ _inat ablerepresentsar el
ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no42.Theempl oy eesal aryshouldnotbegr eatert
hanRs.2000.Thi sis
_______
A: integr it
yconst r
aint
B: refer entialconst raint
C: over -def i
nedconst r
aint
D: feasi bleconst raint
Q.no43.I nt he_ _____ __
__nor malf orm,acomposi teattr
ibuteisconver
ted
to
i
ndi vi
dualat tr
ibutes.
A: First
B: Second
C: Thi rd
D: Four th
Q.no44.Af unct i
onaldependencyi sar el
ationshi
pbet weenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Attr i
but es
Q.no45.Whi chnor malf or misconsi der
edadequat eforrelati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no46.Whi chofthef oll
owingisnotModi f
icat
ionoft heDatabase
A: Deletion
B: I
nser ti
on
C: Sorting
D: Updat ing
Q.no47.At ablej
oinedwi thitsel
fiscall
edas_ ____
_ _
_
A: Join
B: SelfJoi n
C: Out erJoin
D: Equi Join
Q.no48.Whati sar el
ationshipcall
edwheni ti
smai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binary
C: Ternar y
D: Quat ernary
Q.no49.Af il
emani pulati
oncommandt hatextr
actssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no50.The_ ___
__ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q.no51.Whi chofthef oll
owingoper at
ionisusedi fwear einter
estedi
n
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q. no52.At ableont hemanysi deofaonet omanyormanyt omany
relationshi p
must :
A: BeinSecondNor mal For m( 2NF)
B: BeinThi rdNor mal Form( 3NF)
C: Hav easi ngleat tri
butekey
D: Hav eacomposi tekey
Q. no53.At ablehasf i
eldsF1, F2, F3, F4, F5wi ththefollowingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor malization, t
hist ableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no54.Af terthef inalstatementofat ransact i
onhasbeenexecut ed,a
transact ionent ersi na_ _____ ___state.______ _
.
A: Active
B: aborted
C: Commi tted
D: Parti
allycommi tted
Q. no55.The_ _____ ___protocolensur esf r
eedom f r
om deadl ock.
A: Two- phasel ockingpr otocol
B: Stri
ctt wo-phasel ockingpr otocol
C: Rigoroust wo-phasel ockingpr ot
ocol
D: Timest ampor deringpr otocol
Q. no56.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eates_ _
____
A: Parent -
Childrelationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshipbet weent het ablesthatconnectt hem.
C: Networ kmodel betweent het ablesthatconnectt hem.
D: Manyt ooner elat i
onshipbet weent het ablest hatconnectt hem.
Q. no57.I nthe_ ____ __
_ _
_nor malf orm, acomposi t
eattri
butei sconverted
to
i
ndi vidualat tri
butes
A: Fi
rst
B: Second
C: Third
D: Fourth
Q.no58.Doesi ndext akespacei nthedisk?
A: I
ndexesar enev erstoredondisk
B: I
tstoresmemor yasandwhenr equir
ed
C: I
ndexest akenospace
D: Yes,Indexesar est oredondisk
Q.no59.Af unctionaldependencyoft heform x—>yi strivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no60.I nther elati
onalmodel ,t
henumberofat tr
ibutesandnumberof
t
upl es
i
riar el
ationaret ermedas_ __
_______
and_ _
_____
_______respecti
vel
y
A: Cardinal
ity
,domai n
B: Degree,cardinalit
y
C: Domai ndegree
D: Cardinal
ity
,degr ee
Set10
Q.no1.A‘ book’ isa_ __
______
typeofentit
y.
A: concept ual
B: concr et
e
C: real
D: abstract
Q.no2.Aggr egat efunctionsarefuncti
onst hatt
akea____
_______asi
nput
and
ret
ur nasi nglev alue.
A: Collecti
onofv alues
B: Singlev al
ue
C: Aggr egatev alue
D: Tables
Q.no3.E- Rmodelusest hi
ssy mboltorepresentweakent
ityset?
A: Dot t
edr ectangle
B: Diamond
C: Doubl youtlinedr ect
angle
D: Dot t
eddi amond
Q.no4.Fort hegi vensetoff unct
ionaldependencyF,i
t’
scl
osureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no5.Keyt orepresentr elat
ionshipbetweent ablesiscall
ed
A: Primar ykey
B: Secondar yKey
C: Forei gnKey
D: Candi dateKey
Q.no6.Thedat abaseenv ir
onmenthasal lofthefollowi
ngcomponent
s
except __ ______
A: User s.
B: Separ atef i
l
es
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no7.Hi erarchi
calmodeli salsocalled_________
.
A: Treest ructure
B: PlexSt ructure
C: Nor mal i
zeSt r
uct ure
D: Tabl eSt r
ucture
Q.no8.Theconcept ualmodeli s________
_ .
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof t
war e
D: Independentofbot hhar dwar eandsof tware
Q.no9.I nanEnt it
y -
Rel ationshipDiagram “Diamonds”
represent s____________ _
_ ____
A: Attribut es
B: Mul ti-
v aluedattri
but es
C: Weakent i
tyset
D: Relat ionshipset s
Q.no10.Whi choft hef ollowingi st
hest ructur
eoft heDatabase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no11.I nSQL‘ relationAcont ainsrelat
ionB’ canbewr i
ttenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no12.Thebasi cdat at y pechar (n)isa_ _
_ __l
engthcharacterstr
ingand
varchar(n)i s_ _ ___l engt hchar act er
A: Fixed, equal
B: Equal, var iabl e
C: Fixed, var i
abl e
D: Variabl e,equal
Q.no13.I nwhi chst ateonegat her sandl i
stallthenecessaryfi
eldsfort
he
databasedesi gnpr oject.
A: DataDef i
ni tion
B: DataRef i
nement
C: Establishi ngRel at i
onshi p
D: Datadel et ion
Q.no14.Theuser swhouseeasy -to-usemenuar ecall
ed
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no15.Dat aMani pulationLanguage( DML)i snotto______
A: Createi nfor mat iont ablei ntheDat abase
B: I
nser ti
onofnewi nformat i
oni nt otheDat abase
C: Deletionofi nf ormat i
oni ntheDat abase
D: Modi ficat ionofi nformat i
oni nt heDat abase
Q.no16.Whi choft hef oll
owi ngat t
ri
but ecanbef urt
herdivi
dedinto
subpar ts
A: Simpl eat tribut e
B: Mul t
ival uedat tri
but e
C: Composi teat tribut e
D: Derivedat tribut e
Q.no17.Whati sACI Dproper t
iesofTr ansact i
ons?
A: Atomi ci ty,Consi stency ,Isolation, Database
B: Atomi ci ty,Consi stency ,Isolation,Dur abil
ity
C: Atomi ci ty,Consi stency ,Inconsi stent ,
Dur abil
it
y
D: Automat i
cal l
y ,Concur rency ,Isolation,Dur abi
li
ty
Q.no18.Asubschemaexpr esses_ ___ _
____.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal vi
ew
D: Thei nt
er nal vi
ew
Q.no19.Toappl ytheaggr egatef unct
ion,toagr oupofsetof
tuples_ ______ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no20.Whi choneoft hef oll
owi nguniquelyi
dentif
iest
heel ement
sinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: For eignkey
D: Composi tekey
Q.no21.Whi choft hefollowingshoul dbeusedt ofi
ndthemeanoft he
salary?
A: Mean( salar y )
B: Av g(salary )
C: Sum( salary )
D: Count (
sal ary )
Q.no22.The_ _ _
_ __
connect iveisusedt otestforabsenceofset
member ship.
A: except
B: exist s
C: noti n
D: in
Q.no23.Cr ossPr oductisa:
A: Unar yOper ator
B: Ter naryOper ator
C: Binar yOper at or
D: Notanoper ator
Q.no24.Al laggr egatefunct i
onsexcept_ __
__ignorenul
lvaluesint
hei
r
i
nput
collection.
A: Count (
attribut e)
B: Count (
*)
C: Av g
D: Sum
Q.no25.Car tesi anpr oducti nrelati
onalalgebr
ai s:
A: aUnar yoper at or
B: aBi naryoper ator
C: aTer naryoper at
or
D: notdef i
ned
Q.no26.Thet er m_ _
__ ___i
susedt or ef
ertoar ow.
A: Attribute
B: Tupl e
C: Field
D: Instance
Q.no27.Whi choft hef oll
owingaret heproper ti
esofent it
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no28.Whi chSQLQuer yisusetor emov eat ableandal litsdataf
rom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no29.Whi choft hef oll
owingintrueregar dingRef erentialInt
egri
ty?
A: Ever ypr i
mar y-keyv aluemustmat chapr imar y-keyv alueinan
associ atedt abl e
B: Ever ypr i
mar y-keyv aluemustmat chaf oreign-keyv aluei nanassociat
ed
table
C: Ever yforei gn- keyvaluemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ev eryforei gn- keyvaluemustmat chaf oreign-keyv alueinanassociated
table
Q.no30._ _____ _pr oducest herel
ati
ont hathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersection
Q.no31.Thecol lecti
onofi nter
rel
ateddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dataabst racti
on
Q.no32.Af unct i
ont hathasnopar t i
alf
unctionaldependenciesisin
______
_f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.Funct ionalDependenci esar et
het ypesofconst r
aint
sthatare
based
on______
A: Key
B: Keyrev i
sited
C: Super setkey
D: Tuple
Q.no34.NULLi s__________.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandblankf orcharacter
D: Notav alue
Q.no35.Cust omerwi t
hdr awi
ngmoneyf rom ATM i sanexampl e
of____
__ __ _
_
A: Applicationpr ogrammer
B: Naïveuser
C: Special i
zeduser
D: Sophi sti
cat eduser
Q.no36.whi choft hef ol
lowingisnotadat abaseobj ect
?
A: Tables
B: Queries
C: Rel
at i
onshi ps
D: Repor ts
Q.no37.Af i
lemani pulati
oncommandt hatextractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no38.Whi choft hef oll
owingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per l
ink
Q.no39.At ablejoinedwi thitselfiscall
edas_ __
_____
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no40.I nSQLt hest atementsel ect*fr
om R,Sisequivalentto____
___.
A: Select*f rom Rnat ural j
oinS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no41.Whi choft hef ollowingi sanunar yoperati
on?
A: Select ionoper ation
B: Gener ali
zedsel ect i
on
C: Primi tiveoperat i
on
D: Proj ectionoper ation
Q.no42.I none- t
o-manyr elat
ionshi pthetableon'many '
sidei scal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no43.I nthe_ _____ __
_ _nor malf orm,acomposi t
eat tr
ibuteisconvert
ed
t
o
i
ndi vi
dualat tri
butes.
A: First
B: Second
C: Third
D: Four th
Q.no44.A_ _______inat abler epresentsar el
ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no45.Rel ati
onalAl gebr ais
A: Dat aDef i
nit
ionLanguage
B: Met aLanguage
C: Pr ocedur al queryLanguage
D: Dat aMani pul ati
onLanguage
Q.no46.Whi choft hef oll
owingisNotaRel ati
on-algebraOper ati
on
A: Sel ect
B: Uni on
C: Rename
D: Dr opt able
Q.no47.I fev er ynon-keyat t
ri
buteisf
unctionall
ydependentont he
pri
mar ykey ,
ther elat i
onwi llbei n_
__ __
__
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no48.Whi choft hef oll
owingisnotalevelofdat aabst ract
ion?
A: Phy sical Lev el
B: Cr i
tical Level
C: Logi cal Lev el
D: ViewLev el
Q.no49.TheRDBMSt erminologyf
orar owi s_
______ _
.
A: Tupl e.
B: Rel at i
on.
C: At tri
but e.
D: Degr ee.
Q.no50.Whati sar el
ationshi
pcall
edwheni ti
smai ntai
nedbet weent
wo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no51.Whi choft hef oll
owingisnotaproper t
yofat ransacti
on?
A: At omi city
B: Consi st ency
C: Integr ity
D: Dur abi lity
Q.no52.Whi choft hef oll
owingisnottr
uef orNor malizati
on?
A: Remov esr edundancy
B: Remov esinser ti
onanomal y
C: Decomposest herelati
on
D: Quer yexecut i
onbecomesf aster
Q. no53.Cr eatet abl eempl oyee( namev archar,idint
eger)Whatt y
peof
stat ement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q. no54.Dupl icat ionofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat ai solation
C: Dat ai nconsi stency
D: Dat ar edundancy
Q. no55.Whi char et het woway sinwhichent it
iescanparti
cipateina
relat i
onshi p?
A: Passi v eandact i
ve
B: Tot al andpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar t i
al
Q. no56.Ther esul toftheUNI ONoper ationbet weenR1andR2i sa
relat i
ont hat
i
ncl udes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q. no57.Amongstt heACI Dproperti
esofat ransacti
on,t
he'Durabili
ty'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcrash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no58.Consi dert hef oll
owing
S1:For eignkeyal lowsnul lvalues.
S2:Ev er ybi nar yt ablesi si
nBCNF
Whi choft hef ol lowi ngist r
ue?
A: Bot hS1andS2ar etrue
B: S1i strue
C: S2i st r
ue
D: Bot hS1andS2ar efalse
Q.no59.I far elat ioni si nBCNF, thenitisal soin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no60.I fever ynon- keyat t
ributei sfuncti
onal lydepedentpri
marykey,
thent he
rel
ationwi l
lbei n_ __ __________.
A: Fi
rstnor mal for m
B: Secondnor mal form
C: ThirdNor mal for m
D: Four thnor mal f or m
Q.no1.I nE-Rdi agr am gener alizati
oni srepr esentedby
A: El
lipse
B: Dashedel l
ipse
C: Rect angle
D: Triangle
Q.no2.Dat ar edundancymayl eadt o:
A: Dat aintegrity
B: Atomi citypr obl em
C: Dat ainconsi stency
D: Dat aabst ract ion
Q.no3.Adat adi ct ionar yisar epositorythatmanages_ ____
A: Memor y
B: Met adata
C: Spel lChecker
D: Dat aVal i
dat or
Q.no4.E- Rmodelusest hi
ssy mbolt or epresentweakent it
yset?
A: Dot t
edr ect angl e
B: Diamond
C: Doubl yout linedr ectangle
D: Dot t
eddi amond
Q.no5.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt able?
A:Onecl assmayhav emanyt eachers
B:Onet eachercanhav emanycl asses
C:Onet eachercanhav eonecl ass
D:Manyt eacher smayhav emanycl asses
Q.
no6.Whoi smor econcer nedaboutt heconcept
ualleveloftheDBMS
A:TheSy st emspr ogr ammer
B:Theenduser
C:Client
D:DBA
Q.
no7.Rel at i
onalcal culusisa:
A:Procedur allanguage
B:Non- Pr ocedur al language
C:Dat adef i
ni ti
onl anguage
D:Highl ev el language
Q.
no8.Theov er alldescr i
pti
onofadat abasei
scall
ed______.
A:Dat aint egr it
y
B:Dat amani pulat ion
C:Dat abaseschema
D:Dat adef i
ni ti
on
Q.
no9.Thi skeyt hatuni quelyi
dentif
ieseachrecordiscall
ed
A:Primar yKey
B:KeyRecor d
C:Uni queKey
D:FieldName
Q.
no10.I fBi sanat tr
ibuteandA→B, ThenBissaidtobe_ _____
__byA.
A:Logi callyi mpl ied
B:Funct ional lyimpl ied
C:Logi callydet ermi ned
D:Funct ional lydet ermi ned
Q.
no11.Sel ect*f rom empl oyeeWhatt y
peofstat
ementi sthi
s?
A:DML
B:I
nt egrityconst raint
C:DDL
D:View
Q.
no12.4NFi sdesi gnedt ocopewi th:
A:Transi tivedependency
B:Joindependency
C:Mul tival ueddependency
D:Funct ional dependency
Q.no13.I nE- RDi agr am der i
vedat tr
ibutearerepresentedby_____
___.
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no14.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -leftappr oach
D: Treest ructure
Q.no15.Whent hechangescausedbyanabor tedt r
ansacti
onhav ebeen
undone,
thet r
ansact i
onissai dt obe_ _______
_ .
A: Failed
B: commi tted
C: part i
al l
ycommi tted
D: roll
edback.
Q.no16.Whi choneoft hefollowingisnott r
uef orav i
ew:
A: Viewi sder iv
edf rom ot hertables
B: Viewi sav i
rt
ual table.
C: Av iewdef i
nit
ioni sper manent l
ystoredaspar tofthedatabase.
D: Viewnev ercont ai nsder i
vedcol umns.
Q.no17.Aggr egat ef unct i
onsar efunctionsthattakea_ __
_______
_as
i
nputand
ret
ur nasi ngl evalue.
A: Col l
ect ionofv al ues
B: Singl ev al ue
C: Aggr egat evalue
D: Tabl es
Q.no18.Tor emov ear elati
onf r
om anSQLdat abase,weuset he____
__
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no19.A‘ book’ isa_ __ _
_____typeofent i
ty.
A: concept ual
B: concr ete
C: real
D: abstract
Q.no20.Toappl ytheaggr egatef unct i
on,toagr oupofsetof
tuples___ ___ _clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q.no21.Asubschemaexpr esses_ ________.
A: Thel ogical v i
ew
B: Thephy si cal view
C: Theext er nal view
D: Thei nter nal vi
ew
Q.no22.Whati sACI Dproper t
iesofTr ansact i
ons?
A: Atomi city ,Consi stency,Isol
ation,Dat abase
B: Atomi city ,Consi stency,Isol
ation,Dur abil
ity
C: Atomi city ,Consi stency,Inconsistent,Dur abil
it
y
D: Automat ical ly,Concurrency,Isolation,Dur abi
li
ty
Q.no23.I nwhi chst ateonegat her sandl istallthenecessaryf
iel
dsfort
he
databasedesi gnpr oject.
A: DataDef ini ti
on
B: DataRef inement
C: Establishi ngRel ati
onship
D: Datadel et i
on
Q.no24.Cr ossPr oductisa:
A: Unar yOper ator
B: Ternar yOper ator
C: BinaryOper at or
D: Notanoper ator
Q.no25.Theuser swhouseeasy -to-usemenuar ecall
ed
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no26.Whi choft hef ol
lowingenabl esust oviewdatafrom atabl
e
basedona
specificcr i
t erion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no27.Whi choft hef oll
owingarethepropertiesofent i
ties?
A: Groups
B: Tabl e
C: Attribut es
D: Swi tchboar ds
Q.no28.Theempl oy eesalaryshouldnotbegr eaterthanRs.2000.Thi si
s
_______
A: i
nt egr i
tyconst rai
nt
B: referent ialconstraint
C: over -def i
nedconst r
aint
D: feasi bleconst rai
nt
Q.no29.I ndomai nrelati
onalcalcul
uswecr eateav ar
iablef or
every_ ___ ____
A: Row
B: Col umn
C: Tabl e
D: Attribut e
Q.no30.Whi choft hef oll
owingisnotModificationoft heDat abase
A: Del etion
B: I
nser ti
on
C: Sor ti
ng
D: Updat ing
Q.no31.Thet erm_ _ _____i
susedt oref
ertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no32.Whi chnor malf ormisconsideredadequat eforr elati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.Themet hodofaccesswhi chuseskeyt ransformat i
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no34._ ___ ___pr oducest herelati
ont hathasat tri
butesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Product
D: Inter sect ion
Q.no35.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no36.The_ __
_ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ure
D: Primar ykey
Q.no37.Whi choft hef oll
owingint rueregar dingRef erentialInt
egri
ty?
A: Ev erypr imar y-
keyv aluemustmat chapr imar y-keyv alueinan
associ at edt able
B: Ever ypr imar y
-keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
table
C: Ev eryf orei gn-keyv al
uemustmat chapr i
mar y
-keyv aluei nan
associ at edt able
D: Ev eryf orei gn-keyv al
uemustmat chaf oreign-keyv alueinanassociated
table
Q.no38.Mi nimalSuper keysar ecalled
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Att ri
but ekey s
Q.no39.Af unct ionaldependencyi sar el
ationshi pbet weenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Att ri
but es
Q.no40.Whi chSQLQuer yisuset or emov eat ableandal litsdataf
rom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no41.Thenat ural j
oi nisequalt o:
A: Car tesi anPr oduct
B: Combi nat i
onofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ectionandCar t
esianpr oduct
D: Combi nat i
onofpr ojectionandCar t
esianpr oduct
Q.no42.I fev erynon- keyat tr
ibut
eisf unctionall
ydependentont he
pri
mar ykey ,
therel ationwi llbei n_ ______
A: Fi
r stNor mal Form
B: SecondNor mal For m
C: Thir dNor mal Form
D: Four thFor mal For m
Q.no43.Cust omerwi thdrawi ngmoneyf r
om ATM i sanexample
of_____ ___ __
A: Appl icat ionpr ogr ammer
B: Naï veuser
C: Speci al izeduser
D: Sophi sticateduser
Q.no44.I none- to-manyr elat
ionshipthet ableon' many'si
deiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no45.I nt he_ _ ______ __nor malform, acomposi t
eat t
ri
butei
sconv er
ted
to
i
ndividualat tri
but es.
A: Fi
r st
B: Second
C: Thir d
D: Four th
Q.no46.Whi choft hef ollowingisNotaRel ati
on-algebr
aOperati
on
A: Select
B: Uni on
C: Rename
D: Dropt abl e
Q.no47.Whi choft hef oll
owingi snotal evelofdataabst r
acti
on?
A: Phy sical Lev el
B: Crit
ical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no48.Rel ationalAl gebr ais
A: DataDef i
nitionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: DataMani pul ationLanguage
Q.no49.TheRDBMSt erminologyf orar owis_______
_.
A: Tupl e.
B: Relat ion.
C: Attri
but e.
D: Degr ee.
Q.no50.At ablej oinedwi thitselfiscalledas_ ___
____
A: Join
B: SelfJoi n
C: OuterJoi n
D: Equi Joi n
Q.no51.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst or esmemor yasandwhenr equired
C: Indexest akenospace
D: Yes, Indexesar est or edondi sk
Q.no52.Af tert hef inalst atementofat ransacti
onhasbeenexecut ed,
a
t
ransact ionent ersi na_ ________state._______.
A: Activ e
B: abor ted
C: Commi tted
D: Partial lycommi tted
Q.no53.I nt her elationalmodel ,thenumberofat t
ri
butesandnumberof
t
upl es
i
riar elat ionar et ermedas_ _
_ _
__ ____and_ ___
_________
_respect
ivel
y
A: Cardi nal ity,domai n
B: Degr ee, cardi nality
C: Domai ndegr ee
D: Cardi nal ity,degr ee
Q.no54.Af uncti
onaldependencyoft hef orm x—>yi strivalif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no55.Apr imarykeyi scombi nedwi t
haf oreignkeycr eates______
A: Parent-
Chi l
drel
ationshipbet weent hetablest hatconnectt hem
B: Manyt omanyr elati
onshi pbet weent hetablesthatconnectt hem.
C: Networkmodel betweent het ablesthatconnectt hem.
D: Manyt ooner el
ationshipbet weent hetablest hatconnectt hem.
Q.no56._ ______all
owust oident if
yuniquelyat upleint her elat
ion.
A: Superkey
B: Domai n
C: Attr
ibut
e
D: Schema
Q.no57.Whi chofthef oll
owi ngoper ati
oni susedi fwear einterestedin
only
certai
ncolumnsofat able?
A: PROJECTI ON
B: SELECTION
C: UNION
D: JOIN
Q.no58.At ablehasf i
eldsF1, F2, F3, F4,F5wi ththef ollowingf uncti
onal
dependencies
Fi—>F3,
F2—>F4
(FI
,F2)—>F5
Intermsofnor mali
zation,thistableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no59.At ableonthemanysi deofaonet omanyormanyt omany
rel
ationship
must :
A: BeinSecondNor mal Form( 2NF)
B: BeinThirdNor mal Form( 3NF)
C: Haveasi ngleattr
ibutekey
D: Haveacomposi tekey
Q.no60.I nt he_ __ _
_ _____normalfor m,acomposi teattri
buteisconv
erted
to
i
ndi vi
dualat tri
but es
A: First
B: Second
C: Thi rd
D: Four th
Q.no1.I nanEnt ity-Relationshi
pDi agram “Diamonds”
represent s_ _ __________ _
_ ___
_
A: Attributes
B: Mul ti-
val uedat tr
ibutes
C: Weakent ityset
D: Rel ati
onshi pset s
Q.no2.Hi er ar chicalmodeli salsocalled_______
__.
A: Treest ruct ure
B: PlexSt r uct ure
C: Nor mal izeSt r
uct ure
D: Tabl eSt r ucture
Q.no3.Whi choft hef oll
owi ngshouldbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary)
B: Av g(salar y )
C: Sum( sal ary)
D: Count (
sal ary)
Q.no4.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponent s
except _ _
__ _ ___
A: User s.
B: Separ at ef il
es
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no5.Thebasi cdat atypechar (
n)isa_ _ __
_lengthcharacterst
ri
ngand
varchar (n)i s_ ____l engthchar act
er
A: Fixed, equal
B: Equal ,var iable
C: Fixed, var iable
D: Var iable, equal
Q.no6.Whi choft hef oll
owi ngisthest r
uctureoftheDat abase?
A: Tabl e
B: .Schema
C: Relation
D: Structur e
Q.no7.Whi choneoft hef ol
lowi nguni quelyidenti
fi
estheelementsint
he
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no8.Dat aMani pulationLanguage( DML)i snotto_____
_
A: Createi nformat i
ont ableintheDat abase
B: Inserti
onofnewi nformat i
oni ntot heDat abase
C: Deletionofi nfor mat i
oni ntheDat abase
D: Modi ficat i
onofi nformat i
oni nt heDat abase
Q.no9.The_ _ _
_ _
_ connect iveisusedt ot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no10.Al laggr egat ef uncti
onsexcept_ ____ignorenul
lvaluesi
nthei
r
i
nput
coll
ect i
on.
A: Count (at tri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no11.Fort hegi vensetoff unct ionaldependencyF, i
t’
sclosurei
s
denot edas
A: F+
B: FC
:F*
D: F_
Q.no12.Dat aredundancymayl eadt o:
A: Dat aint egrity
B: Atomi ci typrobl em
C: Dat ainconsi stency
D: Dat aabst racti
on
Q.no13.I nSQL‘ relati
onAcont ainsr el
ationB’ canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no14.Whi choft hef oll
owi ngat t
ri
butecanbef ur
therdi
videdint
o
subpar t
s
A: Simpl eat tri
but e
B: Mul ti
v aluedat tri
but e
C: Composi teat tribut e
D: Der ivedat t
r i
but e
Q.no15.Theconcept ualmodeli s______
___.
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof tware
D: Independentofbot hhar dwar eandsof tware
Q.no16.I nE- Rdi agr am gener alizati
onisrepresentedby
A: Ell
ipse
B: Dashedel lipse
C: Rect angl e
D: Triangl e
Q.no17.Adat adi ctionar yisar epositor
ythatmanages_ _
__ _
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal i
dat or
Q.no18.Car tesianpr oductinr elati
onalalgebrais:
A: aUnar yoper at or
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no19.Keyt or epr esentr elati
onshi pbetweent abl
esiscalled
A: Primar ykey
B: Secondar yKey
C: For ei
gnKey
D: Candi dateKey
Q.no20.Asubschemaexpr esses_ _____
___.
A: Thel ogi cal view
B: Thephy sical view
C: Theext ernal view
D: Thei nt ernal view
Q.no21.Whati sACI Dpr oper tiesofTr ansact ions?
A: Atomi city, Consi stency ,Isolation,Dat abase
B: Atomi city, Consist ency ,I
sol ation,Dur abil
i
ty
C: Atomi city, Consi stency ,Inconsi stent
, Durabi l
it
y
D: Aut omat ically,Concur rency ,Isolati
on, Durabi l
i
ty
Q.no22.Rel ationalcal culusi sa:
A: Procedur al l
anguage
B: Non- Procedur allanguage
C: Dat adef initi
onl anguage
D: Highl evel language
Q.no23.Whoi smor econcer nedaboutt heconcept uall
eveloft heDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no24.Aggr egatef unctionsar ef unctionst hattakea_ _
_ _
_ _
_ _
___as
i
nputand
ret
ur nasi ngl ev alue.
A: Col l
ectionofv alues
B: Singlev alue
C: Aggr egat ev alue
D: Tabl es
Q.no25.Whi choneoft hef ollowingi snott ruef oraview:
A: Viewi sder ivedf rom ot hert ables
B: Viewi sav i
rtualt able.
C: Av iewdef initi
oni sper manent lystoredaspar tofthedatabase.
D: Viewnev ercont ai nsder ivedcol umns.
Q.no26.Theempl oy eesal aryshoul dnotbegr eatert
hanRs.2000.Thi si
s
_______
A: i
nt egri
tyconst raint
B: referential const raint
C: over -
def i
nedconst r
aint
D: feasibleconst raint
Q.no27.Funct i
onalDependenci esar ethet ypesofconst raintsthatar
e
based
on__ ____
A: Key
B: Keyr evisited
C: Super setkey
D: Tuple
Q.no28.Whi chofthef oll
owingfieldshaswi dthof8by t
es?
A: Memo
B: Number
C: Date/time
D: Hyper l
ink
Q.no29.Whi chofthef oll
owingenabl esust oviewdat afrom at
abl
e
basedona
specificcr i
t eri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no30.Whi chofthef oll
owingisanunar yoperation?
A: Selectionoper ation
B: Gener alizedselection
C: Pri
mi tiveoper ati
on
D: Projectionoper ation
Q.no31.NULLi s__________
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharact
er
C: Thesameas0f orintegerandbl ankforcharacter
D: Notav al ue
Q.no32.Af uncti
ont hathasnopar ti
alf
unct i
onaldependenciesisi
n
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.whi chofthef ol
lowingisnotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relati
onshi ps
D: Repor ts
Q.no34.Whi chofthef oll
owingar etheproper t
iesofent i
ti
es?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no35.A_ ___
____inat abler epresentsar elati
onshi
pamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no36.I nSQLt hestatementsel ect*fr
om R, Sisequi
v alentto_ ___
___.
A: Select*fr
om Rnat ural j
oinS
B: Select*fr
om Rcr ossjoinS
C: Select*fr
om Runi onjoinS
D: Select*fr
om Ri nnerjoinS
Q.no37.Thecol l
ecti
onofi nter r
elateddatai scall
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabstracti
on
Q.no38.Whati sarelat
ionshi pcal l
edwheni tismaintainedbet weentwo
entit
ies?
A: Unar y
B: Binary
C: Ternary
D: Quat er
nary
Q.no39.Af i
lemanipulationcommandt hatextract
ssomeoft herecor
ds
fr
om a
fi
leiscal l
ed
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no40.I none-to-
manyr elat
ionshipt hetableon' many 'sideiscalledas:
A: Parent
B: Mast er
C: Sister
D: Child
Q.no41.Whi chnor malfor mi sconsi deredadequat ef
orr elat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no42.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no43.At ablej oinedwi thit
selfi
scall
edas_ __
_ ____
A: Joi n
B: Sel fJoin
C: Out erJoi n
D: Equi Join
Q.no44._ ___ ___producest herel
ati
onthathasat tr
ibut esofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no45.Themet hodofaccesswhi chuseskeyt ransf ormat i
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no46.Rel at i
onalAl gebr ais
A: Dat aDef i
ni t
ionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pulati
onLanguage
Q.no47.Whi choft hef oll
owingintrueregardingRef erent i
alInt
egri
ty?
A: Ev erypr imar y-keyv aluemustmat chapr i
mar y-keyv alueinan
associ atedt abl e
B: Ever ypr imar y-keyv aluemustmat chaf orei
gn-keyv aluei nanassociat
ed
table
C: Ev eryfor eign-keyv aluemustmat chapr i
mar y
-keyv al ueinan
associ atedt abl e
D: Ev eryfor eign-keyv aluemustmat chaforeign-keyv alueinanassociated
table
Q.no48.Thenat ural j
oinisequalto:
A: Car tesianPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nationofsel ectionandCar t
esi anpr oduct
D: Combi nationofpr ojectionandCar tesianpr oduct
Q.no49.TheRDBMSt ermi nologyf orar owi s_____
_ _
_.
A: Tupl e.
B: Relat i
on.
C: Attribut e.
D: Degr ee.
Q.no50.Whi chSQLQuer yi suset oremov eat ableandallitsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no51.Whi char ethet woway sinwhi chent i
tiescanpar t
ici
pateina
rel
ationshi p?
A: Passi v eandact i
ve
B: Tot al andpar t
ial
C: Si
mpl eandCompl ex
D: si
mpl eandpar t
ial
Q.no52.Whi choft hef ollowingi snott ruef orNor malizat
ion?
A: Remov esr edundancy
B: Remov esi nser t
ionanomal y
C: Decomposest her elation
D: Quer yexecut i
onbecomesf ast
er
Q.no53.Ther esultoft heUNI ONoper ationbet weenR1andR2i sa
rel
ationt hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q.no54.The_ ________ protocolensur esf reedom f rom deadlock.
A: Two- phasel ockingpr ot ocol
B: Strictt wo- phasel ockingpr otocol
C: Rigor oust wo-phasel ockingpr ot ocol
D: Ti
mest ampor deri
ngpr otocol
Q.no55.Cr eatetabl eempl oyee( namev ar char,idint
eger)Whatt ypeof
stat ement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst raint
Q. no56.Whi choft hefol l
owi ngisnotapr opertyofat ransact
ion?
A: Atomi city
B: Consi stency
C: Integrit
y
D: Dur abil
ity
Q. no57.Dupl icat ionofdat aatsev eralplacesi sknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisolation
C: Dat ainconsi stency
D: Dat aredundancy
Q. no58.I far elat ionisi nBCNF, thenitisalsoi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no59.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi nar yt ablesi sinBCNF
Whi choft hef ol lowi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i strue
C: S2i strue
D: Bot hS1andS2ar efalse
Q. no60.Amongstt heACI Dpr operti
esofat ransacti
on, t
he'Durabi
li
ty'
proper ty
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no1.Whent hechangescausedbyanabor tedtransacti
onhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ ____
_ _
_ _.
A: Failed
B: commi t
ted
C: par ti
all
ycommi t
ted
D: rolledback.
Q.no2.Sel ect*f rom empl oy eeWhatt ypeofstatementisthi
s?
A: DML
B: Integrityconst raint
C: DDL
D: View
Q.no3.Hi er archi calmodeli sal socal l
ed______
___.
A: Treest r
uct ur e
B: PlexSt r
uct ur e
C: Nor mal izeSt r
uct ure
D: Tabl eSt ruct ure
Q.no4.Theuser swhouseeasy -to-usemenuar ecall
ed
A: Sophi sticatedenduser s
B: Naï veuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no5.4NFi sdesi gnedt ocopewi th:
A: Transi ti
v edependency
B: Joindependency
C: Mul tivalueddependency
D: Funct ional dependency
Q.no6.I nanEnt ity-Rel
at i
onshipDi agram “Diamonds”
represent s_ ____ _____________
A: Attributes
B: Mul ti-
valuedat tr
ibutes
C: Weakent ityset
D: Rel ati
onshi pset s
Q.no7.I nE- RDi agram der ivedattri
but earerepresentedby__
___
___
.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no8.Theov eralldescr i
ptionofadat abaseiscalled___
___.
A: Dat aintegr ity
B: Datamani pulat ion
C: Databaseschema
D: Datadef initi
on
Q.no9.Whi choft hef ollowingshouldbeusedt ofi
ndthemeanoft he
salary?
A: Mean( sal ary )
B: Avg(sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no10.E- Rmodel ingt echniqueis:
A: Top-downmet hod
B: Bottom- upmet hod
C: Right-
lef tappr oach
D: Treest ruct ure
Q.no11.E- Rmodelusest hissymboltorepresentweakenti
tyset?
A: Dottedr ectangl e
B: Diamond
C: Doublyout l
inedr ectangle
D: Dotteddi amond
Q.no12.Cr ossPr oducti sa:
A: UnaryOper ator
B: TernaryOper ator
C: BinaryOper ator
D: Notanoper ator
Q.no13.I fBi sanat t r
ibuteandA→B, ThenBi ssai
dtobe_ _
______byA.
A: Logicallyi mpl ied
B: Functional l
yimpl ied
C: Logicallydet ermi ned
D: Functional l
ydet ermi ned
Q.no14.Tor emov ear elati
onf r
om anSQLdat abase,weusethe_ _
___
_
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no15.A‘ book’ isa_ _ ___
____ty
peofentit
y.
A: concept ual
B: concret e
C: real
D: abst ract
Q.no16.Thi skeyt hatuni quelyidentifi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: FieldName
Q.no17.Whatdoy oumeanbyonet omanyr elationshi
pbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no18.Toappl ytheaggr egatef uncti
on,toagr oupofsetof
tuples__ _____ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no19.I nwhi chstat eonegat her sandli
stallthenecessaryfi
eldsfort
he
databasedesi gnpr oject.
A: Dat aDef i
ni t
ion
B: Dat aRef i
nement
C: Establ i
shi ngRel ationship
D: Dat adel etion
Q.no20.Rel at i
onalcal culusisa:
A: Procedur al language
B: Non- Procedur al l
anguage
C: Dat adef initionlanguage
D: Highl ev el l
anguage
Q.no21.I nE- Rdi agram gener ali
zat i
onisrepresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no22.Al laggr egat efunctionsexcept_ ____ignorenullval
uesinthei
r
i
nput
coll
ect i
on.
A: Count (at tri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no23.The_ _
__ __connecti
veisusedtotestforabsenceofset
member shi p.
A: except
B: exist s
C: noti n
D: in
Q.no24.Aggr egatef uncti
onsarefuncti
onsthattakea_ _
_ _
_ _
_ _
__ _as
i
nputand
ret
ur nasi ngl evalue.
A: Col lect i
onofv alues
B: Singl ev al ue
C: Aggr egat evalue
D: Tabl es
Q.no25.Whoi smor econcernedabouttheconceptuall
eveloft heDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no26.Whi choft hefol
lowingisNotaRelati
on-al
gebraOper ation
A: Select
B: Uni on
C: Rename
D: Dropt abl e
Q.no27.Funct i
onalDependenci esarethetypesofconstraintsthatare
based
on___ __ _
A: Key
B: Keyr ev isited
C: Super setkey
D: Tupl e
Q.no28.Whi choft hefol
lowingisanunaryoperati
on?
A: Select i
onoper at i
on
B: Gener alizedsel ection
C: Primi t i
veoper ation
D: Proj ect i
onoper at i
on
Q.no29.Whi choft hef oll
owingfiel
dshaswi dthof8by t
es?
A: Memo
B: Number
C: Dat e/time
D: Hy perlink
Q.no30.I fev erynon- keyat tr
ibut
eisfuncti
onallydependentonthe
pri
mar ykey ,
ther elati
onwi llbei n__ ____
_
A: FirstNor mal For m
B: SecondNor mal For m
C: Thir dNor mal For m
D: Four thFor mal Form
Q.no31.Whi choft hef oll
owingisnotModi f
icationoftheDatabase
A: Del eti
on
B: I
nser t
ion
C: Sor ti
ng
D: Updat ing
Q.no32.I ndomai nr elati
onalcalculuswecreateav ar
iabl
efor
every ________
A: Row
B: Col umn
C: Tabl e
D: At t
ribute
Q.no33.NULLi s___ _
_ _____.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f ori ntegerandblankforcharacter
D: Notav al
ue
Q.no34.Thet erm_ ___ ___i
susedt orefert
oar ow.
A: At t
ribute
B: Tupl e
C: Field
D: Instance
Q.no35.The_ _ ____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: St r
uctur e
D: Pr i
mar ykey
Q.no36.Theempl oyeesal aryshouldnotbegr eaterthanRs.2000.Thi
sis
_______
A: i
ntegr it
yconst raint
B: referent ial constraint
C: over -def inedconst r
aint
D: feasi bleconst raint
Q.no37.Whi choft hef ollowi
ngisnotal evelofdat
aabstraction?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no38.Af unct i
ont hathasnopar ti
alfuncti
onaldependenciesisin
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no39.I nt he_ _
_ _
_ _____normalform,acomposi t
eattr
ibuteisconver
ted
to
i
ndiv i
dualat tri
but es.
A: Fir
st
B: Second
C: Third
D: Four th
Q.no40.Whi choft hef ollowi
ngenabl esustov i
ewdatafrom at abl
e
basedona
specificcr i
t erion
A: For m
B: Quer y
C: Macr o
D: Repor t
Q.no41.Cust omerwi thdrawi
ngmoneyf rom ATM i
sanexampl e
of______ ___ _
A: Appl icat ionpr ogrammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sticat eduser
Q.no42.Mi nimalSuper keysarecall
ed
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Attribut ekeys
Q.no43.Af uncti
onaldependencyisar elat
ionshi
pbet weenoramong:
A: Tabl es
B: Rows
C: Relat ions
D: Attribut es
Q.no44.whi chofthefol
lowingisnotadat abaseobject?
A: Tabl es
B: Quer ies
C: Relat ionships
D: Repor ts
Q.no45.Whi chnamemustbeuni quewi thi
nadat abase?
A: Tabl e
B: Fi
el d
C: Recor d
D: Char act er
Q.no46.At ablejoi
nedwithitsel
fiscall
edas_ ___
____
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no47.TheRDBMSt erminologyforar owis______
__.
A: Tupl e.
B: Relat ion.
C: Attribut e.
D: Degr ee.
Q.no48.I none- t
o-manyrel
ationshipthetableon'many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no49.Whi chSQLQuer yisuset oremov eatableandallit
sdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q. no50.I nSQLt hest at ementsel ect*from R,Sisequivalentto_ _
_ __
__ .
A: Select*f rom Rnat ur al j
oinS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Ri nnerj oinS
Q. no51._ ______al l
owust oidentifyuniquel yatupl
eint her elati
on.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q. no52.Af terthef i
nalst atementofat ransacti
onhasbeenexecut ed, a
transact ionent er sina_ __ ______state._______.
A: Act i
ve
B: aborted
C: Commi t
ted
D: Par t
iall
ycommi tted
Q. no53.At ablehasf ieldsF1, F2, F3, F4, F5witht
hef ollowingf unctional
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor mal ization, thi
st ableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no54.I feverynon- keyat tr
ibuteisf unctional
lydepedentpr imar ykey ,
thent he
relationwi l
lbei n___ ______ ____.
A: Fi
rstnor mal f orm
B: Secondnor mal form
C: ThirdNor mal form
D: Four t
hnor mal form
Q. no55.I nthe_ _ _______ _nor malf or
m, acomposi t
eatt r
ibutei sconv erted
to
i
ndi vidualat tri
but es
A: Fi
rst
B: Second
C: Third
D: Four th
Q.no56.At ableont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal For m(2NF)
B: Bei nThi rdNor mal For m( 3NF)
C: Hav easi ngleat tributekey
D: Hav eacomposi tekey
Q.no57.I nt her elat i
onalmodel ,thenumberofat tribut
esandnumberof
tuples
i
riar elationar et er medas_ ___
_ _____
and_ ______ _
_ ____
_respect i
vel
y
A: Cardi nality,domai n
B: Degr ee, cardi nal i
ty
C: Domai ndegr ee
D: Cardi nality,degr ee
Q.no58.Whi choft hef ollowi ngoper ati
oni susedi fwear einterest
edin
only
certaincol umnsofat abl e?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q.no59.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no60.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eat
es_ _____
A: Parent -Chi l
dr el
at ionshi pbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshi pbet weent het ablest hatconnectt hem.
C: Networ kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elationshi pbet weent het ablest hatconnectt hem.
Q.no1.Theconcept ualmodeli s_ _
_______.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwareandsof twar e
D: Independentofbot hhar dwareandsof t
war e
Q.no2.Whent hechangescausedbyanabor t
edt ransacti
onhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ _ ___
____.
A: Fail
ed
B: commi tted
C: parti
allycommi tted
D: roll
edback.
Q.no3.Dat ar edundancymayl eadt o:
A: Datai ntegr ity
B: Atomi citypr oblem
C: Datai nconsi stency
D: Dataabst raction
Q.no4.Whati sACI Dpr oper t
iesofTr ansactions?
A: Atomi city, Consi stency ,Isolati
on,Database
B: Atomi city, Consi stency ,Isolati
on,Durabili
ty
C: Atomi city, Consi stency ,Inconsistent,Durabil
i
ty
D: Automat ical ly
, Concur rency ,I
solati
on, Durabi
li
ty
Q.no5.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponent
s
except _
_ ____ __
A: Users.
B: Separ atef iles
C: Database.
D: Databaseadmi nistr
at or
Q.no6.I nanEnt ity-Rel
at ionshipDi agram “Diamonds”
represent s__ __ _________ _____
A: Attri
but es
B: Multi-
v aluedat t
ributes
C: Weakent ityset
D: Relationshi pset s
Q.no7.Hi erar chi calmodeli sal socalled________
_.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Normal i
zeSt r
uct ure
D: TableSt ruct ure
Q.no8.Keyt or epr esentr elati
onshi pbetweent ablesiscal
led
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dateKey
Q.no9.4NFi sdesi gnedt ocopewi th:
A: Transitivedependency
B: Joindependency
C: Mul tivalueddependency
D: Funct i
onal dependency
Q.no10.I nSQL‘ relat i
onAcont ainsr elati
onB’ canbewr it
tenas
A: Notexi stsBexceptA
B: exist sBexceptA
C: Notexi stsAexceptB
D: exist sAexceptB
Q.no11.Whi choft hef oll
owi ngist hest ructur
eoft heDat abase?
A: Tabl e
B: .Schema
C: Rel ation
D: Struct ure
Q.no12.Whi choneoft hefollowingi snott rueforav iew:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav i
rtual table.
C: Av iewdef initi
oni spermanent l
yst oredaspar toft hedatabase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no13.Fort hegi v ensetoff uncti
onaldependencyF, it
’sclosurei
s
denot edas
A: F+
B: FC
:F*
D: F_
Q.no14.Sel ect*f rom empl oyeeWhatt ypeofstatementi st hi
s?
A: DML
B: Integr it
yconst raint
C: DDL
D: View
Q.no15.Whi choft hef oll
owi ngat t
ribut ecanbef urtherdividedint
o
subpar ts
A: Simpl eat tribute
B: Mul tivaluedat t
ribut e
C: Composi t eat tr
ibut e
D: Der ivedat tribute
Q.no16.Adat adict ionaryisar eposi torythatmanages_ _
__ _
A: Memor y
B: Met adata
C: Spel lChecker
D: DataVal i
dat or
Q.no17.Thebasi cdat at y
pechar (n)isa_ _
___lengt
hcharacterst
ri
ngand
varchar(n)i s_ __ _
_l engt hchar acter
A: Fi
xed, equal
B: Equal, var iable
C: Fi
xed, var iable
D: Variabl e, equal
Q.no18.Whi choneoft hefollowi nguni quelyi
dentif
iestheel
ementsinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no19.Dat aMani pul at i
onLanguage( DML)isnott o__
____
A: Createi nformat i
ont ableint heDat abase
B: I
nser ti
onofnewi nfor mationi ntotheDat abase
C: Deletionofi nformat i
oni nt heDat abase
D: Modi ficat ionofi nf ormat ioni ntheDat abase
Q.no20.Car tesianpr oducti nr elati
onalal gebrais:
A: aUnar yoper ator
B: aBinar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no21.Asubschemaexpr esses_ ___ _
____.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal view
D: Thei nter nal v i
ew
Q.no22.Theuser swhouseeasy -
to-usemenuar ecall
ed
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no23.Tor emov ear elati
onf r
om anSQLdat abase,weuset he___
___
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no24.Al laggr egat efunctionsexcept_ __
_ _ignorenul lval
uesinthei
r
i
nput
collection.
A: Count (
at tri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no25.E- Rmodel ingtechniqueis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -
leftappr oach
D: Treest ructur e
Q.no26.Whi choft hefollowingisNotaRel ation-al
gebr aOperat
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no27.A_ _ _
_ ____inat ablerepresentsarel ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no28.Themet hodofaccesswhi chuseskeyt ransformationi
sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no29.Whi choft hefollowingaret heproper ti
esofent it
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no30._ ___ _
_ _pr oducesther el
ationthathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no31.Whi chofthef ollowingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no32.I ndomai nr elationalcalculuswecr eateav ari
ablefor
every_ ___ ____
A: Row
B: Column
C: Tabl e
D: Attribut e
Q.no33.The_ _____
ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no34.Thet erm_ ___ ___isusedt or ef
ertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no35.Funct ionalDependenci esarethet ypesofconst r
aint
st hatar
e
based
on__ ____
A: Key
B: Keyr evisit
ed
C: Super setkey
D: Tupl e
Q.no36.NULLi s______ ____.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f ori ntegerandbl ankf orcharacter
D: Notav alue
Q.no37.Whati sar elationshipcal l
edwheni tismaintai
nedbet weentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no38.Af i
lemani pul ati
oncommandt hatext r
actssomeoft herecords
from a
fil
eiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no39.Thecol l
ectionofi nter
relat
eddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst racti
on
Q.no40.Whi choft hef oll
owingisnotModi fi
cationoft heDat abase
A: Del eti
on
B: Inser t
ion
C: Sor ti
ng
D: Updat ing
Q.no41.Whi chnor malf ormisconsi deredadequat eforr elat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no42.Whi choft hef oll
owingintruer egar dingRef erent i
alIntegri
ty?
A: Ev erypri
mar y-
keyv aluemustmat chapr imar y-keyv alueinan
associ atedtable
B: Ev erypri
mar y-
keyv aluemustmat chaf oreign-keyv aluei nanassoci at
ed
table
C: Ev eryforeign-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ atedtable
D: Ev eryforeign-keyv aluemustmat chaf or eign-keyv alueinanassoci ated
table
Q.no43.I fever ynon- keyat t
ri
buteisf unctional l
ydependentont he
primar ykey ,
ther elati
onwi l
lbein_ _ ___
__
A: FirstNor mal Form
B: SecondNor mal For m
C: Thi rdNormal Form
D:Four thFor mal For m
Q.
no44.Rel ationalAl gebr ai
s
A:DataDef i
nitionLanguage
B:Met aLanguage
C:Procedur al quer yLanguage
D:DataMani pul ationLanguage
Q.
no45.Whi choft hef oll
owingisanunar yoper ati
on?
A:Select ionoper ation
B:Gener alizedsel ect ion
C:Primi tiveoper ation
D:Project i
onoper at i
on
Q.
no46.Thenat ur al j
oi ni
sequalt o:
A:Cartesi anPr oduct
B:Combi nat i
onofUni onandCar tesi
anpr oduct
C:Combi nat i
onofsel ecti
onandCar tesianpr oduct
D:Combi nat i
onofpr oject
ionandCar tesianpr oduct
Q.
no47.Whi choft hef oll
owingisnotal ev elofdataabstract
ion?
A:Phy sical Lev el
B:Crit
ical Lev el
C:Logi cal Lev el
D:ViewLev el
Q.
no48.Cust omerwi thdr
awingmoneyf rom ATM i sanexampl e
of
______ _ ___
A:Appl icat ionpr ogr ammer
B:Naïv euser
C:Speci al izeduser
D:Sophi sticateduser
Q.
no49.TheRDBMSt erminologyforar owi s_ _
______.
A:Tupl e.
B:Relat ion.
C:Attri
but e.
D:Degr ee.
Q.
no50.At ablej oinedwi thit
selfiscall
edas_ _____
__
A:Join
B:SelfJoi n
C:OuterJoi n
D:Equi Joi n
Q.
no51.Cr eat et abl eempl oyee(namev ar char, i
dinteger
)Whattypeof
st
atement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst rai nt
Q. no52.Consi dert hefol l
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi narytabl esisi nBCNF
Whi choft hef oll
owi ngist rue?
A: Bot hS1andS2ar et
r ue
B: S1i strue
C: S2i strue
D: Bot hS1andS2ar efalse
Q. no53.Whi choft hefol l
owi ngisnotapr oper t
yofatransact
ion?
A: Atomi city
B: Consi stency
C: Integrit
y
D: Dur abil
ity
Q. no54.I far el
ationi sinBCNF, theniti
sal soi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no55.Whi choft hefol l
owi ngisnott r
uef orNormali
zati
on?
A: Remov esr edundancy
B: Remov esinser tionanomal y
C: Decomposest her el
at i
on
D: Quer yexecut i
onbecomesf aster
Q. no56.Af unctionaldependencyoft hefor m x—>yi stri
vali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no57.Amongstt heACI Dpr operti
esofat r
ansact
ion,t
he'Durabi
li
ty'
proper ty
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper ati
ngsy stem crash
B: Excepti ncaseofadi skcrash
C: Excepti ncaseofapowerf ail
ure
D: Alway s,ev eni fther eisaf ail
ureofanyki nd
Q. no58.Whi char et het woway sinwhi chent i
tiescanpart
ici
patei
na
relat i
onshi p?
A: Passiv eandact ive
B: Totalandpar t
ial
C: SimpleandCompl ex
D: simpleandpar ti
al
Q. no59.Dupl icationofdat aatsev er alplacesisknownas_ __
_
A: Concur rentaccessanomal i
es
B: Dataisol ation
C: Datainconsi stency
D: Datar edundancy
Q. no60.Af tert hef inalst atementofat ransact i
onhasbeenexecuted,
a
transact ionent ersi na_ ________state.__
_ ___
_.
A: Activ
e
B: aborted
C: Commi tted
D: Parti
allycommi tt
ed
Q. no1.A‘ book’ i
sa_ _ _
__ __
_ _
typeofent i
ty.
A: concept ual
B: concret e
C: real
D: abstract
Q. no2.Dat ar edundancymayl eadt o:
A: Dataint egrity
B: Atomi citypr oblem
C: Datainconsi stency
D: Dataabst raction
Q. no3.Thi skeyt hatuni quelyidentifi
eseachr ecor
discall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fiel
dName
Q. no4.I nwhi chst ateonegat hersandl i
stallthenecessar
yfiel
dsfort
he
dat abase
desi gnpr oject .
A: DataDef ini
t i
on
B: DataRef inement
C: Establ ishi ngRel at ionship
D: Datadel etion
Q.no5.Whi choft hef ollowingshoul dbeusedt of i
ndthemeanoft he
salary?
A: Mean( sal ar y)
B: Avg( sal ary )
C: Sum( sal ary )
D: Count (salar y)
Q.no6.I fBi sanat tr i
but eandA→B, ThenBi ssaidtobe_ ___
____byA.
A: Logical lyi mpl i
ed
B: Funct ional l
yi mpl i
ed
C: Logical lydet er mi ned
D: Funct ional l
ydet er mi ned
Q.no7.Whati sACI Dpr oper t
iesofTr ansact ions?
A: Atomi city, Consi stency ,Isolat
ion,Dat abase
B: Atomi city, Consi st ency ,Isolat
ion,Dur abili
ty
C: Atomi city, Consi stency ,Inconsistent,Dur abil
i
ty
D: Automat ical l
y ,Concur r
ency ,I
solation,Dur abi
li
ty
Q.no8.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponents
except_ __ __ ___
A: User s.
B: Separ at ef iles
C: Database.
D: Databaseadmi ni strator
Q.no9.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ternar yOper at or
C: Binar yOper ator
D: Notanoper at or
Q.no10.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Cli
ent
D: DBA
Q.no11.Aggr egat ef unct i
onsar ef unctionst hattakea_ _
______
___as
i
nputand
ret
urnasi ngl ev alue.
A: Collect ionofv alues
B: Singlev al
ue
C: Aggr egat ev alue
D: Tabl es
Q.no12.Toappl ytheaggr egatefuncti
on, toagr oupofsetof
tuples_ ____ _
_clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no13.I nE- Rdi agr am gener ali
zati
onisr epresentedby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no14.Rel ationalcal cul
usi sa:
A: Procedur allanguage
B: Non- Procedur allanguage
C: Dat adef i
niti
onl anguage
D: Highl ev ellanguage
Q.no15.Theov eralldescripti
onofadat abasei scalled__
____
.
A: Dat aint egrit
y
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef i
niti
on
Q.no16.E- Rmodelusest hissy mboltorepr esentweakent i
tyset?
A: Dot tedr ectangl e
B: Diamond
C: Doubl yout l
inedr ectangle
D: Dot teddi amond
Q.no17.Theconcept ualmodeli s_____
__ _
_ .
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsoftwar e
D: Independentofbot hhar dwar eandsof t
war e
Q.no18.Whatdoy oumeanbyonet omanyr el
ationshipbet
weenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no19.Whent hechangescausedbyanabor t
edt r
ansactionhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ ________.
A: Failed
B: commi tt
ed
C: par t
ial l
ycommi tted
D: roll
edback.
Q.no20.The_ ____ _
connect i
vei susedt otestforabsenceofset
member ship.
A: except
B: exists
C: noti n
D: in
Q.no21.I nE- RDi agr am der i
vedat tri
butearerepresentedby __
__ ___
_.
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no22.Asubschemaexpr esses_ ___
_____.
A: Thel ogical v i
ew
SeatNo-
Total numberofquest ions: 60
1000755_ T1DBMS
Time: 1hr
MaxMar ks: 50
N.B
1)Al lquest ionsar eMul ti
pleChoi ceQuestionshavingsinglecorrectoption.
2)At t
emptany50quest ionsoutof60.
3)Useofcal culatori sallowed.
4)Eachquest ioncar ries1Mar k.
5)Speci all
yabl edst udent sareal l
owed20mi nutesextr
af orexami nati
on.
6)Donotusepenci lstodar kenanswer .
7)Useonl ybl ack/ bl
uebal lpointpent odarkentheappropr i
atecircl
e.
8)Nochangewi l
lbeal l
owedoncet heanswerismar kedonOMRSheet .
9)Roughwor kshal lnotbedoneonOMRsheetoronquest i
onpaper .
10)Dar kenONLYONECI RCLEf oreachanswer .
Q.no1.Fort hegiv ensetoff unctionaldependencyF, i
t’
sclosur
eis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no2.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt able?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
Set1
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no3.Dat ar edundancymayl eadt o:
A: Dat aintegrity
B: Atomi cityprobl em
C: Dat ainconsi stency
D: Dat aabst racti
on
Q.no4.Whi choneoft hefollowinguni quelyidenti
fiestheelement
si nthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no5.Theconcept ualmodeli s_ ____
____.
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof twar e
D: Independentofbot hhar dwar eandsof twar e
Q.no6.Al laggr egatef unctionsexcept_ _
_ __ignorenullval
uesinthei
r
i
nput
coll
ect i
on.
A: Count (attri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no7.Thedat abaseenv i
ronmenthasal lofthefollowingcomponents
except ________
A: User s.
B: Separ atef iles
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no8.I nwhi chst at eonegat hersandl istallthenecessaryfiel
dsfort
he
database
designpr oj ect .
A: Dat aDef inition
B: Dat aRef inement
C: Est ablishi ngRel ationship
D: Dat adel etion
Q.no9.Thi skeyt hatuni quel yidentifi
eseachr ecordi scal
led
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no10.Hi erar chicalmodeli sal socalled________
_.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Nor mal i
zeSt r
uct ure
D: Tabl eSt ruct ure
Q.no11.I nanEnt ity-RelationshipDi agram “Diamonds”
represent s_ ___ _______ __
_ ___
_
A: Attribut es
B: Mul ti-
v aluedat tributes
C: Weakent ityset
D: Rel ati
onshi pset s
Q.no12.Whi choft hef ollowingat tr
ibutecanbef urtherdi
videdint
o
subpar t
s
A: Simpl eat tribute
B: Mul tivaluedat t
ribut e
C: Composi teat tr
ibut e
D: Der ivedat tribute
Q.no13.Whoi smor econcer nedaboutt heconcept uallev
eloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no14.Whi choft hef ollowingi sthest r
uctureoft heDatabase?
A:Tabl e
B:.Schema
C:Relation
D:Struct ure
Q.
no15.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A:Sophi sticatedenduser s
B:Naï veuser s
C:Stand- aloneuser s
D:Casual enduser
Q.
no16.Adat adi ctionaryisarepositorythatmanages_ ____
A:Memor y
B:Met adat a
C:Spell Checker
D:Dat aVal idat or
Q.
no17.E- Rmodelusest hi
ssy mboltor epresentweakent i
tyset?
A:Dot t
edr ectangl e
B:Diamond
C:Doubl yout linedr ectangle
D:Dot t
eddi amond
Q.
no18.I nE- Rdi agr am generali
zati
oni srepresentedby
A:Ell
ipse
B:Dashedel l
ipse
C:Rect angl e
D:Triangl e
Q.
no19.I nSQL‘ relat i
onAcont ainsrelati
onB’ canbewr i
tt
enas
A:Notexi stsBexceptA
B:existsBexceptA
C:Notexi stsAexceptB
D:existsAexceptB
Q.
no20.I nE- RDi agr am derivedattr
ibutearer epresentedby___
___
__.
A:Ell
ipse
B:Dashedel l
ipse
C:Rect angl e
D:Triangl e
Q.
no21.Cr ossPr oducti sa:
A:Unar yOper at or
B:Ternar yOper at or
C:Binar yOper at or
D:Notanoper at or
Q.no22.Whent hechangescausedbyanabor tedtr
ansactionhavebeen
undone,
thet r
ansact i
oni ssaidt obe_ ____ ____.
A: Failed
B: commi t ted
C: part i
allycommi t
ted
D: roll
edback.
Q.no23.Dat aMani pulat i
onLanguage( DML)i snotto_
_____
A: Creat ei nformat i
ont ableint heDat abase
B: Inser ti
onofnewi nfor mationint ot heDatabase
C: Delet ionofi nformat i
oni nt heDat abase
D: Modi ficat i
onofi nformat ioni ntheDat abase
Q.no24.Car t
esianpr oducti nr elati
onalal gebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper at
or
D: notdef ined
Q.no25.Tor emov ear elati
onf rom anSQLdat abase,weuset he_____
_
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no26.I none- to-manyr el
ationshi pt hetableon'many'sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no27.Whi choft hef ollowingf ieldshaswi dt
hof8by tes?
A: Memo
B: Number
C: Dat e/t i
me
D: Hy per link
Q.no28.Mi nimalSuper keysar ecal led
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Attribut ekey s
Q.no29.Funct i
onalDependenci esar ethetypesofconst r
aint
sthatare
based
on______
A: Key
B: Keyr ev i
sit
ed
C: Super setkey
D: Tuple
Q.no30.Whi chnormalfor mi sconsi
deredadequateforr el
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Af i
lemanipulationcommandt hatext
ractssomeoft herecor
ds
from a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no32.TheRDBMSt er
mi nologyforarowis_____
___.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degree.
Q.no33.I nSQLt hestatementsel ect
*fr
om R,Sisequivalentto___
____.
A: Select*f rom Rnatural j
oinS
B: Select*f rom RcrossjoinS
C: Select*f rom RunionjoinS
D: Select*f rom RinnerjoinS
Q.no34.Whi chSQLQuer yisusetoremov eatableandal li
tsdatafrom
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTable
Q.no35.I nthe__________nor malfor
m,acomposi teattr
ibuteisconvert
ed
to
i
ndiv i
dualat tributes.
A: First
B: Second
C: Thi r
d
D: Four th
Q.no36.Thet er m_ ____ __isusedt oref
ert oar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no37.Whi choft hef oll
owi ngintrueregardingRef erentialI
ntegr
it
y?
A: Ever ypr imar y-keyv al uemustmat chapr i
mar y-keyv alueinan
associ atedt abl e
B: Ever ypr imar y-keyv al uemustmat chaf orei
gn-keyv alueinanassociated
table
C: Ever yf orei gn-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ev eryf orei gn-keyv aluemustmat chaforeign-keyv alueinanassociated
table
Q.no38.Theempl oy eesal aryshouldnotbegr eaterthanRs.2000.Thi sis
______ _
A: i
nt egr it
yconst raint
B: referent ial const raint
C: over -definedconst raint
D: feasi bleconst raint
Q.no39.Cust omerwi thdr awingmoneyf r
om ATM i sanexampl e
of____ ______
A: Appl icationpr ogr ammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sti
cat eduser
Q.no40._ __ ___ _pr oducest herel
ati
onthathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no41.Thecol l
ect ionofi nterr
elat
eddat aiscal l
edas:
A: DBMS
B: RDBMS
C:Database
D:Dat aabst racti
on
Q.
no42.NULLi s__ ________ .
A:Thesameas0f orinteger
B:Thesameasbl ankf orchar act er
C:Thesameas0f orintegerandbl ankf orchar acter
D:Notav al ue
Q.
no43.Thenat ural joi
ni sequalt o:
A:Cart esi anPr oduct
B:Combi nat i
onofUni onandCar tesianpr oduct
C:Combi nat i
onofsel ectionandCar tesianpr oduct
D:Combi nat i
onofpr ojectionandCar tesianpr oduct
Q.
no44.At ablejoi nedwi thitselfiscal l
edas_ _______
A:Join
B:SelfJoi n
C:Out erJoi n
D:Equi Joi n
Q.
no45.I ndomai nr elationalcal culuswecr eateav ar
iabl
efor
ev
ery__ ___ _ __
A:Row
B:Column
C:Tabl e
D:Attribut e
Q.
no46.The_ _____ofadat abasekeepsonchangi ng.
A:Instance
B:Schema
C:Struct ur e
D:Primar ykey
Q.
no47.Whi chnamemustbeuni quewi t
hinadat abase?
A:Tabl e
B:Fiel
d
C:Recor d
D:Char act er
Q.
no48.Whi choft hef ollowingi sanunar yoper ation?
A:Select ionoper ation
B:Gener alizedsel ection
C:Primi tiveoper at i
on
D:Project i
onoper ation
Q.
no49.A_ __ _
_ _
_ _inat abler epresent sar el
ationshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no50.whi choft hef ol
lowingi snotadat abaseobject?
A: Tabl es
B: Quer ies
C: Relat i
onshi ps
D: Repor t
s
Q.no51.At abl eont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngl eat tri
but ekey
D: Hav eacomposi t
ekey
Q.no52.I fev erynon- keyat t
ributei sfunct
ionall
ydepedentpr imarykey
,
t
hent he
rel
at i
onwi l
lbei n___ _______
__ _.
A: Firstnor mal f orm
B: Secondnor mal form
C: ThirdNor mal form
D: Four thnor mal form
Q.no53.I far elat i
oni si nBCNF, t
heni tisalsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no54.I nther elationalmodel ,thenumberofat t
ri
butesandnumberof
t
upl es
i
riar elationar et ermedas_ ____ _
_ ___
and_ ____
______
___respecti
vely
A: Car dinali
ty,domai n
B: Degr ee,car dinality
C: Domai ndegr ee
D: Car dinali
ty,degr ee
Q.no55.Whi char et het woway si nwhichentiti
escanpar ti
cipat
eina
rel
at i
onshi p?
A: Passi veandact ive
B: Tot al andpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar ti
al
Q.no56.Whi choft hef ol lowi ngisnott rueforNormal i
zat
ion?
A: Remov esr edundancy
B: Remov esinser t
ionanomal y
C: Decomposest her el
at ion
D: Quer yexecut i
onbecomesf ast
er
Q.no57.Cr eat etabl eempl oy ee(namev archar,i
dinteger
)Whatt y
peof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q.no58.Af tert hef inalst at ementofat ransacti
onhasbeenexecut ed,
a
tr
ansact ionent er si na_ __ ______state.______
_.
A: Act ive
B: abor ted
C: Commi tted
D: Par ti
al l
ycommi t
ted
Q.no59.The_ _____ ___pr otocolensur esf reedom fr
om deadlock.
A: Two- phasel ocki ngpr ot ocol
B: Strictt wo-phasel ocki ngpr otocol
C: Rigor oust wo- phasel ocki ngprotocol
D: Timest ampor deringpr ot ocol
Q.no60.Dupl i
cat ionofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat ai solati
on
C: Dat ai nconsi stency
D: Dat ar edundancy
A: Logi callyimpl ied
B: Funct ional l
yi mpl ied
C: Logi callydet ermi ned
D: Funct i
onal l
ydet ermi ned
Q.no2.4NFi sdesi gnedt ocopewi th:
A: Transi t
ivedependency
B: Joindependency
C: Mul ti val
ueddependency
D: Funct ional dependency
Q.no3.Asubschemaexpr esses_ ____
___ _.
A: Thel ogi cal view
B: Thephy si cal view
C: Theext ernal view
D: Thei nt er nal view
Q.no4.Rel at ionalcal culusisa:
A: Procedur al language
B: Non- Pr ocedur allanguage
C: Dat adef initionl anguage
D: Highl ev el l
anguage
Q.no5.Whati sACI Dpr oper t
iesofTr ansact ions?
A: Atomi city ,Consi stency , I
solation,Dat abase
B: Atomi city, Consi stency ,Isolation,Dur abil
ity
C: Atomi city ,Consi stency , I
nconsi stent,Dur abil
it
y
D: Aut omat i
cal ly,Concur r
ency ,Isolati
on, Dur abi
li
ty
Q.no6.Aggr egat ef unctionsar ef uncti
onst hattakea_ _
___
____
__asi
nput
and
ret
ur nasi ngl ev alue.
A: Col l
ect ionofv alues
B: Singlev alue
C: Aggr egat ev alue
D: Tabl es
Q.no7.Whi choneoft hef oll
owi ngi snott ruef oraview:
A: Viewi sder ivedf r
om ot hert ables
B: Viewi sav i
rtual table.
C: Av i
ewdef i
ni t
ioni sper manent lystoredaspar tofthedat
abase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no8.A‘ book’ isa_ ____ _
_ __t
y peofent it
y.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no9.Whi choft hef ollowingshoul dbeusedt ofi
ndthemeanofthe
salary?
A: Mean( sal ar y)
B: Av g(sal ary )
C: Sum( sal ar y)
D: Count (sal ary )
Q.no10.Sel ect*f r
om empl oy eeWhatt ypeofst atementisthis?
A: DML
B: Integr i
t yconst r
aint
C: DDL
D: View
Q.no11.Theov eralldescriptionofadat abasei scal l
ed__
____.
A: Dat ai nt egr i
ty
B: Dat amani pulat i
on
C: Dat abaseschema
D: Dat adef i
ni ti
on
Q.no12.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no13.Thebasi cdat atypechar (n)isa_ ____lengthcharacterstr
ingand
varchar (n)i s_ ___ _lengthchar acter
A: Fixed, equal
B: Equal , var iable
C: Fixed, var iable
D: Var iabl e, equal
Q.no14.Keyt or epresentr elationshipbet weent ablesiscal
led
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no15.Toappl ytheaggr egat efunction,toagr oupofsetof
tuples_ ___ __ _clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no16.The_ __ ___connect i
v eisusedt otestforabsenceofset
member shi p.
A: except
B: exist s
C: noti n
D: in
Q.no17.Thedat abaseenv ironmenthasal lofthefoll
owingcomponent
s
except _
_ ___ ___
A: Users.
B: Separ atef il
es
C: Database.
D: Databaseadmi nistrator
Q.no18.Hi erar chicalmodeli sal socalled_______
__.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Normal i
zeSt ructure
D: TableSt ruct ure
Q.no19.Whi choft hefollowi ngat t
ri
butecanbef ur
therdiv
idedi
nto
subpar t
s
A: Simpl eat tribut e
B: Multivaluedat tri
but e
C: Composi teat t r
ibute
D: Derivedat tribut e
Q.no20.I nanEnt it
y -
Relationshi pDi agram “Diamonds”
represent s_ ____ ____ _
_ _______
A: Attri
but es
B: Multi-
v aluedat tri
butes
C: Weakent ityset
D: Relationshi pset s
Q.no21.Whi choneoft hef ollowi nguniquelyidenti
fi
estheelement
sinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no22.Cr ossPr oducti sa:
A: UnaryOper at or
B: Ternar yOper ator
C: BinaryOper at or
D: Notanoper at or
Q.no23.Theconcept ualmodeli s_ ____
_ _
__.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof tware
D: Independentofbot hhar dwar eandsof tware
Q.no24.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt able?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no25.Al laggr egat efuncti
onsexcept_ _
_ _
_i gnorenullv
aluesinthei
r
i
nput
coll
ection.
A: Count (attr
ibut e)
B: Count (*)
C: Avg
D: Sum
Q.no26.Af unct iont hathasnopar tialfunctionaldependenciesisin
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no27.Rel ationalAl gebrais
A: DataDef i
nitionLanguage
B: MetaLanguage
C: Procedur al quer yLanguage
D: DataMani pul at i
onLanguage
Q.no28.I fever ynon- keyattr
ibuteisf unctionallydependentont he
pri
mar ykey ,
therelationwi llbei n_______
A: Fi
rstNor mal For m
B: SecondNor mal For m
C: ThirdNor mal For m
D: Four t
hFor mal Form
Q.no29.Themet hodofaccesswhi chuseskeyt r
ansformati
oni sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent ial
Q.no30.Whi choft hefoll
owingi snotal evelofdat aabstr
action?
A: Phy sicalLevel
B: Crit
ical Level
C: Logi calLevel
D: ViewLev el
Q.no31.Whi chofthefoll
owingisNotaRel at i
on- al
gebraOperati
on
A: Select
B: Union
C: Rename
D: Dropt able
Q.no32.Whi chofthefoll
owingisnotModi ficationoftheDatabase
A: Delet i
on
B: I
nser t
ion
C: Sorting
D: Updat ing
Q.no33.Whati sarelat
ionshi
pcal l
edwheni ti
smai nt
ainedbetweentwo
entit
ies?
A: Unar y
B: Binar y
C: Ternar y
D: Quat ernary
Q.no34.Af uncti
onaldependencyisar el
ationshi pbetweenoramong:
A: Tabl es
B: Rows
C: Relat i
ons
D: Attri
but es
Q.no35.Whi chofthefoll
owingaret heproperti
esofent i
ti
es?
A: Groups
B: Tabl e
C: Attri
but es
D: Swit chboards
Q.no36.Whi chofthefoll
owingenabl esustov iewdat afrom atabl
e
basedona
specificcr it
eri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no37.Thecol l
ecti
onofinter
relateddataiscal ledas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst racti
on
Q.no38.whi choft hef oll
owingisnotadatabaseobj ect?
A: Tabl es
B: Quer i
es
C: Rel ationshi ps
D: Repor ts
Q.no39.Mi nimalSuper keysarecall
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attr i
but ekey s
Q.no40.At abl ej
oinedwi t
hitsel
fiscall
edas____
__ _
_
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no41.Thet erm_ ______isusedtorefert
oar ow.
A: Attribut e
B: Tupl e
C: Field
D: Inst ance
Q.no42.Theempl oy eesal ar
yshouldnotbegreaterthanRs.2000.Thi
sis
__
_ ____
A: i
nt egr it
yconst raint
B: refer enti
al constraint
C: over -definedconst rai
nt
D: feasi bleconst raint
Q.no43.The_ _____
ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ure
D: Primar ykey
Q.no44.I nSQLt hest atementselect*f
rom R,
Sisequi val
entt
o___
____.
A: Select*f rom Rnat uralj
oinS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oi
nS
Q.no45.Whi chnor malf ormi sconsideredadequat eforrelational
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no46.Whi choft hef oll
owingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Date/ t
ime
D: Hyper li
nk
Q.no47.Funct ionalDependenci esaret het ypesofconst rai
nt sthatare
based
on______
A: Key
B: Keyr ev isi
ted
C: Super setkey
D: Tuple
Q.no48.I nt he_ ____
__ __
_nor malform, acomposi teatt
ributei sconvert
ed
to
i
ndividualat tr
ibutes.
A: Fir
st
B: Second
C: Thir
d
D: Fourth
Q.no49.Thenat uraljoi
ni sequalto:
A: Cartesi anPr oduct
B: Combi nationofUni onandCar t
esianpr oduct
C: Combi nationofsel ecti
onandCar t
esianpr oduct
D: Combi nationofpr ojecti
onandCar t
esianpr oduct
Q.no50.Whi chSQLQuer yisuset oremov eat ableandal li
tsdat afrom
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no51.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycreat es______
A: Par ent -
Childr elationshi pbet weent het ablesthatconnectthem
B: Manyt omanyr elationshi pbet weent het abl
esthatconnectthem.
C: Net wor kmodel bet weent het ablest hatconnectt hem.
D: Manyt ooner elationshi pbet weent het ablesthatconnectthem.
Q. no52.I nt he_ ______ __ _normalf orm, acomposi t
eat tr
ibut
eisconverted
to
i
ndi v i
dualat tributes
A: First
B: Second
C: Third
D: Four th
Q. no53.Ther esul toft heUNI ONoper ationbet weenR1andR2i sa
relat i
ont hat
i
ncl udes
A: Allthet upl esofR1
B: Allthet uplesofR2
C: Allthet upl esofR1andR2
D: Allthet upl esofR1andR2whi chhav ecommoncol umns
Q. no54.Amongstt heACI Dpr oper tiesofat r
ansaction,the'
Durabil
it
y'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessf ul
transact i
on
per sist
A: Excepti ncaseofanoper atingsy stem cr ash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ailure
D: Alway s,eveni ft her ei saf ail
ur eofanyki nd
Q. no55.Doesi ndext akespacei nthedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equi r
ed
C: Indexest akenospace
D: Yes, Indexesar est or edondi sk
Q. no56.At ablehasf ieldsF1, F2, F3, F4, F5withthef oll
owingfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor malizat ion,thist ablei sin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no57._ ____ _
_al lowust oi denti
fyuni
quel
yat upl
eintherel
at i
on.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q.no58.Whi choft hef oll
owi ngoperati
onisusedifweareinterest
edin
only
certai
ncol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q.no59.Whi choft hef oll
owi ngisnotapropertyofatr
ansaction?
A: Atomi city
B: Consi stency
C: Int
egr it
y
D: Durabi l
ity
Q.no60.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi naryt ablesi sinBCNF
Whi choft hef ollowi ngist rue?
A: BothS1andS2ar etrue
B: S1ist rue
C: S2i strue
D: BothS1andS2ar efalse
Q.no1.Tor emov ear elationf r
om anSQLdat abase,weusethe_ __
___
command.
A: Delete
B: Purge
C: Remov e
D: Dropt able
Q.no2.Rel ationalcal culusi sa:
A: Procedur al l
anguage
B: Non- Procedur al l
anguage
C: Datadef i
niti
onl anguage
D: Highl evellanguage
Q.no3.I fBi sanat tri
buteandA→B, ThenBi ssaidtobe_ ____
___byA.
A: Logi cal lyimpl i
ed
B: Funct i
onal l
yi mpl i
ed
C: Logi cal lydet er mined
D: Funct i
onal l
ydet ermined
Q.no4.I nE- Rdi agram general
izati
oni sr epresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Tri
angl e
Q.no5.Whoi smor econcernedaboutt heconcept uall
eveloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Cli
ent
D: DBA
Q.no6.I nSQL‘ relati
onAcont ainsrelationB’ canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no7.Theuser swhouseeasy -t
o-usemenuar ecal l
ed
A: Sophi sticat edenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no8.Asubschemaexpr esses________ _.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal view
D: Thei nter nal view
Q.no9.Dat ar edundancymayl eadto:
A: Dat ai nt egrity
B: Atomi ci typr oblem
C: Dat ai nconsi stency
D: Dat aabst ract i
on
Q.no10.Whent hechangescausedbyanabor tedt r
ansacti
onhavebeen
undone,
thetransact ioni ssai dtobe_________.
A: Failed
B: commi tted
C: partiallycommi tted
D: roll
edback.
Q.no11.Adat adi ctionar yisar epositorythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idat or
Q.no12.Whati sACI Dpr opertiesofTr ansacti
ons?
A: Atomi city, Consi st ency ,I
solat i
on,Dat abase
B: Atomi city, Consi st ency ,I
solat i
on,Dur abil
it
y
C: Atomi city, Consi st ency ,I
nconsi stent,Durabili
ty
D: Aut omat ical l
y ,
Concur rency,Isolation,Durabil
it
y
Q.no13.E- Rmodelusest hissy mbolt orepresentweakent it
yset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout li
nedr ect angle
D: Dot teddi amond
Q.no14.Whi choft hef ollowingi sthest ructureoft heDatabase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no15.Car tesi anpr oducti nr elati
onalal gebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no16.I nE- RDi agr am der i
vedat tributearer epresent
edby ____
____.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no17.Fort hegi vensetoff unctionaldependencyF, i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no18.4NFi sdesi gnedt ocopewi th:
A: Transit i
v edependency
B: Joindependency
C: Mul ti
v al ueddependency
D: Funct i
onal dependency
Q.no19.Dat aMani pul ationLanguage( DML)i snott o____
__
A: Createi nf ormati
ont ableintheDat abase
B: Inserti
onofnewi nformat i
oni nt otheDatabase
C: Deletionofi nf
ormat i
oni ntheDat abase
D: Modi ficat ionofi nformat i
oni nt heDat abase
Q.no20.I nwhi chstat eonegat her sandl i
stallthenecessaryfiel
dsfort
he
databasedesi gnpr oject.
A: DataDef initi
on
B: DataRef inement
C: Establishi ngRelat i
onship
D: Datadel et ion
Q.no21.Thi skeyt hatuni quelyi dent i
fi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: FieldName
Q.no22.A‘ book’ i
sa_ ________typeofent i
ty.
A: concept ual
B: concret e
C: real
D: abstract
Q.no23.Whatdoy oumeanbyonet omanyr elationshi
pbetweenTeacher
and
Classt able?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no24.Thebasi cdat at ypechar (n)isa_ _
___l engthcharact
erstri
ngand
varchar (
n)i s_ ____lengt hchar act er
A: Fixed, equal
B: Equal, var iable
C: Fixed, var iable
D: Variabl e, equal
Q.no25.I nanEnt it
y -RelationshipDiagr
am “ Diamonds”
represent s_ __ ___ _
___ __ _
__ ___
A: At tr
ibut es
B: Mul ti-valuedat tr
ibut es
C: Weakent ityset
D: Rel ationshi pset s
Q.no26.Cust omerwi thdrawingmoneyf rom ATM isanexampl e
of___ ___ ____
A: Appl icat ionpr ogr ammer
B: Naï veuser
C: Speci ali
zeduser
D: Sophi sticat eduser
Q.no27._ __ _ ___pr oducest herelat
ionthathasat t
ri
butesofR1andR2
A: Car tesianpr oduct
B: Differ ence
C: Pr oduct
D: Inter sect ion
Q.no28.I fev erynon- keyat t
ribut
eisfunct i
onall
ydependentont he
pri
mar ykey ,
ther elat i
onwi llbei n_ ______
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal Form
D: Four t hFor mal For m
Q.no29.Rel at ionalAl gebr ais
A: Dat aDef ini ti
onLanguage
B: Met aLanguage
C: Pr ocedur al quer yLanguage
D: Dat aMani pul ati
onLanguage
Q.no30.Whi choft hef ollowingisnotal evelofdataabstracti
on?
A: Phy si cal Lev el
B: Cr i
tical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no31.I ndomai nr elationalcalculuswecr eateav ar
iabl
ef or
every ___ ____ _
A: Row
B: Col umn
C: Tabl e
D: Att ri
but e
Q.no32.Whi chnamemustbeuni quewi thinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no33.TheRDBMSt ermi nologyforar owi s________.
A: Tupl e.
B: Rel ati
on.
C: Attr i
but e.
D: Degr ee.
Q.no34.Whi choft hef ollowingintrueregar dingRef erentialIntegri
ty?
A: Ev erypr imar y-
keyv aluemustmat chapr i
mar y-keyv alueinan
associ atedt able
B: Ever ypr imar y-
keyv al uemustmat chaf orei
gn-keyv alueinanassoci at
ed
table
C: Ev eryfor eign-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ atedt able
D: Ev eryf oreign-keyv aluemustmat chaf oreign-keyv alueinanassoci ated
table
Q.no35.A_ ______ _inat ablerepresentsar elati
onshi pamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no36.Whi choft hef ollowingisNotaRel ation-algebraOper ati
on
A: Sel ect
B: Uni on
C: Rename
D: Dropt able
Q.no37.Themet hodofaccesswhi chuseskeyt ransf ormat i
oni sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no38.NULLi s___ _
__ ____.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f orintegerandbl ankforcharacter
D: Notav alue
Q.no39.Af unct
iont hathasnopar ti
alf
unctionaldependenciesisin
_______f orm:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no40.Af i
lemani pulationcommandt hatextractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no41.Whi choft hef ollowingisanunar yoperation?
A: Select i
onoper ation
B: Gener alizedsel ect i
on
C: Primitiveoper at i
on
D: Project ionoper ation
Q.no42.I none- to-manyr elati
onshipthetableon' many '
sideiscal
ledas:
A: Parent
B: Mast er
C: Sister
D: Child
Q.no43.Whi choft hef ollowingisnotModi f
icationoftheDatabase
A: Deletion
B: I
nser tion
C: Sorting
D: Updat ing
Q.no44.I nSQLt hest atementsel ect
*fr
om R,Si sequival
entto____
___.
A: Select*f rom Rnat ural j
oinS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no45.The_ _____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no46.Mi nimalSuper keysarecal led
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attribut ekey s
Q.no47.Theempl oy eesal ar
yshoul dnotbegreat
erthanRs.2000.Thisis
_______
A: i
ntegr i
tyconst rai
nt
B: referent ial constraint
C: over -definedconst r
aint
D: feasi bleconst r
aint
Q.no48.Funct i
onalDependenci esar ethety
pesofconstrai
ntsthatare
based
on__ _
_ __
A: Key
B: Keyr evisited
C: Super setkey
D: Tupl e
Q.no49.I nt he_ _____ __
_ _normalf orm, acomposi
teattr
ibuteisconvert
ed
to
i
ndiv i
dualat tri
butes.
A: Fir
st
B: Second
C: Third
D: Four th
Q.no50.Whi choft hef ollowingf i
eldshaswi dt
hof8by t
es?
A: Memo
B: Number
C: Dat e/ ti
me
D: Hy per li
nk
Q.no51.At abl eont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal Form(2NF)
B: Bei nThi rdNor mal For m(3NF)
C: Hav easi ngleat t
ribut ekey
D: Hav eacomposi tekey
Q.no52.I far elationi sinBCNF, t
heni ti
sal soin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no53.Cr eat etabl eempl oyee(namev archar,i
dinteger
)Whatt y
peof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q.no54.Whi char ethet woway sinwhi chent i
ti
escanpar ti
cipateina
rel
at i
onshi p?
A: Passi v eandact i
ve
B: Tot al andpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar ti
al
Q.no55.The_ ______ __protocolensuresf r
eedom f r
om deadlock.
A: Two- phasel ockingpr otocol
B: Strictt wo-phasel ockingpr otocol
C: Rigor oust wo- phasel ockingprotocol
D: Timest ampor deringpr otocol
Q.no56.Af unct i
onaldependencyoft heform x—>yi str
ivalif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no57.Dupl i
cat ionofdat aatsev er
alplacesi sknownas_ ___
A: Concur rentaccessanomal ies
B: Dat ai solation
C: Dat ai nconsi stency
D: Dat ar edundancy
Q.no58.I fever ynon- keyat tri
buteisfunctionall
ydepedentpr imarykey,
thent he
rel
at i
onwi l
lbei n_ ____________.
A: Fir
stnor mal form
B: Secondnor mal f
orm
C: Thir dNor mal form
D: Fourthnor mal form
Q. no59.Whi choft hef ol
lowi ngi snottr
uef orNor mali
zati
on?
A: Remov esr edundancy
B: Remov esi nser ti
onanomal y
C: Decomposest her el at
ion
D: Quer yexecut ionbecomesf aster
Q. no60.Af tert hef i
nalst at ementofat ransactionhasbeenexecuted,a
transact ionent er sina_ _
_ ______state.
___ __
_ _
.
A: Active
B: aborted
C: Commi t
ted
D: Partial
lycommi tted
Q. no1.Al laggr egat ef unct i
onsexcept_ ____ignorenul
lvaluesint
heir
i
nput
col l
ect i
on.
A: Count (attri
but e)
B: Count (*)
C: Av g
D: Sum
Q. no2.Toappl yt heaggr egat efuncti
on, toagr oupofsetof
tupl es____ _
_ _clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q. no3.Theconcept ualmodeli s______
___ .
A: Dependentonhar dwar e
B: Dependentonsof t ware.
C: Dependentonbot hhar dwar eandsoftwar e
D: Independentofbot hhar dwar eandsof tware
Q. no4.Whi choneoft hef oll
owi nguniquelyidentifi
est
heel ement
sinthe
relat i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q. no5.I nE- Rdi agr am gener alizati
onisr epresentedby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no6.Theuser swhouseeasy -to-usemenuar ecall
ed
A: Sophi st i
cat edenduser s
B: Naï veuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no7.Rel at ionalcal culusisa:
A: Procedur al language
B: Non- Pr ocedur al language
C: Dat adef initionl anguage
D: Highl ev el language
Q.no8.Whent hechangescausedbyanabor tedt r
ansact
ionhavebeen
undone,
thet r
ansact ioni ssai dt obe___
___ _
_ _.
A: Failed
B: commi tted
C: part i
allycommi tted
D: roll
edback.
Q.no9.I fBi sanat tributeandA→B, ThenBissaidtobe_ __
____
_byA.
A: Logi callyi mpl ied
B: Funct ional l
yi mpl ied
C: Logi callydet ermi ned
D: Funct ional l
ydet ermi ned
Q.no10.Hi er ar chi calmodeli salsocal l
ed_
________
.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Nor mal izeSt ruct ur e
D: Tabl eSt r uct ure
Q.no11.Tor emov ear elat
ionf
rom anSQLdat abase,weusethe____
__
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no12.Dat ar edundancymayl eadt o:
A: Dat aint egr ity
B: Atomi ci typr obl em
C: Dat ai nconsi stency
D: Dat aabst ract ion
Q.no13.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ter nar yOper at or
C: Binar yOper ator
D: Notanoper at or
Q.no14.Thedat abaseenv i
ronmenthasal lofthefoll
owingcomponent
s
except __ __ __ __
A: User s.
B: Separ at ef i
les
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no15.I nSQL‘ r elationAcont ainsr el
ati
onB’ canbewritt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: exist sAexceptB
Q.no16.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -lef tappr oach
D: Treest ruct ure
Q.no17.Sel ect*f rom empl oyeeWhatt ypeofstatementisthi
s?
A: DML
B: Integr i
t yconst r aint
C: DDL
D: View
Q.no18.Asubschemaexpr esses_ ____
____.
A: Thel ogi cal v iew
B: Thephy sical view
C: Theext er nal v iew
D: Thei nter nal view
Q.no19.Aggr egat ef unct i
onsar ef uncti
onsthattakea_______
___
_as
i
nputand
ret
ur nasi ngl ev alue.
A: Col l
ect ionofv al ues
B: Singl ev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no20.Theov eralldescr iptionofadat abasei scalled____
__.
A: Dat ai ntegr it
y
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef initi
on
Q.no21.Whi choft hef oll
owi ngat t
ri
butecanbef ur
therdivi
dedinto
subpar t
s
A: Simpl eat tri
but e
B: Mul ti
v aluedat tri
but e
C: Composi teat t
ribut e
D: Der ivedat tri
bute
Q.no22.Whi choneoft hefol lowingisnott rueforav i
ew:
A: Viewi sder iv
edf rom ot hert ables
B: Viewi sav i
rt
ual tabl e.
C: Av iewdef i
niti
oni spermanent l
ystoredaspar toft hedatabase.
D: Viewnev ercont ai nsder i
v edcol umns.
Q.no23.Keyt or epr esentr elat i
onshipbetweent abl
esi scall
ed
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no24.The_ __ ___connect i
v eisusedt ot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no25.Whi choft hef oll
owi ngshoul dbeusedt ofindt hemeanofthe
salary?
A: Mean( salary)
B: Avg( sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no26.Whi chSQLQuer yi suset oremov eat ableandal li
tsdatafr
om
the
database?
A: Creat eTabl e
B: AlterTabl e
C: Dr opTabl e
D: Remov eTabl e
Q.no27.Whi chnor malf ormisconsi deredadequat eforrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no28.Thecol lectionofinterr
elateddat aiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no29.At ablej oinedwi thit
selfiscalledas_ _
______
A: Joi n
B: Sel fJoi n
C: Out erJoi n
D: Equi Join
Q.no30.Whati sar elati
onshi
pcal l
edwheni tismaintainedbetweent
wo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no31.Whi choft hef oll
owingaret hepr opert
iesofent i
ti
es?
A: Gr oups
B: Tabl e
C: At tri
but es
D: Swi tchboar ds
Q.no32._ ___ ___pr oducest herel
ationt hathasattri
butesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Pr oduct
D: Intersect ion
Q.no33.I fev erynon- keyatt
ri
buteisf unctional
lydependentont he
pri
mar ykey ,
ther elationwi l
lbei n______
_
A: FirstNor mal Form
B: SecondNor mal Form
C: ThirdNor mal Form
D: Four t
hFor mal Form
Q.no34.Thet erm_ _
_ ____isusedt or ef
ert oar ow.
A: Attr
ibut e
B: Tuple
C: Fiel
d
D: Instance
Q.no35.Af unct i
onaldependencyi sar elationshipbetweenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q.no36.Thenat uralj
oi nisequalt o:
A: Cartesi anPr oduct
B: Combi nat ionofUni onandCar tesi
anpr oduct
C: Combi nat ionofsel ectionandCar tesianpr oduct
D: Combi nat ionofpr ojectionandCar tesianpr oduct
Q.no37.Whi choft hef ollowingenabl esust oviewdatafrom at
abl
e
basedona
specifi
ccr iterion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no38.whi choft hef oll
owi ngisnotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relationshi ps
D: Repor ts
Q.no39.Cust omerwi thdrawingmoneyf r
om ATM i sanexample
of________ __
A: Appl i
cat ionpr ogrammer
B: Naïveuser
C: Special izeduser
D: Sophi sticat eduser
Q.no40.A_ __ ___
__inat ablerepresentsar elat
ionshi
pamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no41.Whi choft hefoll
owingisnotModif
icati
onoft heDatabase
A: Deletion
B: I
nser tion
C: Sorting
D: Updat ing
Q.no42.Whi choft hefoll
owingisanunaryoperation?
A: Select i
onoper at i
on
B: Gener alizedsel ecti
on
C: Pri
mi tiveoper at i
on
D: Project i
onoper ati
on
Q.no43.Themet hodofaccesswhi chuseskeyt r
ansf ormat
ionisknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent ial
Q.no44.I nt he_ _
_ _____
__normalform,acomposi teat t
ri
but
ei sconver
ted
to
i
ndividualat tri
butes.
A: Fi
rst
B: Second
C: Third
D: Fourt h
Q.no45.TheRDBMSt erminologyf
orar owis_
_ __
_ ___
.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no46.Af uncti
ont hathasnopar t
ialf
unct
ionaldependenciesi si
n
_______f orm:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no47.Theempl oyeesalar
yshouldnotbegr eaterthanRs.2000.Thisis
_______
A: i
nt egrit
yconst r
ai nt
B: referential const rai
nt
C: over -
def i
nedconst raint
D: feasibleconst raint
Q. no48.NULLi s__ ___
_ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f orintegerandbl ankf orchar act
er
D: Notav al ue
Q. no49.I none- to-manyr elationshipt hetabl eon'many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q. no50.Whi choft hef oll
owi ngf i
eldshaswi dt
hof8by t
es?
A: Memo
B: Number
C: Dat e/ti
me
D: Hy perli
nk
Q. no51.Amongstt heACI Dpr opertiesofat ransacti
on,the'
Durabi
lit
y'
proper ty
requi res.thatt hechangesmadet ot hedat abasebyasuccessf ul
transact i
on
per sist
A: Excepti ncaseofanoper atingsy stem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, ev enift hereisaf ail
ureofanyki nd
Q. no52.I nt he_ _________nor malf or m,acomposi teattr
ibut
eisconvert
ed
to
i
ndi v i
dualat tributes
A: First
B: Second
C: Thi r
d
D: Four th
Q. no53.Whi choft hef oll
owi ngisnotapr opertyofat r
ansacti
on?
A: Atomi city
B: Consi stency
C: Integrit
y
D: Durabi lity
Q.no54.Doesi ndext akespacei nt hedisk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no55.I nther elationalmodel ,thenumberofat tr
ibutesandnumberof
tuples
i
riar elationar et ermedas_ _________
and_ _______
______respecti
v el
y
A: Cardi nal i
ty,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Cardi nal i
ty,degr ee
Q.no56.Ther esul toft heUNI ONoper ationbetweenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q.no57.Consi dert hef oll
owi ng
S1:For eignkeyal l
owsnul lvalues.
S2:Ev erybi naryt abl esi sinBCNF
Whi choft hef ol l
owi ngi strue?
A: BothS1andS2ar etrue
B: S1ist rue
C: S2i st rue
D: BothS1andS2ar efalse
Q.no58.At ablehasf ieldsF1, F2, F3, F4,F5wi t
hthef ol
lowi ngfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,
F2)—>F5
I
nt ermsofnor mal izat i
on,thistableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no59.Whi choft hef oll
owi ngoper ati
oni susedifwear einter
estedin
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q.no60.At abl
eont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor malForm( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngleattri
butekey
D: Hav eacomposi tekey
Q.no1.Thi skeyt hatuniquelyident
ifi
eseachrecor
discall
ed
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no2.Adat adicti
onar yisareposit
orythatmanages_____
A: Memor y
B: Met adata
C: Spel lChecker
D: Dat aVal idator
Q.no3.A‘ book’ i
sa_ _______
_typeofentit
y.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no4.I nanEnt i
ty-Relati
onshipDiagram “
Diamonds”
represent s_ ___
_ _
_ _
_ __
_______
A: Attributes
B: Mul ti-
valuedat tr
ibutes
C: Weakent it
yset
D: Rel ati
onshi psets
Q.no5.Whoi smor econcernedaboutt heconcept
uall
eveloftheDBMS
A: TheSy stemspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no6.Thebasi cdat at ypechar (
n)isa_ _
___l engthcharacterstr
ingand
varchar (n)i s_ ____lengt hchar acter
A: Fixed, equal
B: Equal ,v ariabl e
C: Fixed, v ariabl e
D: Var i
abl e, equal
Q.no7.E- Rmodelusest hissy mbolt orepresentweakent it
yset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout li
nedr ect angle
D: Dot teddi amond
Q.no8.Whati sACI Dpr oper t
iesofTr ansactions?
A: Atomi city, Consi stency ,Isolati
on,Database
B: Atomi city, Consist ency ,I
sol ati
on,Durabili
ty
C: Atomi city, Consi stency ,Inconsistent,
Dur abili
ty
D: Aut omat ical l
y,Concur rency ,I
solati
on,Dur abil
it
y
Q.no9.I nwhi chst ateonegat hersandl istallthenecessar yfi
eldsfort
he
database
designpr oj ect .
A: Dat aDef inition
B: Dat aRef inement
C: Establ ishi ngRel ationshi p
D: Dat adel etion
Q.no10.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul tiv alueddependency
D: Funct ional dependency
Q.no11.Whi choft hef ollowingi sthest r
uct ur
eoft heDat abase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no12.Fort hegi vensetoff unct i
onaldependencyF, it
’sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no13.Dat aMani pul at i
onLanguage( DML)i snott o___
___
A: Creat ei nformat i
ont ableint heDat abase
B: I
nser tionofnewi nf ormat ioni ntotheDat abase
C: Delet i
onofi nfor mat i
oni nt heDat abase
D: Modi f i
cat i
onofi nf ormat ioni ntheDat abase
Q.no14.I nE- RDi agr am der i
v edat tr
ibutear er epresentedby___
___
__.
A: El
lipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no15.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no16.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ternar yOper at or
C: Binar yOper ator
D: Notanoper ator
Q.no17.I nE- Rdi agr am gener al i
zati
oni sr epresent edby
A: El
lipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no18.Theuser swhouseeasy -
to-usemenuar ecall
ed
A: Sophi st i
catedenduser s
B: Naï v
euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no19.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -
lef tapproach
D: Treest ructure
Q.no20.Whi choneoft hef ollowi ngisnott ruef orav i
ew:
A: Viewi sder ivedf rom ot hert ables
B: Viewi sav ir
tual table.
C: Av iewdef i
nitioni sper manent lyst oredaspar tofthedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no21.Whi choft hef oll
owi ngshoul dbeusedt ofindthemeanoft he
salary?
A: Mean( sal ar y)
B: Avg( sal ary )
C: Sum( sal ary )
D: Count (sal ary)
Q.no22.Whent hechangescausedbyanabor t edtransacti
onhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ __
__ ____.
A: Failed
B: commi tted
C: partiallycommi tted
D: roll
edback.
Q.no23.Toappl yt heaggr egatef unct i
on,toagr oupofsetof
tuples_ ____ __ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no24.Car tesi anpr oductinr elationalalgebr
ai s:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no25.I fBi sanat tributeandA→B, ThenBissai dtobe_ _____
__byA.
A: Logi callyi mpl i
ed
B: Funct ional l
yi mpl i
ed
C: Logi callydet ermi ned
D: Funct ional lydet ermi ned
Q.no26.Whi chSQLQuer yisuset oremov eatableandal li
tsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no27._ _ _____producestherel
ationthathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect i
on
Q.no28.Whi chofthefoll
owingaret heproperti
esofent i
ti
es?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no29.Af uncti
onaldependencyisar elat
ionshipbetweenoramong:
A: Tabl es
B: Rows
C: Relat i
ons
D: Attributes
Q.no30.Af i
lemani pul
ati
oncommandt hatextr
actssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no31.Whi chnamemustbeuni quewi thi
nadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no32.Rel ati
onalAlgebrais
A: Dat aDef i
nit
ionLanguage
B: Met aLanguage
C: Procedur alqueryLanguage
D: Dat aMani pulat
ionLanguage
Q.no33.Whati sar el
ati
onshi
pcalledwheni ti
smai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nary
D: Quat ernar y
Q.no34.Whi chnor malf ormisconsi der
edadequat eforr elati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no35.Funct ionalDependenciesar ethetypesofconst r
aintst hatare
based
on______
A: Key
B: Keyr evisited
C: Super setkey
D: Tuple
Q.no36.Whi choft hefollowingintrueregardingRef erent i
alIntegrit
y?
A: Everypr imar y-
keyvaluemustmat chapr i
mar y-keyv alueinan
associatedt able
B: Everypr imar y-
keyvaluemustmat chaf orei
gn-keyv aluei nanassoci ated
table
C: Everyf orei gn-keyval
uemustmat chapr i
mar y-
keyv aluei nan
associatedt able
D: Everyf orei gn-keyval
uemustmat chaf or
eign-keyv alueinanassoci at
ed
table
Q.no37.I ndomai nrel
at i
onalcalcul
uswecr eateav ariablef or
every____ ____
A: Row
B: Column
C: Table
D: Attr
ibut e
Q.no38.Mi nimalSuper keysarecalled
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attr
ibut ekey s
Q.no39.Thecol l
ecti
onofi nter
relat
eddat aiscal l
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst r acti
on
Q.no40.Whi choft hefollowingisNotaRel at
ion-algebraOperati
on
A: Sel ect
B: Uni on
C: Rename
D: Dr opt able
Q.no41.I feverynon- keyat tr
ibut
eisfuncti
onall
ydependentont he
pri
mar ykey ,
ther elat ionwi llbei n_______
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal Form
Q.no42.I nSQLt hest atementsel ect*f
rom R,
Sisequi valentt
o_____
__.
A: Sel ect*f rom Rnat uraljoinS
B: Sel ect*f rom Rcr ossjoinS
C: Sel ect*f rom Runi onjoinS
D: Sel ect*f rom Ri nnerjoinS
Q.no43.Thet er m_ ______isusedt orefert
oar ow.
A: At tri
but e
B: Tupl e
C: Field
D: Inst ance
Q.no44.The_ _____ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: St r
uct ure
D: Pr i
mar ykey
Q.no45.At ablejoinedwi thitsel
fiscall
edas________
A: Joi n
B: Sel fJoi n
C: Out erJoi n
D: Equi Join
Q.no46.Whi choft hefollowingisnotal ev
elofdat aabst r
act
ion?
A: Phy sical Lev el
B: Cr i
tical Level
C: Logi cal Level
D: ViewLev el
Q.no47.Theempl oyeesal aryshouldnotbegreatert hanRs.2000.Thi
sis
______ _
A: i
ntegr ityconst raint
B: refer ent ialconst raint
C: over -def inedconst raint
D: feasi bl econst raint
Q.no48.Thenat ur al joini sequalt o:
A: Car tesi anPr oduct
B: Combi nat i
onofUni onandCar tesi
anpr oduct
C: Combi nat i
onofsel ect ionandCar t
esi anpr oduct
D: Combi nat i
onofpr oj ectionandCar tesianpr oduct
Q.no49.Af unct i
ont hathasnopar ti
alfunct i
onaldependenciesi
sin
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no50.Whi choft hef ollowingi sanunar yoper ati
on?
A: Select ionoper ation
B: Gener al i
zedsel ect ion
C: Primi ti
v eoper at ion
D: Proj ect ionoper at ion
Q.no51.I far elationi si nBCNF, t
heni tisal soin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no52.Dupl i
cat ionofdat aatsev er
alpl acesi sknownas_ ___
A: Concur rentaccessanomal ies
B: Dat ai sol ation
C: Dat ai nconsi stency
D: Dat ar edundancy
Q.no53.The_ ____ ___ _pr otocolensur esf reedom f r
om deadlock.
A: Two- phasel ocki ngpr ot ocol
B: Strictt wo- phasel ocki ngpr otocol
C: Rigor oust wo- phasel ockingpr otocol
D: Timest ampor der ingpr otocol
Q.no54.I fev er ynon- keyat t
ributeisfunct ionall
ydepedentpr i
marykey
,
t
hent he
rel
at i
onwi l
lbei n_ __ __ ____ ___
_ .
A: Fir
stnor mal form
B: Secondnor mal for m
C: ThirdNor mal f or m
D: Four thnor mal for m
Q. no55._ ______al lowust oident if
yuni quel yat upleint her el
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q. no56.Cr eat et abl eempl oy ee( namev archar,idinteger )Whatt ypeof
stat ement
i
st his?
A: DML
B: DDL
C: View
D: Integr i
tyconst raint
Q. no57.Whi char et hetwoway si nwhi chent it
iescanpar ti
cipateina
relat i
onshi p?
A: Passi v eandact i
v e
B: Tot alandpar tial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q. no58.Af tert hef inalstatementofat r ansact i
onhasbeenexecut ed,
a
transact ionent er si na_ ________st ate._______.
A: Act i
v e
B: abor ted
C: Commi tted
D: Par ti
allycommi tted
Q. no59.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eates______
A: Par ent -
Chi l
dr el ationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elat i
onshipbet weent het ablesthatconnectt hem.
C: Net wor kmodel bet weenthet ablest hatconnectt hem.
D: Manyt ooner elat i
onshipbet weent het ablest hatconnectt hem.
Q. no60.Af unct ionaldependencyoft hef orm x—>yi strivalif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no1.I nSQL‘ r elat ionAcont ai
nsr el
ationB’ canbewr i
t tenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi st sAexceptB
D: existsAexceptB
Q.no2.Asubschemaexpr esses__
_ _
__ _
__ .
A: Thel ogical v i
ew
B: Thephy si cal view
C: Theext ernal view
D: Thei nter nal v
iew
Q.no3.Adat adi cti
onar yisar eposit
oryt hatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idat or
Q.no4.Thedat abaseenv ir
onmenthasal loft hefoll
owingcomponent
s
except __ ___ ___
A: User s.
B: Separ atef i
les
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no5.E- Rmodelusest hissymbolt orepr esentweakent i
tyset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout linedr ectangl e
D: Dot teddi amond
Q.no6.Rel at ionalcal cul usisa:
A: Procedur al language
B: Non- Pr ocedur allanguage
C: Dat adef initionl anguage
D: Highl ev el l
anguage
Q.no7.I nanEnt ity-RelationshipDiagram “Di amonds”
represent s_ ___ ________ _
_ ____
A: Attribut es
B: Mul ti-valuedat tr
ibutes
C: Weakent ityset
D: Relat ionshi pset s
Q.no8.Whi choft hef oll
owi ngattr
ibutecanbef ur
therdiv
idedint
o
subpar ts
A: Simpl eat tribut e
B: Mul tivaluedat tri
bute
C: Composi teat t
r i
bute
D: Der ivedat tr
ibut e
Q.no9.Whi choneoft hefoll
owi nguniquelyidenti
fi
est heelementsinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: For eignkey
D: Composi tekey
Q.no10.Theconcept ualmodeli s______
_ _
_.
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof tware
D: Independentofbot hhar dwareandsof t
war e
Q.no11.Keyt or epresentr el
ationshipbetweent ablesiscalled
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no12.Dat ar edundancymayl eadto:
A: Dat ai nt egr i
ty
B: Atomi ci typr obl em
C: Dat ai nconsi st ency
D: Dat aabst ract i
on
Q.no13.Thebasi cdat atypechar (n)isa_ __
__lengthchar acterst
ri
ngand
varchar (n)i s_ ___ _lengthchar acter
A: Fixed, equal
B: Equal , var iable
C: Fixed, var iable
D: Var iabl e, equal
Q.no14.Theov eralldescript
ionofadat abaseiscal l
ed______.
A: Dat ai nt egr i
ty
B: Dat amani pulat i
on
C: Dat abaseschema
D: Dat adef i
ni t
ion
Q.no15.Whoi smor econcer nedaboutt heconcept uallev
eloft heDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no16.The_ ___ __connect i
vei susedt ot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no17.Al laggr egat efunctionsexcept_ _ ___ignorenul
lval
uesinthei
r
i
nput
coll
ect ion.
A: Count ( attribut e)
B: Count ( *)
C: Av g
D: Sum
Q.no18.I nwhi chst at eonegat hersandl istallthenecessar
yfiel
dsfort
he
databasedesi gnpr oj ect.
A: Dat aDef inition
B: Dat aRef inement
C: Establ ishi ngRel ationship
D: Dat adel etion
Q.no19.Hi er ar chicalmodeli sal socalled_ ________
.
A: Treest ruct ur e
B: PlexSt ruct ur e
C: Nor mal i
zeSt r
uct ur e
D: Tabl eSt ruct ure
Q.no20.Whati sACI Dpr opertiesofTr ansact i
ons?
A: Atomi city, Consi st ency,I
solation,Database
B: Atomi ci ty, Consi st ency,I
solation,Durabi li
ty
C: Atomi city, Consi st ency,I
nconsi stent
, Dur abil
it
y
D: Aut omat ical l
y ,Concur rency,Isolati
on, Dur abil
i
ty
Q.no21.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul tiv alueddependency
D: Funct ional dependency
Q.no22.Aggr egat ef unctionsar ef uncti
onst hattakea_ _
____
_____as
i
nputand
ret
ur nasi ngl ev alue.
A: Collect ionofv alues
B: Singlev alue
C: Aggr egatev al
ue
D: Tabl es
Q.no23.Sel ect*f r
om empl oyeeWhatt ypeofst at
ementi sthi
s?
A: DML
B: Integr i
tyconstr
aint
C: DDL
D: View
Q.no24.Tor emov ear el
ati
onf rom anSQLdat abase,weuset he_____
_
command.
A: Del ete
B: Pur ge
C: Remov e
D: Dropt abl
e
Q.no25.Thi skeyt hatuniquelyidenti
fi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no26.I nthe_ ______
___normalf orm,acomposi teattr
ibut
eisconverted
to
i
ndi vi
dualat tri
butes.
A: First
B: Second
C: Thi rd
D: Four th
Q.no27.Whi choft hefol
lowingf i
eldshaswi dt
hof8by t
es?
A: Memo
B: Number
C: Dat e/time
D: Hy per l
ink
Q.no28.A_ _______inatablerepresentsar el
ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no29.I none- t
o-manyr el
ationshipthetableon'many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Si
st er
D: Child
Q.no30.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of______ ____
A: Appl icationpr ogrammer
B: Naïv euser
C: Speci alizeduser
D: Sophi st
icateduser
Q.no31.TheRDBMSt erminologyforarowis___ _____
.
A: Tupl e.
B: Relat i
on.
C: Attri
but e.
D: Degr ee.
Q.no32.Whi choft hef oll
owingarethepropertiesofent i
ties?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no33.Themet hodofaccesswhi chuseskeyt ransformationisknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent ial
Q.no34.NULLi s_____
_ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharact
er
C: Thesameas0f orintegerandblankforcharacter
D: Notav alue
Q.no35.Whi choft hef oll
owingenablesustov iewdat af r
om at abl
e
basedona
specificcr iterion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no36.Whi choft hef oll
owingisnotModi f
icationoft heDat abase
A: Delet ion
B: I
nser t i
on
C: Sor ti
ng
D: Updat i
ng
Q.no37.whi choft hef oll
owingisnotadat abaseobj ect?
A: Tabl es
B: Quer ies
C: Rel ati
onshi ps
D: Repor t
s
Q.no38.Af unct ionaldependencyi sar elationshipbetweenoramong:
A: Tabl es
B: Rows
C: Rel ati
ons
D: At tri
butes
Q.no39.Whi chSQLQuer yisuset oremov eat ableandal li
tsdataf
rom
the
database?
A: Cr eateTabl e
B: AlterTabl e
C: Dr opTabl e
D: Remov eTabl e
Q.no40._ _ _
_ ___pr oducest herelat
iont hathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Pr oduct
D: Intersection
Q.no41.I fev erynon- keyattr
ibutei
sf uncti
onal l
ydependentont he
pri
mar ykey ,
ther elati
onwi llbei n_______
A: FirstNor mal Form
B: SecondNor mal For m
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no42.Thecol lectionofi nt
errel
ateddat aiscalledas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no43.Thet erm_ ______isusedtor efertoar ow.
A: At tr
ibute
B: Tupl e
C: Field
D: Instance
Q.no44.The_ _____ ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no45.I nSQLt hest atementsel ect*
from R,Sisequivalentto__
_ _
___
.
A: Select*f rom Rnat uraljoinS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no46.Whi chnor malf or mi sconsideredadequat eforr el
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no47.Rel ati
onalAl gebr ais
A: Dat aDef i
nit
ionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: Dat aMani pulationLanguage
Q.no48.Whi choft hef ollowingi sNotaRel ati
on-algebraOper at
ion
A: Select
B: Uni on
C: Rename
D: Dropt able
Q.no49.Funct ionalDependenci esar ethetypesofconst rai
ntsthatare
based
on__ ____
A: Key
B: Keyr evisi
ted
C: Super setkey
D: Tupl e
Q.no50.Theempl oy eesal aryshoul dnotbegr eat
ert hanRs.2000.Thisis
_______
A: i
nt egr i
tyconst raint
B: referent ial const rai
nt
C: over -
def i
nedconst raint
D: feasibl econst raint
Q.no51.Whi choft hef oll
owingisnotapr opert
yofat ransaction?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur ability
Q.no52.I nt her elat i
onalmodel ,thenumberofat tr
ibutesandnumberof
tuples
i
riar elationar et ermedas_ _____
_ ___
and_ ______
_______respecti
vel
y
A: Car dinal i
ty ,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Car dinal i
ty ,degr ee
Q.no53.Doesi ndext akespacei nt hedisk?
A: Indexesar enev erst oredondisk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est or edondisk
Q.no54.Whi choft hef oll
owingoper ati
oni susedifwear eint
erest
edi
n
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q.no55.Ther esul toft heUNI ONoper ationbetweenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: Allthet upl esofR1
B: Allthet upl esofR2
C: Allthet upl esofR1andR2
D: Allthet upl esofR1andR2whi chhav ecommoncol umns
Q.no56.Whi choft hef oll
owingisnott rueforNormal i
zat i
on?
A: Remov esr edundancy
B: Remov esi nser ti
onanomal y
C: Decomposest her elati
on
D: Quer yexecut ionbecomesf aster
Q. no57.Amongstt heACI Dpr oper t
iesofat r
ansact
ion,
the'Durabi
li
ty'
proper t
y
requi res.t hatt hechangesmadet othedatabasebyasuccessf ul
transact i
on
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni fthereisaf ail
ureofanykind
Q. no58.Consi derthef oll
owi ng
S1:For eignkeyal l
owsnul lvalues.
S2:Ev erybi nar ytablesi sinBCNF
Whi choft hef oll
owi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i strue
C: S2i st r
ue
D: Bot hS1andS2ar efalse
Q. no59.I far elationisi nBCNF, t
henitisalsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no60.Af unctionaldependencyoft heform x—>yi str
ivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no1.A‘ book’ isa_ ________typeofent i
ty.
A: concept ual
B: concr ete
C: real
D: abst r
act
Q. no2.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A: Sophi sticatedenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q. no3.Whi choft hef ol
lowi ngi sthestr
uctureoftheDatabase?
A: Tabl e
B: .Schema
C: Rel ati
on
D: Struct ure
Q.no4.Fort hegi vensetoff uncti
onaldependencyF, i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no5.I fBi sanat tr
ibuteandA→B, ThenBi ssai
dt obe_ ___
____byA.
A: Logi callyi mpl ied
B: Funct ional l
yimpl i
ed
C: Logi callydet ermi ned
D: Funct ional l
ydet ermined
Q.no6.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ter naryOper ator
C: Binar yOper ator
D: Notanoper ator
Q.no7.Car tesianpr oductinr el
ati
onalalgebrais:
A: aUnar yoper ator
B: aBi nar yoper at or
C: aTer nar yoper ator
D: notdef ined
Q.no8.I nE- Rdi agr am gener ali
zati
onisrepresentedby
A: Elli
pse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no9.Whi choft hef oll
owingshouldbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary )
B: Av g(sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no10.Dat aMani pulationLanguage( DML)i snotto____
__
A: Creat ei nf ormat i
ont ableintheDatabase
B: Inser t
ionofnewi nformat i
onintotheDatabase
C: Del eti
onofi nfor mat i
oni ntheDatabase
D: Modi f i
cationofi nformat i
oni ntheDat abase
Q.no11.Toappl ytheaggr egat efunction,
toagr oupofsetof
tuples_ ______ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no12.Whent hechangescausedbyanabor t
edt ransacti
onhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ _______
_ .
A: Failed
B: commi tt
ed
C: partiallycommi t
ted
D: roll
edback.
Q.no13.E- Rmodel ingt echni queis:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -
leftappr oach
D: Treest ructur e
Q.no14.Whi choneoft hef ollowingisnott r
uef orav iew:
A: Viewi sder iv edf rom ot hert ables
B: Viewi sav irtualtabl e.
C: Av iewdef ini ti
oni sper manent l
ystoredaspar toft hedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no15.I nE- RDi agram der ivedat tr
ibutearerepr esentedby______
__.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no16.Whatdoy oumeanbyonet omanyr elationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no17.I nwhi chst at eonegat hersandl i
stallthenecessar yfi
eldsfort
he
databasedesi gnpr oject .
A: Dat aDef initi
on
B: Dat aRef inement
C: Est ablishi ngRel ationship
D: Dat adel etion
Q.no18.Hi erarchicalmodeli salsocal l
ed_________.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt ructure
D: Tabl eSt ructure
Q.no19.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no20.Thebasi cdat atypechar (n)isa_ ____lengt
hcharacterst
ri
ngand
varchar (
n)i s_ ___ _lengthchar acter
A: Fixed, equal
B: Equal , variable
C: Fixed, v ariable
D: Var iable, equal
Q.no21.Adat adi ctionaryisar epositorythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idator
Q.no22.Theconcept ualmodeli s________
_ .
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof t
war e
D: Independentofbot hhar dwareandsof t
war e
Q.no23.The_ _
__ __connect i
veisusedt ot estforabsenceofset
member shi p.
A: except
B: exist s
C: noti n
D: in
Q.no24.Dat ar edundancymayl eadt o:
A: Dat ai ntegr it
y
B: Atomi citypr oblem
C: Datainconsi stency
D: Dataabst racti
on
Q.no25.Whati sACI Dpr opertiesofTr ansact i
ons?
A: Atomi ci
ty,Consi stency ,I
solation,Dat abase
B: Atomicity,Consi stency ,I
solation,Dur abil
ity
C: Atomi ci
ty,Consi stency ,I
nconsi stent,Dur abil
ity
D: Automat icall
y,Concur rency,Isolation,Dur abi
lit
y
Q.no26.Whi chSQLQuer yi suset or emov eat ableandallitsdat
afr
om
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no27.TheRDBMSt ermi nologyf orar owi s______
__.
A: Tuple.
B: Relati
on.
C: Attri
bute.
D: Degree.
Q.no28.Mi nimalSuper key sar ecal l
ed
A: Schemakey s
B: Candidatekey s
C: Domai nkey s
D: Attri
butekey s
Q.no29.I nt he_ _________nor malf or m, acomposi teat
tri
buteisconver
ted
to
i
ndividualat tr
ibutes.
A: Fi
rst
B: Second
C: Third
D: Fourth
Q.no30.Whi choft hef ollowingar et hepr oper t
iesofenti
ties?
A: Groups
B: Table
C: Attri
butes
D: Switchboar ds
Q.no31.NULLi s__ __
_ _____.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f orint egerandblankforchar act er
D: Notav alue
Q.no32.Cust omerwi thdrawingmoneyf r
om ATM i sanexampl e
of_ _______ _
_
A: Applicationpr ogr ammer
B: Naïveuser
C: Special i
zeduser
D: Sophi sti
cat eduser
Q.no33.Themet hodofaccesswhi chuseskeyt ransf ormat i
oni sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent ial
Q.no34.Af i
lemani pulat i
oncommandt hatext ract ssomeoft herecords
from a
fil
ei scal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no35.I ndomai nr el
at i
onalcalcul
uswecr eateav ariablef or
ev ery____ ____
A: Row
B: Column
C: Table
D: Attr
ibut e
Q.no36.Whi choft hefol l
owingintrueregardingRef erentialIntegri
ty?
A: Everypr imar y-
keyv aluemustmat chapr i
mar y-keyv alueinan
associ atedt abl e
B: Everypr imar y-
keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
tabl e
C: Everyf oreign-keyv aluemustmat chapr i
mar y-keyv aluei nan
associ atedt abl e
D: Everyf oreign-keyv aluemustmat chaforeign- keyv alueinanassoci ated
tabl e
Q.no37.Af unctiont hathasnopar ti
alf
unct ionaldependenci esisin
___ ____for m:
A: 1NF
B:2NF
C:3NF
D:BCNF
Q.
no38.At abl ej
oi nedwi thitsel
fiscalledas_ _____
__
A:Join
B:SelfJoi n
C:Out erJoi n
D:Equi Joi n
Q.
no39.Whi chnamemustbeuni quewi t
hinadat abase?
A:Tabl e
B:Fi
el d
C:Recor d
D:Char act er
Q.
no40.Thenat ural joinisequalto:
A:Car tesi anPr oduct
B:Combi nat ionofUni onandCar tesianpr oduct
C:Combi nat ionofsel ecti
onandCar t
esianpr oduct
D:Combi nat ionofpr ojecti
onandCar t
esianpr oduct
Q.
no41.Whi choft hef oll
owingfieldshaswi dthof8by t
es?
A:Memo
B:Number
C:Dat e/ ti
me
D:Hy per li
nk
Q.
no42.Whi choft hef oll
owingisnotal evelofdataabstract
ion?
A:Phy sical Lev el
B:Criti
cal Lev el
C:Logi cal Lev el
D:ViewLev el
Q.
no43.Whi choft hef oll
owingisanunar yoper at
ion?
A:Select ionoper ation
B:Gener alizedsel ection
C:Primi tiveoper at i
on
D:Project i
onoper ation
Q.
no44.whi choft hef oll
owingisnotadat abaseobj ect
?
A:Tabl es
B:Quer ies
C:Relat ionshi ps
D:Repor ts
Q.
no45.Af unct i
onaldependencyi sar elationshipbetweenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q.no46.Whi chofthef ollowingenablesust ov i
ewdat af r
om atabl
e
basedona
specificcr i
teri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no47.A_ _____
__i nat ablerepresentsarelati
onshi
pamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no48.Whi chofthef ollowingisnotModi fi
cationoftheDatabase
A: Deletion
B: Inserti
on
C: Sorting
D: Updat ing
Q.no49.I none-to-manyr el
ationshi
pt het
ableon' many 'si
deiscall
edas:
A: Parent
B: Mast er
C: Sister
D: Child
Q.no50.Whati sar elationshipcal l
edwheni tismaintainedbetweentwo
entiti
es?
A: Unar y
B: Binary
C: Ternar y
D: Quat ernary
Q.no51.At abl
eont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal For m( 2NF)
B: Bei nThi r
dNor mal Form( 3NF)
C: Hav easi ngleattri
but ekey
D: Hav eacomposi tekey
Q.no52.Af terthef inalstat ementofat ransact i
onhasbeenexecut ed,
a
tr
ansact ionent ersi na_ __ ___ ___st at
e.___ ____.
A: Act ive
B: abor ted
C: Commi tted
D: Par ti
al l
ycommi t
ted
Q.no53.Apr imarykeyi scombi nedwi t
haf oreignkeycr eates_ __
___
A: Par ent -
Chi l
drelationshi pbet weent het abl est hatconnectt hem
B: Manyt omanyr elationshi pbet weent het ablesthatconnectt hem.
C: Net wor kmodel betweent het ablesthatconnectt hem.
D: Manyt ooner elat i
onshi pbet weent het ablest hatconnectt hem.
Q.no54.I nt he_ ____ _
__ _
_nor malf orm, acomposi t
eat t
ri
butei sconvert
ed
to
i
ndiv i
dualat tri
butes
A: Fir
st
B: Second
C: Thir d
D: Four th
Q.no55.The_ _____ ___protocolensur esf reedom f r
om deadl ock.
A: Two- phasel ockingpr ot ocol
B: Strictt wo- phasel ockingpr otocol
C: Rigor oust wo-phasel ocki ngpr otocol
D: Timest ampor deringpr ot ocol
Q.no56.Whi choft hef ollowi ngi snotapr oper tyofat ransact i
on?
A: Atomi city
B: Consi stency
C: Integr it
y
D: Dur abi l
ity
Q.no57.Cr eatetabl eempl oy ee( namev ar char,idinteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q.no58.Dupl i
cationofdat aatsev eralpl acesi sknownas_ __ _
A: Concur rentaccessanomal ies
B: Dat ai solat i
on
C: Dat ainconsi stency
D: Dat ar edundancy
Q.no59._ ___ ___al l
owust oidentif
yuni quelyatupleintherelati
on.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q.no60.I fev erynon- keyat t
ributeisfunctionall
ydepedentprimar ykey,
thent he
rel
ationwi llbei n_ _
_ _
_ _______
_ .
A: Fi
rstnor mal for m
B: Secondnor mal form
C: ThirdNor mal f orm
D: Four thnor mal form
Q.no1.Thi skeyt hatuni quelyidenti
fieseachr ecordiscal
led
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fi
el dName
Q.no2.Aggr egat ef unctionsar efunct i
onst hattakea______
__ _
__asi nput
and
retur
nasi ngl ev alue.
A: Collect i
onofv alues
B: Si
ngl ev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no3.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ternar yOper at or
C: Binar yOper at or
D: Notanoper at or
Q.no4.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A: Sophi st i
cat edenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no5.Asubschemaexpr esses_________.
A: Thel ogi cal v iew
B: Thephy sical view
C: Theext er nal vi
ew
D: Thei nt ernal view
Q.no6.I fBi sanat tribut eandA→B, ThenBi ssaidtobe_ _____
__byA.
A: Logical lyi mpl ied
B: Funct i
onal lyi mpl ied
C: Logical lydet ermi ned
D: Funct ional lydet ermi ned
Q.no7.Sel ect*f r om empl oyeeWhatt ypeofst atementisthis?
A: DML
B: Int
egr ityconst raint
C: DDL
D: View
Q.no8.Whi choft hef oll
owingat t
ri
butecanbef urt
herdi
v i
dedinto
subparts
A: Simpl eat tribut e
B: Multival uedat tri
but e
C: Composi t eat tribute
D: Derivedat tribut e
Q.no9.A‘ book’ i
sa_ _ _______
typeofentit
y.
A: concept ual
B: concr et e
C: real
D: abstract
Q.no10.E- Rmodelusest hi
ssy mboltorepresentweakent it
yset?
A: Dottedr ect angl e
B: Diamond
C: Doubl yout l
inedr ect angle
D: Dotteddi amond
Q.no11.Al laggr egat ef uncti
onsexcept_ _
___i gnorenul
lvaluesinthei
r
i
nput
coll
ection.
A: Count (at tribute)
B: Count (* )
C: Avg
D: Sum
Q.no12.I nanEnt it
y-Rel ati
onshipDiagram “Diamonds”
represent s_ _ ___ _____ ________
A: Attr
ibut es
B: Multi-val uedat tri
but es
C: Weakent ityset
D: Relationshipset s
Q.no13.Keyt or epresentr elati
onshipbet weent abl
esi scalled
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dateKey
Q.no14.Theov eralldescr i
ptionofadat abasei scalled______.
A: Dat aintegrit
y
B: Dat amani pulat i
on
C: Dat abaseschema
D: Dat adef i
niti
on
Q.no15.Whi choft hef ollowingi st
hest ruct
ureoft heDat abase?
A: Tabl e
B: .Schema
C: Relation
D: Structure
Q.no16.Whi choneoft hefollowinguniquelyident i
fi
est heelementsint
he
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no17.I nSQL‘ rel
ationAcont ainsrel
ationB’ canbewr it
tenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no18.Fort hegi vensetoff uncti
onaldependencyF, it
’sclosurei
s
denot edas
A: F+
B: FC
:F*
D: F_
Q.no19.Tor emov ear elati
onf rom anSQLdat abase, weuset he____
__
command.
A: Delete
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no20.4NFi sdesi gnedt ocopewi t
h:
A: Transi tivedependency
B: Joindependency
C: Mul tivalueddependency
D: Funct ional dependency
Q.no21.Thedat abaseenv i
ronmenthasal lofthefoll
owingcomponent
s
except ____ ____
A: User s.
B: Separ at efi
les
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no22.Rel ationalcal culusisa:
A: Procedur allanguage
B: Non- Pr ocedur allanguage
C: Dat adef ini
t i
onl anguage
D: Highl ev ellanguage
Q.no23.Theconcept ualmodeli s_______
__ .
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwareandsof twar e
D: Independentofbot hhar dwareandsof twar e
Q.no24.Adat adi ctionaryisar epositor
yt hatmanages_ ___
_
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal idator
Q.no25.I nE- RDi agr am der i
vedat t
ribut
ear erepresentedby__
___
___
.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no26.Thet erm_ ______isusedt or ef
ert oarow.
A: Attribute
B: Tupl e
C: Field
D: Instance
Q.no27.Thecol lectionofi nter
relateddatai scal
ledas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no28.The_ ___ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: St ruct ure
D: Pr i
mar ykey
Q.no29.Rel at i
onalAl gebrais
A: Dat aDef i
ni t
ionLanguage
B: Met aLanguage
C: Pr ocedur al quer yLanguage
D: Dat aMani pulationLanguage
Q.no30.Theempl oy eesalaryshoul dnotbegr eatert
hanRs.2000.Thisis
______ _
A: i
nt egr i
tyconst raint
B: refer ent i
al const raint
C: ov er -definedconst rai
nt
D: feasi bleconst raint
Q.no31._ ___ ___pr oducest herelationthathasattri
butesofR1andR2
A: Car t esianpr oduct
B: Diff erence
C: Pr oduct
D: Inter sect ion
Q.no32.I fev erynon- keyat tr
ibuteisfuncti
onallydependentonthe
pri
mar ykey ,
ther elat ionwi l
lbei n_ _____
_
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal For m
Q.no33.I nSQLt hest atementsel ect*f
rom R,Sisequival
entto_
______
.
A: Sel ect*f rom Rnat uralj
oinS
B: Sel ect*f rom Rcr ossj oi
nS
C: Sel ect*f rom Runi onjoi
nS
D: Sel ect*f rom Ri nnerj oi
nS
Q.no34.Funct ionalDependenci esar ethetypesofconstrai
ntsthatare
based
on__ __ __
A: Key
B: Keyr ev i
sit
ed
C: Super setkey
D: Tuple
Q.no35.Whi chnormalf or misconsider
edadequateforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no36.Whi chofthef ollowingi
sNotaRel ati
on-al
gebraOperati
on
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no37.Whati sar elationshipcall
edwheni ti
smai nt
ainedbetweent
wo
entit
ies?
A: Unary
B: Binary
C: Ternar y
D: Quater nary
Q.no38.Mi nimalSuper key sarecall
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attri
but ekeys
Q.no39.I ndomai nr elationalcal
culuswecreateav ar
iabl
efor
every____ ____
A: Row
B: Column
C: Table
D: Attri
but e
Q.no40.Whi chofthef ollowingi
snotModi f
icati
onoftheDatabase
A: Deletion
B: I
nser ti
on
C: Sorti
ng
D: Updat ing
Q.no41.Af uncti
onaldependencyi sar el
ati
onshipbetweenoramong:
A: Tabl es
B: Rows
C: Relat i
ons
D: Attri
but es
Q.no42.Whi choft hefollowingaret heproperti
esofenti
ties?
A: Groups
B: Tabl e
C: Attri
but es
D: Swi tchboar ds
Q.no43.Whi choft hefollowingisnotal evelofdataabstr
act i
on?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no44.Whi chSQLQuer yisuset oremov eatableandallitsdat
afrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no45.Whi choft hefollowingisanunar yoper at
ion?
A: Select ionoper ati
on
B: Gener alizedsel ecti
on
C: Primi tiveoper at i
on
D: Project ionoper ati
on
Q.no46.Cust omerwi thdrawingmoneyf rom ATM isanexampl e
of______ ___ _
A: Appl icat ionpr ogr ammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sticateduser
Q.no47.Themet hodofaccesswhi chuseskeyt ransf
ormationisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no48.A_ ___ __
_ _inat ablerepresentsar el
ati
onshipamongasetof
val ues.
A: Column
B: Key
C: Row
D: Entr y
Q. no49.I none- to-manyr elationshipthetableon'many '
sidei scall
edas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q. no50.Whi choft hef oll
owi ngenabl esustov i
ewdat afrom at abl
e
basedona
speci ficcr i
terion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q. no51.I far elati
oni sinBCNF, thenitisal
soi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no52.Whi choft hef oll
owi ngoper ati
onisusedi fwear einter
estedin
onl y
cer taincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q. no53.Amongstt heACI Dpr operti
esofat ransacti
on,the'Durabil
it
y'
proper ty
requi res.thatt hechangesmadet othedatabasebyasuccessf ul
transact i
on
per sist
A: Excepti ncaseofanoper atingsystem cr
ash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, evenifthereisaf ail
ureofanykind
Q. no54.Whi char et hetwoway sinwhichentit
iescanpar ti
cipateina
rel
at i
onshi p?
A: Passi veandact ive
B: Tot al andpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no55.I nt her elat i
onalmodel ,thenumberofat t
ri
butesandnumberof
tuples
i
riar elat ionar eter medas_ _______
__and____
_______
___respecti
vel
y
A: Car di nal i
ty,domai n
B: Degr ee, cardinal i
ty
C: Domai ndegr ee
D: Car di nal i
ty,degr ee
Q.no56.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev er ybi naryt ablesi sinBCNF
Whi choft hef ollowi ngi strue?
A: Bot hS1andS2ar etrue
B: S1i st r
ue
C: S2i st rue
D: Bot hS1andS2ar efalse
Q.no57.At ablehasf ieldsF1, F2, F3,F4,F5withthefol
lowingfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,
F2)—>F5
I
nt ermsofnor mal ization,thistableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no58.I fev er ynon- keyat tri
buteisfuncti
onall
ydepedentpr i
marykey,
thent he
rel
at i
onwi llbei n_ ____________.
A: Firstnor mal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four t hnor mal form
Q.no59.At ableont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi rdNor mal For m( 3NF)
C: Hav easi ngl eat tributekey
D: Hav eacomposi tekey
Q.no60.Whi choft hef ollowingi snotapr opertyofatransact
ion?
A: Atomi city
B: Consi stency
C: Integrity
D: Dur ability
Q.no1.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ter naryOper at or
C: Binar yOper ator
D: Notanoper ator
Q.no2.The_ ___ __connect i
vei susedtot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no3.E- Rmodel ingt echni quei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -
lef tappr oach
D: Treest ruct ure
Q.no4.Whent hechangescausedbyanabor t
edt r
ansacti
onhav ebeen
undone,
thet r
ansact i
oni ssai dt obe_ ________
.
A: Failed
B: commi tted
C: par ti
allycommi t ted
D: roll
edback.
Q.no5.Dat aMani pul ationLanguage( DML)i snott o_
_____
A: Creat ei nfor mat iont ableint heDatabase
B: Inser t
ionofnewi nformat ionintotheDat abase
C: Del eti
onofi nfor mat i
oni nt heDatabase
D: Modi f
icat ionofi nformat ioni ntheDatabase
Q.no6.Dat ar edundancymayl eadto:
A: Dat ai nt egr ity
B: Atomi citypr obl em
C: Dat ai nconsi stency
D: Dat aabst raction
Q.no7.Whi choneoft hefollowingi snott r
ueforav iew:
A: Viewi sder ivedf r
om ot hertabl es
B: Viewi sav ir
tual table.
C: Av i
ewdef i
niti
oni sper manent lystoredaspar tofthedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no8.I nwhi chst ateonegat hersandl i
stallt
henecessar yfi
eldsfort
he
database
designpr oj ect .
A: Dat aDef ini t
ion
B: Dat aRef inement
C: Est abl ishi ngRel ationship
D: Dat adel etion
Q.no9.Whi choft hef ollowingshoul dbeusedt of i
ndthemeanoft he
salary?
A: Mean( sal ar y)
B: Av g( sal ary )
C: Sum( sal ary )
D: Count (sal ary)
Q.no10.Toappl yt heaggr egatef uncti
on, t
oagr oupofsetof
tuples_ _ ___ __ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no11.Thi skeyt hatuni quelyidentifi
eseachr ecordiscalled
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no12.Whatdoy oumeanbyonet omanyr el
ationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no13.I nE- Rdi agr am gener ali
zat i
oni sr epresentedby
A: Ell
ipse
B: Dashedel lipse
C: Rect angl e
D: Triangl e
Q.no14.Theuser swhouseeasy -to-usemenuar ecal l
ed
A: Sophi st icatedenduser s
B: Naï veuser s
C: Stand- al oneuser s
D: Casual enduser
Q.no15.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no16.Thebasi cdat atypechar (n)isa_ ____lengthcharacterstr
ingand
varchar (n)i s_ ____l engt hchar act er
A: Fi
xed, equal
B: Equal ,v ariable
C: Fi
xed, v ariable
D: Var i
abl e, equal
Q.no17.Whati sACI Dpr oper tiesofTr ansact i
ons?
A: Atomi city,Consi stency,Isolation,Dat abase
B: Atomi city,Consi stency ,Isolation,Dur abili
ty
C: Atomi city,Consi stency,Inconsi stent, Durabil
ity
D: Aut omat ically,Concur rency ,Isolation, Durabil
it
y
Q.no18.Aggr egatef unct i
onsar ef unct i
onst hatt akea_ _
_______
__as
i
nputand
ret
urnasi ngl ev alue.
A: Col l
ect ionofv alues
B: Si
ngl ev alue
C: Aggr egat ev alue
D: Tabl es
Q.no19.Hi erarchicalmodeli sal socal led_________.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt r
uct ur e
D: Tabl eSt ruct ure
Q.no20.Car tesi anpr oducti nr elat
ionalalgebr
ais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer naryoper ator
D: notdef i
ned
Q.no21.Theconcept ualmodeli s____
_____.
A: Dependentonhar dwar e
B: Dependentonsof t war e.
C: Dependentonbot hhar dwareandsof tware
D: Independentofbot hhar dwar eandsof tware
Q.no22.I nE- RDi agr am der i
vedat tri
butearerepresentedby ___
_____.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no23.I fBi sanat tribut eandA→B, ThenBi ssai dtobe_ ____
___byA.
A: Logi callyimpl i
ed
B: Funct ional l
yi mpl i
ed
C: Logi callydet ermi ned
D: Funct ional l
ydet ermi ned
Q.no24.Adat adi cti
onar yisar eposit
orythatmanages_ _
__ _
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal i
dat or
Q.no25.Whi choft hef oll
owi ngat tr
ibutecanbef urtherdi
videdinto
subpar ts
A: Simpl eat tribute
B: Mul tivaluedat t
r i
but e
C: Composi teat tri
but e
D: Der i
v edat tribute
Q.no26.NULLi s_ _____ ____.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f ori ntegerandbl ankforcharacter
D: Notav alue
Q.no27.Whi chnamemustbeuni quewi t
hinadatabase?
A: Tabl e
B: Field
C: Recor d
D: Char acter
Q.no28.TheRDBMSt erminologyforar owis______
__.
A: Tupl e.
B: Rel at i
on.
C: Attr i
but e.
D: Degr ee.
Q.no29.The_ ____
_ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ure
D: Primar ykey
Q.no30.Af unctiont hathasnopar t i
alf
uncti
onaldependenciesisin
__
_ ___ _f orm:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Thet er
m_ _ _____i
susedt or ef
ertoar ow.
A: Attr i
but e
B: Tupl e
C: Field
D: Inst ance
Q.no32.Whi choft hef oll
owingf i
eldshaswidthof8by t
es?
A: Memo
B: Number
C: Dat e/ ti
me
D: Hy per li
nk
Q.no33.Thecol lectionofinterrel
ateddataiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst racti
on
Q.no34.Theempl oy eesalaryshoul dnotbegreaterthanRs.2000.Thi
sis
__
_ ___ _
A: i
nt egr it
yconst raint
B: refer entialconstraint
C: ov er-def i
nedconst r
aint
D: feasi bleconst raint
Q.no35.Rel ationalAl gebr ais
A: Dat aDef initionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pul ationLanguage
Q.no36.Af ilemani pulationcommandt hatext r
actssomeoft herecords
from a
fil
eiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no37.whi choft hef oll
owi ngisnotadat abaseobj ect ?
A: Tabl es
B: Quer ies
C: Relat ionshi ps
D: Repor ts
Q.no38._ _ ____ _pr oducest herel
ationt hathasat tr
ibutesofR1andR2
A: Car tesi anpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no39.Whi choft hef ollowingint r
uer egar dingRef erent i
alIntegr
ity
?
A: Ever ypr i
mar y-keyv aluemustmat chapr imar y-keyv alueinan
associ atedt abl e
B: Ever ypr i
mar y-keyv aluemustmat chaf oreign-keyv aluei nanassoci ated
table
C: Ever yf orei gn-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ever yf orei gn-keyv aluemustmat chaf oreign-keyv alueinanassoci ated
table
Q.no40.Thenat ur aljoinisequalt o:
A: Car tesi anPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ectionandCar tesianpr oduct
D: Combi nat i
onofpr ojectionandCar t
esianpr oduct
Q.no41.I nt he_ ___ __
_ ___nor malform, acomposi t
eat tributeisconver t
ed
to
i
ndi vi
dualat tri
but es.
A: First
B: Second
C: Thir d
D: Four th
Q.no42.I fever ynon- keyat t
ri
buteisfunct i
onallydependentonthe
pri
mar ykey ,
therel ationwi llbei n_ ______
A: FirstNor mal For m
B: SecondNor mal For m
C: Thir dNor mal For m
D: Four thFor mal For m
Q.no43.At ablejoi nedwi thit
selfiscal
ledas_ _
______
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no44.A_ ___ __
_ _i nat ablerepresent
sar elati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no45.Whati sar elati
onshipcal l
edwheni tismaintai
nedbetweent
wo
entit
ies?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat ernary
Q.no46.Whi choft hef ollowingisnotal evelofdat aabstr
acti
on?
A: Phy si calLev el
B: Critical Level
C: Logi cal Lev el
D: ViewLev el
Q.no47.Cust omerwi thdrawingmoneyf rom ATM i sanexample
of_____ __ ___
A: Appl icat i
onpr ogr ammer
B: Naï veuser
C: Speci ali
zeduser
D: Sophi sticat eduser
Q.no48.Af unct i
onaldependencyi sar el
ationshi
pbet weenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q.no49.Whi choft hefollowingisNotaRel ation-al
gebraOper at
ion
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no50.I ndomai nrel
ationalcalculuswecr eateav ar
iablefor
every____ ___ _
A: Row
B: Column
C: Table
D: Attri
but e
Q.no51.The_ ________protocolensuresfreedom f r
om deadlock.
A: Two- phasel ockingprot ocol
B: Stri
ctt wo- phasel ocki
ngpr ot
ocol
C: Rigoroust wo- phasel ockingpr ot
ocol
D: Timest ampor deri
ngpr otocol
Q.no52.I nt he_ ________
_nor malf orm,acomposi t
eattr
ibuteisconver
ted
to
i
ndividualat tributes
A: Fi
rst
B: Second
C: Third
D: Four t
h
Q.no53.Ther esul toftheUNI ONoper ati
onbet weenR1andR2i sa
rel
ationt hat
i
ncludes
A: Allthet upl esofR1
B: Allthet upl esofR2
C: Allthet upl esofR1andR2
D: Allthet upl esofR1andR2whi chhavecommoncol umns
Q.no54.Af unct i
onaldependencyoft heform x—>yi st r
ivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no55.Whi choft hef oll
owi ngisnott ruef orNor mal i
zat ion?
A: Remov esr edundancy
B: Remov esinser tionanomal y
C: Decomposest her elati
on
D: Quer yexecut i
onbecomesf aster
Q.no56.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eates______
A: Par ent -
Chi l
dr elationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshipbet weent het ablest hatconnectt hem.
C: Net wor kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elat i
onshipbet weent het ablest hatconnectt hem.
Q.no57.Cr eat etabl eempl oy ee( namev archar,idi nteger )Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr i
tyconst r
ai nt
Q.no58.Af tert hef inalstatementofat r ansact i
onhasbeenexecut ed,
a
tr
ansact ionent er sina_ ________st at
e._______.
A: Act i
v e
B: abor ted
C: Commi tted
D: Par ti
al l
ycommi tted
Q.no59.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst or esmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no60._ ______al lowust oident if
yuniquel yat upleint her el
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no1.Sel ect*f rom empl oyeeWhatt ypeofst atementi st hi
s?
A: DML
B: I
nt egrityconst r
ai nt
C: DDL
D: View
Q.no2.I nanEnt ity-RelationshipDiagr
am “ Diamonds”
represent s__ ___ _______ ______
A: Attri
but es
B: Multi-
v aluedat t
ributes
C: Weakent it
yset
D: Relationshi pset s
Q.no3.Theov er alldescr i
pt i
onofadat abasei scal
led_____
_.
A: Datai ntegr ity
B: Datamani pul ation
C: Databaseschema
D: Datadef i
ni ti
on
Q.no4.Whi choneoft hef oll
owinguniquelyidenti
fiestheelement
sinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi t ekey
Q.no5.Rel at i
onalcal cul usi sa:
A: Procedur allanguage
B: Non-Pr ocedur allanguage
C: Datadef i
ni ti
onl anguage
D: Highl evel language
Q.no6.Tor emov ear elationf r
om anSQLdat abase,weuset he__
____
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no7.Cr ossPr oducti sa:
A: UnaryOper at or
B: Ternar yOper at or
C: BinaryOper ator
D: Notanoper at or
Q.no8.Thedat abaseenv ironmenthasal lofthefollowingcomponent
s
except__ ____ __
A: Users.
B: Separ atef il
es
C: Database.
D:Dat abaseadmi nistrator
Q.
no9.Asubschemaexpr esses____
_ _
___.
A:Thel ogical vi
ew
B:Thephy si calview
C:Theext ernal view
D:Thei nter nal v
iew
Q.
no10.Whi choft hef ollowingisthest r
uctureoftheDatabase?
A:Tabl e
B:.Schema
C:Relat ion
D:Struct ur e
Q.
no11.E- Rmodelusest hissy mboltorepresentweakent i
tyset?
A:Dot tedr ectangl e
B:Diamond
C:Doubl yout l
inedr ectangl e
D:Dot teddi amond
Q.
no12.Keyt or epr esentr elati
onshipbetweent abl
esiscall
ed
A:Primar ykey
B:Secondar yKey
C:Forei gnKey
D:Candi dat eKey
Q.
no13.I nSQL‘ relationAcont ainsrel
ati
onB’ canbewr it
tenas
A:Notexi st sBexceptA
B:existsBexceptA
C:Notexi st sAexceptB
D:existsAexceptB
Q.
no14.The_ __
_ __connect ivei
susedt otestforabsenceofset
member shi p.
A:except
B:exists
C:noti n
D:in
Q.
no15.4NFi sdesi gnedt ocopewi th:
A:Transi t
iv edependency
B:Joindependency
C:Mul ti valueddependency
D:Funct i
onal dependency
Q.
no16.Al laggr egat ef unctionsexcept_ __
__ignorenullval
uesinthei
r
i
nput
coll
ect i
on.
A: Count (
at tribute)
B: Count (
* )
C: Av g
D: Sum
Q.no17.Fort hegi v ensetoff uncti
onaldependencyF,i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no18.A‘ book’ isa_ _
_______typeofent i
ty.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no19.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot t
om- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no20.Car tesianpr oducti nr el
ati
onalalgebrais:
A: aUnar yoper ator
B: aBi naryoper ator
C: aTer nar yoper at or
D: notdef ined
Q.no21.Thebasi cdat atypechar (n)i
sa_ _
___lengt
hcharacterstr
ingand
varchar (n)i s_ _
_ _
_l engthchar acter
A: Fixed, equal
B: Equal ,var iable
C: Fixed, var iable
D: Var i
abl e, equal
Q.no22.I nwhi chst ateonegat hersandlistallt
henecessar
yf i
eldsfort
he
databasedesi gnpr oject .
A: Dat aDef initi
on
B: Dat aRef inement
C: Establ i
shi ngRel ationship
D: Dat adel et ion
Q.no23.Hi er archi calmodeli salsocalled______
___.
A: Treest r
ucture
B: PlexSt ructure
C: Nor mal i
zeSt r
ucture
D: Tabl eSt r
ucture
Q.no24.Dat aMani pulationLanguage( DML)i snotto__ __
_ _
A: Creat ei nformationt ablei nt heDatabase
B: I
nser t i
onofnewi nformat ionintotheDatabase
C: Delet ionofi nfor
mat i
oni nt heDatabase
D: Modi ficati
onofi nformat ionintheDat abase
Q.no25.Theconcept ualmodeli s________
_.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwar eandsof t
ware
D: Independentofbot hhar dwar eandsof t
ware
Q.no26.Themet hodofaccesswhi chuseskeyt ransformat i
oni sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no27.I none- t
o-manyr elationshipthetableon'many '
sidei scall
edas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no28.Whi choft hef ollowi ngenabl esustov i
ewdat af rom at abl
e
basedona
specificcr i
teri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no29.I nSQLt hest at ementsel ect*fr
om R,Sisequiv al
entt o_____
__.
A: Select*f rom Rnat ur al j
oinS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Rinnerj oinS
Q.no30.TheRDBMSt ermi nol ogyforar owis________
.
A: Tupl e.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no31.Whi chofthef ol
lowi
ngisnotModi fi
cati
onoftheDat abase
A: Deletion
B: I
nser ti
on
C: Sorting
D: Updat ing
Q.no32.Mi nimalSuper keysarecal
led
A: Schemakey s
B: Candi dat ekeys
C: Domai nkey s
D: Attri
but ekey s
Q.no33.Whi chofthef ol
lowi
ngisanunar yoperati
on?
A: Selectionoper ation
B: Gener alizedselection
C: Primitiveoper ati
on
D: Project i
onoper ation
Q.no34.Whi chnormalf ormisconsider
edadequat ef
orrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no35.Whi chnamemustbeuni quewi t
hinadatabase?
A: Table
B: Fiel
d
C: Recor d
D: Char acter
Q.no36.The_ ____
_ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q.no37.Whi chofthef ol
lowi
ngaret heproper
ti
esofenti
ties?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no38.NULLi s_____
_ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandblankf orchar act er
D: Notav alue
Q.no39.Whi chSQLQuer yisuset oremov eat abl eandal litsdat afrom
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no40.Funct ionalDependenci esar et
het ypesofconst r
aintst hatare
based
on______
A: Key
B: Keyr evisit
ed
C: Super setkey
D: Tuple
Q.no41.Whi choft hef oll
owingi ntr
ueregar dingRef erentialIntegrit
y?
A: Everypr imar y-
keyv aluemustmat chapr i
mar y
- keyv alueinan
associatedt abl e
B: Everypr imar y-
keyv aluemustmat chaforeign- keyv alueinanassoci ated
table
C: Everyf oreign-keyvaluemustmat chapr imar y-keyv aluei nan
associatedt abl e
D: Everyf oreign-keyvaluemustmat chaf oreign-keyv alueinanassoci at
ed
table
Q.no42.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of__________
A: Applicationpr ogrammer
B: Naïveuser
C: Specializeduser
D: Sophi sti
cat eduser
Q.no43.Af unct i
onthathasnopar tialf
unctionaldependenci esi si
n
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no44.whi choft hef oll
owingi snotadat abaseobj ect?
A: Tabl es
B: Quer ies
C: Relat ionshi ps
D: Repor ts
Q.no45.Whati sar elati
onshipcal l
edwheni tismai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no46.At abl ejoi
nedwi thitselfiscal
ledas___ _
_ _
_ _
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Joi n
Q.no47.Thecol l
ectionofi nt
errelateddataiscalledas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no48._ _ _
_ ___producest her el
ationthathasat tr
ibutesofR1andR2
A: Car tesi anpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no49.Thet erm_ ______isusedt orefertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no50.Af il
emani pulati
oncommandt hatextractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q. no51.I nt her elat i
onalmodel ,
thenumberofat tr
ibutesandnumberof
tupl es
i
riar elationar et er medas_ ________
_ and__ _
_ _
_ _
_______respectiv
ely
A: Car dinal it
y,domai n
B: Degr ee, car dinal i
ty
C: Domai ndegr ee
D: Car dinal it
y,degr ee
Q. no52.Whi choft hefol l
owi ngi snotapr opertyofat ransaction?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur abi l
ity
Q. no53.Amongstt heACI Dpr operti
esofat ransaction,the'Durabil
it
y'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no54.Dupl icat ionofdat aatsev eralplacesi sknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisol ation
C: Dat ainconsi stency
D: Dat ar edundancy
Q. no55.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi nar yt ablesi sinBCNF
Whi choft hef ollowi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i st rue
C: S2i st rue
D: Bot hS1andS2ar efalse
Q. no56.I far elat ionisi nBCNF, theni ti
salsoi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no57.Whi char et het woway sinwhi chent i
ti
escanpar t
ici
pateina
rel
at i
onshi p?
A: Passi v eandact i
ve
B: Tot alandpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no58.I fev erynon- keyat tr
ibuteisfunct i
onall
ydepedentpr imarykey,
thent he
rel
at i
onwi l
lbei n__ ___________.
A: Fir
stnor mal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four thnor mal for m
Q.no59._ ___ ___allowust oidentifyuniquelyat upl
eint herel
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no60.Cr eat etabl eempl oy ee(namev archar,i
dinteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst raint
Q.no1.Whi choft hef ol
lowingat tr
ibutecanbef urt
herdi v
idedinto
subpar ts
A: Simpl eat tri
bute
B: Mul tivaluedat t
ribute
C: Composi teat tr
ibut e
D: Der ivedat t
ribute
Q.no2.Whati sACI Dpr oper t
iesofTr ansactions?
A: Atomi city,Consi stency,Isolat
ion,Database
B: Atomi city,Consi stency,Isolat
ion,Durabili
ty
C: Atomi city,Consi stency,Inconsistent,Durabil
i
ty
D: Aut omat icall
y,Concur r
ency ,I
solati
on, Durabi
li
ty
Q.no3.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A: Sophi st i
cat edenduser s
B: Naï veuser s
C: Stand- al oneuser s
D: Casual enduser
Q.no4.Whi choft hef oll
owi ngshouldbeusedt of i
ndt
hemeanoft he
salary?
A: Mean( sal ar y)
B: Av g( sal ary )
C: Sum( sal ary )
D: Count (sal ary )
Q.no5.Toappl yt heaggr egatefuncti
on,toagr oupofsetof
tuples_ _ ___ __ clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no6.Aggr egat ef unct ionsar efuncti
onst hattakea___
______
__asi
nput
and
returnasi ngl ev alue.
A: Col lect ionofv alues
B: Singl ev alue
C: Aggr egat ev alue
D: Tabl es
Q.no7.I nanEnt ity-Rel ationshipDiagram “Diamonds”
represent s_ ___ ______ ____ ___
_
A: Attribut es
B: Mul ti-val uedat tr
ibut es
C: Weakent ityset
D: Rel at i
onshi pset s
Q.no8.Adat adi ct i
onar yi sareposit
orythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel l Checker
D: Dat aVal idat or
Q.no9.I fBi sanat tributeandA→B, ThenBi ssaidtobe_____
___byA.
A: Logi cal lyi mpl i
ed
B: Funct ional l
yi mpl ied
C: Logi cal lydet er mined
D: Funct ional lydet ermi ned
Q.no10.Sel ect*f rom empl oyeeWhatt ypeofst atementi st hi
s?
A: DML
B: Integrit
yconst raint
C: DDL
D: View
Q.no11.Whoi smor econcer nedaboutt heconcept uallev
eloft heDBMS
A: TheSy stemspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no12.I nE- Rdi agr am gener al
izati
oni srepresent edby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angle
D: Triangle
Q.no13.Theov er alldescripti
onofadat abasei scal led______.
A: Dat aintegr ity
B: Dat amani pul ation
C: Dat abaseschema
D: Dat adef initi
on
Q.no14.Whi choneoft hefollowingisnott rueforav i
ew:
A: Viewi sder ivedf rom othertables
B: Viewi sav ir
tual table.
C: Av iewdef initioni spermanent l
ystoredaspar toft hedatabase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no15.Dat ar edundancymayl eadto:
A: Dat aintegr ity
B: Atomi citypr obl em
C: Dat ainconsi stency
D: Dat aabst r action
Q.no16.Whent hechangescausedbyanabor tedt ransactionhavebeen
undone,
thet r
ansact ioni ssai dtobe_ _______
_ .
A: Failed
B: commi tted
C: par ti
all
ycommi t
ted
D: rolledback.
Q.no17.I nE- RDi agr am der i
vedat tr
ibutearer epresent edby __
_____
_.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no18.Whatdoy oumeanbyonet omanyr el
ationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no19.Thi skeyt hatuni quelyidentifi
eseachrecordiscalled
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fi
el dName
Q.no20.Tor emov ear elati
onf rom anSQLdat abase, weuset he__
____
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no21.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no22.Car tesianpr oducti nr el
at i
onalal
gebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no23.Rel ationalcal culusisa:
A: Procedur allanguage
B: Non- Pr ocedur allanguage
C: Dat adef initi
onl anguage
D: Highl evel language
Q.no24.Al laggr egatef unctionsexcept_ ____i
gnorenul lv
aluesint
heir
i
nput
coll
ect ion.
A: Count (att r
ibute)
B: Count (*)
C: Avg
D: Sum
Q.no25.4NFi sdesi gnedt ocopewi th:
A: Transitivedependency
B: Joindependency
C: Mul t
iv alueddependency
D: Functional dependency
Q.no26.Whi choft hef ollowingfi
eldshaswi dthof8bytes?
A: Memo
B: Number
C: Date/time
D: Hyper l
ink
Q.no27.Mi nimalSuper keysarecalled
A: Schemakey s
B: Candidat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no28.Thenat ural joi
ni sequalto:
A: Cartesi anPr oduct
B: Combi nat i
onofUni onandCar t
esianpr oduct
C: Combi nat i
onofsel ectionandCar tesianpr oduct
D: Combi nat i
onofpr ojectionandCar tesianpr oduct
Q.no29.Whi choft hef ollowingenabl esust ov iewdatafr
om atabl
e
basedona
specificcr iteri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no30.I nSQLt hest atementselect *fr
om R, Sisequival
entto_
____
__.
A: Select*f rom Rnat uraljoi
nS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no31.Whi choft hef ollowingi
sanunar yoper at
ion?
A: Selectionoper ation
B: Gener alizedsel ect i
on
C: Pri
mi tiveoper ati
on
D: Projectionoper at i
on
Q.no32.Whi chnamemustbeuni quewithi
nadat abase?
A: Table
B: Fi
eld
C: Recor d
D: Char acter
Q.no33.Themet hodofaccesswhi chuseskeyt ransformat
ioni
sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent i
al
Q.no34.TheRDBMSt erminologyforarowi s_
_______
.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no35.I ndomai nr elati
onalcalcul
uswecr eateav ari
ablef
or
every___ _____
A: Row
B: Column
C: Table
D: Attri
but e
Q.no36.Rel ati
onalAl gebr ais
A: DataDef i
nit
ionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: DataMani pulationLanguage
Q.no37.Whi choft hef ol
lowingisNotaRel ati
on-al
gebraOperat
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no38.I feverynon- keyat t
ri
buteisfuncti
onall
ydependentonthe
pri
mar ykey ,
therelationwi llbei n__ __
___
A: Fi
rstNor mal Form
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal For m
Q.no39.I none- to-manyr el
ationshipthetableon'many '
sideiscall
edas:
A: Par ent
B: Mast er
C: Sist er
D: Chi ld
Q.no40.Whi choft hef ollowingisnotal evelofdataabstracti
on?
A: Phy si calLev el
B: Critical Level
C: Logi cal Lev el
D: ViewLev el
Q.no41.A_ _____
_ _inat ablerepresentsar el
ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no42.Theempl oy eesal aryshouldnotbegr eatert
hanRs.2000.Thi sis
_______
A: integr it
yconst r
aint
B: refer entialconst raint
C: over -def i
nedconst r
aint
D: feasi bleconst raint
Q.no43.I nt he_ _____ __
__nor malf orm,acomposi teattr
ibuteisconver
ted
to
i
ndi vi
dualat tr
ibutes.
A: First
B: Second
C: Thi rd
D: Four th
Q.no44.Af unct i
onaldependencyi sar el
ationshi
pbet weenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Attr i
but es
Q.no45.Whi chnor malf or misconsi der
edadequat eforrelati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no46.Whi chofthef oll
owingisnotModi f
icat
ionoft heDatabase
A: Deletion
B: I
nser ti
on
C: Sorting
D: Updat ing
Q.no47.At ablej
oinedwi thitsel
fiscall
edas_ ____
_ _
_
A: Join
B: SelfJoi n
C: Out erJoin
D: Equi Join
Q.no48.Whati sar el
ationshipcall
edwheni ti
smai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binary
C: Ternar y
D: Quat ernary
Q.no49.Af il
emani pulati
oncommandt hatextr
actssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no50.The_ ___
__ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q.no51.Whi chofthef oll
owingoper at
ionisusedi fwear einter
estedi
n
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q. no52.At ableont hemanysi deofaonet omanyormanyt omany
relationshi p
must :
A: BeinSecondNor mal For m( 2NF)
B: BeinThi rdNor mal Form( 3NF)
C: Hav easi ngleat tri
butekey
D: Hav eacomposi tekey
Q. no53.At ablehasf i
eldsF1, F2, F3, F4, F5wi ththefollowingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor malization, t
hist ableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no54.Af terthef inalstatementofat ransact i
onhasbeenexecut ed,a
transact ionent ersi na_ _____ ___state.______ _
.
A: Active
B: aborted
C: Commi tted
D: Parti
allycommi tted
Q. no55.The_ _____ ___protocolensur esf r
eedom f r
om deadl ock.
A: Two- phasel ockingpr otocol
B: Stri
ctt wo-phasel ockingpr otocol
C: Rigoroust wo-phasel ockingpr ot
ocol
D: Timest ampor deringpr otocol
Q. no56.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eates_ _
____
A: Parent -
Childrelationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshipbet weent het ablesthatconnectt hem.
C: Networ kmodel betweent het ablesthatconnectt hem.
D: Manyt ooner elat i
onshipbet weent het ablest hatconnectt hem.
Q. no57.I nthe_ ____ __
_ _
_nor malf orm, acomposi t
eattri
butei sconverted
to
i
ndi vidualat tri
butes
A: Fi
rst
B: Second
C: Third
D: Four th
Q.no58.Doesi ndext akespacei nt hedisk?
A: Indexesar enev erstoredondi sk
B: Itstor esmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no59.Af unct ionaldependencyoft heform x—>yi strivalif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no60.I nther elationalmodel ,t
henumberofat tr
ibutesandnumberof
tuples
i
riar elationar et ermedas_ _
_____ ___
and_ _____
_ _
______respectivel
y
A: Car dinal i
ty,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Car dinal i
ty,degr ee
Q.no1.A‘ book’ isa_ ________
typeofent i
ty.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no2.Aggr egat ef unctionsarefunct i
onst hattakea_ __________asinput
and
returnasi ngl ev alue.
A: Collect ionofv alues
B: Singlev alue
C: Aggr egat ev alue
D: Tabl es
Q.no3.E- Rmodelusest hi
ssy mbolt orepresentweakent ityset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout linedr ectangle
D: Dot teddi amond
Q.no4.Fort hegi vensetoff unctionaldependencyF, it
’sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no5.Keyt orepresentr elat
ionshipbetweent ablesiscall
ed
A: Primar ykey
B: Secondar yKey
C: Forei gnKey
D: Candi dateKey
Q.no6.Thedat abaseenv ir
onmenthasal lofthefollowi
ngcomponent
s
except __ ______
A: User s.
B: Separ atef i
l
es
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no7.Hi erarchi
calmodeli salsocalled_________
.
A: Treest ructure
B: PlexSt ructure
C: Nor mal i
zeSt r
uct ure
D: Tabl eSt r
ucture
Q.no8.Theconcept ualmodeli s________
_ .
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof t
war e
D: Independentofbot hhar dwar eandsof tware
Q.no9.I nanEnt it
y -
Rel ationshipDiagram “Diamonds”
represent s____________ _
_ ____
A: Attribut es
B: Mul ti-
v aluedattri
but es
C: Weakent i
tyset
D: Relat ionshipset s
Q.no10.Whi choft hef ollowingi st
hest ructur
eoft heDatabase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no11.I nSQL‘ relationAcont ainsrelat
ionB’ canbewr i
ttenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no12.Thebasi cdat at y pechar (n)isa_ _
_ __l
engt hcharacterstr
ingand
varchar(n)i s_ _ ___l engt hchar act er
A: Fi
xed, equal
B: Equal, var iabl e
C: Fi
xed, var i
abl e
D: Variabl e,equal
Q.no13.I nwhi chst ateonegat her sandl i
stallthenecessar yfi
eldsfort
he
databasedesi gnpr oject.
A: DataDef i
ni tion
B: DataRef i
nement
C: Establishi ngRel at i
onshi p
D: Datadel et ion
Q.no14.Theuser swhouseeasy -to-usemenuar ecalled
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no15.Dat aMani pulationLanguage( DML)i snott o____
__
A: Createi nfor mat iont ablei ntheDat abase
B: I
nser ti
onofnewi nformat i
oni nt otheDat abase
C: Deletionofi nf ormat i
oni ntheDat abase
D: Modi ficat ionofi nformat i
oni nt heDat abase
Q.no16.Whi choft hef oll
owi ngat t
ri
but ecanbef ur
therdi
videdinto
subpar ts
A: Simpl eat tribut e
B: Multival uedat tri
but e
C: Composi teat tribut e
D: Derivedat tribut e
Q.no17.Whati sACI Dproper t
iesofTr ansact i
ons?
A: Atomi ci ty,Consi stency ,Isolation, Database
B: Atomi ci ty,Consi stency ,Isolation,Dur abil
ity
C: Atomi ci ty,Consi stency ,Inconsi stent ,
Dur abil
it
y
D: Automat i
cal l
y ,Concur rency ,Isolation,Dur abi
li
ty
Q.no18.Asubschemaexpr esses_ ___ _
____.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal vi
ew
D: Thei nter nal view
Q.no19.Toappl yt heaggr egat ef unct i
on,toagr oupofsetof
tuples_ ______clausei s
used.
A: Groupby
B: hav ing
C: select
D: wher e
Q.no20.Whi choneoft hefollowi nguniquelyi
dentif
iest
heelement
sinthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: For eignkey
D: Composi t
ekey
Q.no21.Whi choft hefollowingshoul dbeusedt ofi
ndthemeanofthe
salary?
A: Mean( salary )
B: Av g(salary)
C: Sum( salary)
D: Count (
salary )
Q.no22.The_ _ ____
connect i
vei susedt otestforabsenceofset
member ship.
A: except
B: exist s
C: noti n
D: in
Q.no23.Cr ossPr oductisa:
A: Unar yOper ator
B: Ter naryOper ator
C: Binar yOper at or
D: Notanoper ator
Q.no24.Al laggr egatefuncti
onsexcept_ __
__ignorenul
lval
uesint
hei
r
i
nput
collection.
A: Count (
attri
but e)
B: Count (
*)
C: Av g
D: Sum
Q.no25.Car tesianpr oductinr elati
onalalgebr
ai s:
A: aUnar yoper ator
B: aBi naryoper ator
C: aTer naryoper ator
D: notdef i
ned
Q.no26.Thet erm_ ______i
susedt or ef
ertoar ow.
A: Attribute
B: Tupl e
C: Field
D: Instance
Q.no27.Whi choft hefoll
owingaret heproper ti
esofent it
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no28.Whi chSQLQuer yisusetor emov eat ableandal litsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no29.Whi choft hefoll
owingintrueregar dingRef erentialIntegr
it
y?
A: Ever ypr i
mar y-keyvaluemustmat chapr imar y-keyv alueinan
associ atedt abl e
B: Ever ypr i
mar y-keyvaluemustmat chaf oreign-keyv aluei nanassociated
table
C: Ever yforei gn-keyv al
uemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ev eryforei gn-keyv al
uemustmat chaf oreign-keyv alueinanassoci at
ed
table
Q.no30._ ____ __producest herel
ati
ont hathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersection
Q.no31.Thecol l
ect i
onofinter
rel
ateddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst r action
Q.no32.Af unct i
ont hathasnopar t
ialfunctionaldependenci esisin
______
_f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.Funct ionalDependenci esarethetypesofconst r
aint
sthatare
based
on______
A: Key
B: Keyrev i
sited
C: Super setkey
D: Tuple
Q.no34.NULLi s__________.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandblankforcharacter
D: Notav alue
Q.no35.Cust omerwi t
hdr awi
ngmoneyf r
om ATM i sanexampl e
of____
_ ___ _
_
A: Applicationpr ogrammer
B: Naïveuser
C: Special i
zeduser
D: Sophi sti
cat eduser
Q.no36.whi choft hefollowingisnotadat abaseobject
?
A: Tables
B: Queries
C: Rel
at i
onshi ps
D: Repor ts
Q.no37.Af i
lemani pulati
oncommandt hatextractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no38.Whi choft hef oll
owingf i
eldshaswidthof8by tes?
A: Memo
B: Number
C: Date/t i
me
D: Hy per l
ink
Q.no39.At ablejoi nedwi thitselfiscall
edas_ __
_____
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no40.I nSQLt hest atementsel ect*fr
om R,Sisequivalentto____
___.
A: Select*f rom Rnat ural j
oinS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerj oinS
Q.no41.Whi choft hef ollowingi sanunar yoperati
on?
A: Select ionoper at ion
B: Gener ali
zedsel ect i
on
C: Primi tiveoper at i
on
D: Proj ectionoper ation
Q.no42.I none- t
o- manyr elat
ionshi pthetableon'many '
sidei scal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no43.I nthe_ __ ___ __
_ _nor malf orm,acomposi t
eat tr
ibuteisconvert
ed
t
o
i
ndi vi
dualat tri
but es.
A: First
B: Second
C: Third
D: Four th
Q.no44.A_ ______ _inat abler epresentsar el
ati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no45.Rel ati
onalAl gebr ais
A: Dat aDef i
nit
ionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: Dat aMani pulat i
onLanguage
Q.no46.Whi choft hef oll
owingisNotaRel ati
on-algebraOper ati
on
A: Sel ect
B: Uni on
C: Rename
D: Dr opt abl e
Q.no47.I fev er ynon-keyat t
ri
buteisfuncti
onal l
ydependentont he
pri
mar ykey ,
ther elat i
onwi llbein___ __
__
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no48.Whi choft hef oll
owingisnotal evelofdat aabst ract
ion?
A: Phy sical Lev el
B: Cr i
tical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no49.TheRDBMSt erminologyforarowi s_
______ _.
A: Tupl e.
B: Rel at i
on.
C: At tri
but e.
D: Degr ee.
Q.no50.Whati sar el
ationshi
pcalledwheni ti
smai ntai
nedbet weent
wo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nar y
Q.no51.Whi choft hef oll
owingisnotapr oper t
yofat ransacti
on?
A: At omi city
B: Consi st ency
C: Integr ity
D: Dur abi lity
Q.no52.Whi choft hef oll
owingisnottruef orNor mal i
zation?
A: Remov esr edundancy
B: Remov esi nser ti
onanomal y
C: Decomposest herelati
on
D: Quer yexecut i
onbecomesf ast
er
Q.no53.Cr eat etableempl oyee(namev archar, i
dint eger)Whatt y
peof
stat ement
i
st his?
A: DML
B: DDL
C: View
D: Integrityconst raint
Q. no54.Dupl icat ionofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisol ation
C: Dat ainconsi stency
D: Dat ar edundancy
Q. no55.Whi char et het woway sinwhichent it
iescanpart
ici
pateina
relat i
onshi p?
A: Passi v eandact i
ve
B: Tot alandpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar t i
al
Q. no56.Ther esul toftheUNI ONoper ationbet weenR1andR2i sa
relat i
ont hat
i
ncl udes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q. no57.Amongstt heACI Dproperti
esofat ransact
ion,
the'Durabi
li
ty'
proper ty
requi res.t hatt hechangesmadet othedat abasebyasuccessful
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcrash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no58.Consi dert hef oll
owing
S1:For ei
gnkeyal lowsnul lvalues.
S2:Ev er ybi nar yt ablesi si
nBCNF
Whi choft hef ol lowi ngist r
ue?
A: Bot hS1andS2ar etrue
B: S1i st rue
C: S2i st rue
D: Bot hS1andS2ar efalse
Q.no59.I far elat ioni si nBCNF, thenitisal soin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no60.I fever ynon- keyat t
ributei sfuncti
onal lydepedentpri
marykey,
thent he
rel
ationwi l
lbei n_ __ __________.
A: Fi
rstnor mal for m
B: Secondnor mal form
C: ThirdNor mal for m
D: Four thnor mal f or m
Q.no1.I nE- Rdi agr am gener alizati
oni srepr esentedby
A: El
lipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no2.Dat ar edundancymayl eadt o:
A: Dat aint egrity
B: Atomi citypr obl em
C: Dat ainconsi stency
D: Dat aabst ract ion
Q.no3.Adat adi ct ionar yisar epositorythatmanages_ ____
A: Memor y
B: Met adat a
C: Spell Checker
D: Dat aVal i
dat or
Q.no4.E- Rmodelusest hi
ssy mbolt or epresentweakent it
yset?
A: Dot t
edr ect angl e
B: Diamond
C: Doubl yout linedr ectangle
D: Dot t
eddi amond
Q.no5.Whatdoy oumeanbyonet omanyr elati
onshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C:Onet eachercanhav eonecl ass
D:Manyt eacher smayhav emanycl asses
Q.
no6.Whoi smor econcer nedaboutt heconcept uallev
eloft heDBMS
A:TheSy st emspr ogr ammer
B:Theenduser
C:Client
D:DBA
Q.
no7.Rel at i
onalcal culusisa:
A:Procedur allanguage
B:Non- Pr ocedur al language
C:Dat adef i
ni ti
onl anguage
D:Highl ev el language
Q.
no8.Theov er alldescr i
pti
onofadat abaseiscalled______
.
A:Dat aint egr it
y
B:Dat amani pulat ion
C:Dat abaseschema
D:Dat adef i
ni ti
on
Q.
no9.Thi skeyt hatuni quelyi
dentif
ieseachr ecordiscalled
A:Primar yKey
B:KeyRecor d
C:Uni queKey
D:FieldName
Q.
no10.I fBi sanat tr
ibuteandA→B, ThenBi ssaidt obe_ ___
_ _
__byA.
A:Logi callyi mpl ied
B:Funct ional lyimpl ied
C:Logi callydet ermi ned
D:Funct ional lydet ermi ned
Q.
no11.Sel ect*f rom empl oyeeWhatt ypeofstatementist hi
s?
A:DML
B:I
nt egrityconst raint
C:DDL
D:View
Q.
no12.4NFi sdesi gnedt ocopewi th:
A:Transi tivedependency
B:Joindependency
C:Mul tival ueddependency
D:Funct ional dependency
Q.
no13.I nE- RDi agr am der i
vedattri
but earerepresentedby __
_ _
___
_.
A:Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no14.E- Rmodel ingt echni queis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -leftappr oach
D: Treest ructure
Q.no15.Whent hechangescausedbyanabor tedt r
ansacti
onhav ebeen
undone,
thet r
ansact i
onissai dt obe_ _______
_.
A: Failed
B: commi tted
C: part i
al l
ycommi tted
D: roll
edback.
Q.no16.Whi choneoft hef ollowingisnottruef orav i
ew:
A: Viewi sder iv
edf rom ot hert ables
B: Viewi sav i
rt
ual table.
C: Av iewdef i
nit
ioni sper manent l
ystor
edaspar toft hedatabase.
D: Viewnev ercont ai nsder ivedcol umns.
Q.no17.Aggr egat ef unct i
onsar efuncti
onst hatt akea_ _
________
_as
i
nputand
ret
ur nasi ngl evalue.
A: Col l
ect ionofv al ues
B: Singl ev al ue
C: Aggr egat evalue
D: Tabl es
Q.no18.Tor emov ear elationf rom anSQLdat abase, weuset he____
__
command.
A: Delet e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no19.A‘ book’ isa_ __ _
__ ___typeofentit
y.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no20.Toappl yt heaggr egat efuncti
on,toagr oupofsetof
tuples___ ___ _clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q.no21.Asubschemaexpr esses_ ________.
A: Thel ogical v i
ew
B: Thephy si cal view
C: Theext er nal view
D: Thei nter nal vi
ew
Q.no22.Whati sACI Dproperti
esofTr ansact i
ons?
A: Atomi city ,Consi stency,I
solation,Dat abase
B: Atomi city ,Consi stency,I
solation,Dur abil
ity
C: Atomi city ,Consi stency,I
nconsi stent,Dur abil
it
y
D: Automat ical ly,Concurrency,Isolation,Dur abi
li
ty
Q.no23.I nwhi chst ateonegat hersandl istallthenecessar
yfiel
dsfort
he
databasedesi gnpr oject.
A: DataDef ini ti
on
B: DataRef inement
C: Establishi ngRel ati
onship
D: Datadel et i
on
Q.no24.Cr ossPr oductisa:
A: Unar yOper ator
B: Ternar yOper ator
C: BinaryOper at or
D: Notanoper ator
Q.no25.Theuser swhouseeasy -to-usemenuar ecal
led
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no26.Whi choft hef ol
lowingenabl esust oviewdatafrom atabl
e
basedona
specificcr i
t erion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no27.Whi choft hef oll
owingarethepropertiesofent i
ties?
A: Groups
B: Tabl e
C: Attribut es
D: Swi tchboar ds
Q.no28.Theempl oy eesalaryshouldnotbegr eaterthanRs.2000.Thi si
s
_______
A: i
nt egr i
tyconst rai
nt
B: referent ialconstraint
C: over -def i
nedconst r
aint
D: feasi bleconst rai
nt
Q.no29.I ndomai nrelati
onalcalcul
uswecr eateav ar
iablef or
every_ ___ ____
A: Row
B: Col umn
C: Tabl e
D: Attribut e
Q.no30.Whi choft hef oll
owingisnotModificationoft heDat abase
A: Del etion
B: I
nser ti
on
C: Sor ti
ng
D: Updat ing
Q.no31.Thet erm_ _ _____i
susedt oref
ertoar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no32.Whi chnor malf ormisconsideredadequat eforr elati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.Themet hodofaccesswhi chuseskeyt ransformat i
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no34._ ___ ___pr oducest herelati
ont hathasat tri
butesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Product
D: Inter sect ion
Q.no35.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no36.The_ __
_ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ure
D: Primar ykey
Q.no37.Whi choft hef oll
owingint rueregar dingRef erentialInt
egri
ty?
A: Ev erypr imar y-
keyv aluemustmat chapr imar y-keyv alueinan
associ at edt able
B: Ever ypr imar y
-keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
table
C: Ev eryf orei gn-keyv al
uemustmat chapr i
mar y
-keyv aluei nan
associ at edt able
D: Ev eryf orei gn-keyv al
uemustmat chaf oreign-keyv alueinanassociated
table
Q.no38.Mi nimalSuper keysar ecalled
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Att ri
but ekey s
Q.no39.Af unct ionaldependencyi sar el
ationshi pbet weenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Att ri
but es
Q.no40.Whi chSQLQuer yisuset or emov eat ableandal litsdataf
rom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no41.Thenat ural j
oi nisequalt o:
A: Car tesi anPr oduct
B: Combi nat i
onofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ectionandCar t
esianpr oduct
D: Combi nat i
onofpr ojectionandCar t
esianpr oduct
Q.no42.I fev erynon- keyat tr
ibut
eisf unct i
onall
ydependentont he
pri
mar ykey ,
therel ationwi llbei n_ ______
A: Fi
r stNor mal Form
B: SecondNor mal For m
C: Thir dNor mal Form
D: Four thFor mal For m
Q.no43.Cust omerwi thdrawi ngmoneyf rom ATM i sanexample
of_____ ___ __
A: Appl icat ionpr ogr ammer
B: Naï veuser
C: Speci al izeduser
D: Sophi sticateduser
Q.no44.I none- to-manyr elat
ionshipthet ableon' many'si
deiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no45.I nt he_ _ ______ __nor malform, acomposi t
eat t
ri
butei
sconv er
ted
to
i
ndividualat tri
but es.
A: Fi
r st
B: Second
C: Thir d
D: Four th
Q.no46.Whi choft hef ollowingisNotaRel ati
on-algebr
aOperati
on
A: Select
B: Uni on
C: Rename
D: Dropt abl e
Q.no47.Whi choft hef ollowingisnotal evelofdat aabstr
acti
on?
A: Phy sical Lev el
B: Crit
ical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no48.Rel ationalAl gebr ais
A: DataDef i
nitionLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: DataMani pul ationLanguage
Q.no49.TheRDBMSt erminologyf orar owis_______
_.
A: Tupl e.
B: Relat ion.
C: Attri
but e.
D: Degr ee.
Q.no50.At ablej oinedwi thitselfiscal l
edas_ ___
____
A: Join
B: SelfJoi n
C: OuterJoi n
D: Equi Joi n
Q.no51.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst or esmemor yasandwhenr equi r
ed
C: Indexest akenospace
D: Yes, Indexesar est or edondi sk
Q.no52.Af tert hef inalst atementofat ransacti
onhasbeenexecut ed,
a
t
ransact ionent ersi na_ ________state. __
_____.
A: Activ e
B: abor ted
C: Commi tted
D: Partial lycommi tt
ed
Q.no53.I nt her elati
onalmodel ,thenumberofat t
ri
butesandnumberof
t
upl es
i
riar elat ionar et ermedas_ _
_ _
__ ____and_ ___
_________
_respecti
vel
y
A: Cardi nal ity
, domai n
B: Degr ee, cardi nalit
y
C: Domai ndegr ee
D: Cardi nal ity
, degr ee
Q.no54.Af unct ionaldependencyoft heform x—>yi st r
ivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no55.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eates______
A: Parent-
Chi l
dr el
at ionshipbet weent hetablest hatconnectthem
B: Manyt omanyr elati
onshi pbet weent hetablesthatconnectt hem.
C: Networkmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elationshipbet weent hetablest hatconnectthem.
Q.no56._ ____ _
_al lowust oident if
yuniquelyat upleinther elati
on.
A: Superkey
B: Domai n
C: Attr
ibute
D: Schema
Q.no57.Whi choft hef oll
owi ngoper ati
onisusedi fwear einterestedin
only
certai
ncol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNION
D: JOIN
Q.no58.At ablehasf i
eldsF1, F2, F3, F4,F5wi ththefollowingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI
,F2)—>F5
Intermsofnor mal ization,thistableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no59.At ableont hemanysi deofaonet omanyormanyt omany
rel
ationship
must :
A: BeinSecondNor mal Form( 2NF)
B: BeinThi rdNor mal Form( 3NF)
C: Haveasi ngleat tributekey
D: Haveacomposi tekey
Q.no60.I nthe_ _ _
_ ______nor malf orm, acomposi t
eattri
butei sconverted
to
i
ndi vi
dualat tri
but es
A: First
B: Second
C: Thi rd
D: Four th
Q.no1.I nanEnt ity-Relationshi
pDi agr
am “Diamonds”
represent s_ _ __________ _
_ ___
_
A: Attribut es
B: Mul ti-
v aluedat tr
ibutes
C: Weakent ityset
D: Rel ati
onshi pset s
Q.no2.Hi erar chicalmodeli salsocall
ed_______
__.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt r
uct ure
D: Tabl eSt ructure
Q.no3.Whi choft hef oll
owi ngshouldbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary)
B: Av g(sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no4.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponents
except _ _
_ __ ___
A: User s.
B: Separ at ef il
es
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no5.Thebasi cdat atypechar (
n)isa_ ___
_lengthcharacterst
ri
ngand
varchar (n)i s_ ____l engthchar act
er
A: Fixed, equal
B: Equal ,v ariable
C: Fixed, v ariable
D: Var iable, equal
Q.no6.Whi choft hef oll
owi ngisthestruct
ureoftheDat abase?
A: Tabl e
B: .Schema
C: Rel ati
on
D: Struct ure
Q.no7.Whi choneoft hef ol
lowi nguni quelyidenti
fi
estheelementsint
he
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no8.Dat aMani pulationLanguage( DML)i snotto_____
_
A: Createi nformat i
ont ableintheDat abase
B: Inserti
onofnewi nformat i
oni ntot heDat abase
C: Deletionofi nfor mat i
oni ntheDat abase
D: Modi ficat i
onofi nformat i
oni nt heDat abase
Q.no9.The_ _ _
_ _
_ connect iveisusedt ot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no10.Al laggr egat ef uncti
onsexcept_ ____ignorenul
lvaluesi
nthei
r
i
nput
coll
ect i
on.
A: Count (at tri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no11.Fort hegi vensetoff unct ionaldependencyF, i
t’
sclosurei
s
denot edas
A: F+
B: FC
:F*
D: F_
Q.no12.Dat aredundancymayl eadt o:
A: Dat aint egrity
B: Atomi ci typrobl em
C: Dat ainconsi stency
D: Dat aabst racti
on
Q.no13.I nSQL‘ relati
onAcont ainsr el
ationB’ canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no14.Whi choft hef ollowingat t
ri
but ecanbef ur
therdi
videdint
o
subpar t
s
A: Simpl eat tri
but e
B: Mul ti
v aluedat tri
but e
C: Composi teat tribut e
D: Der ivedat t
r i
but e
Q.no15.Theconcept ualmodeli s_________.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof tware
D: Independentofbot hhar dwar eandsof tware
Q.no16.I nE- Rdi agr am gener alizati
oni srepresentedby
A: Ell
ipse
B: Dashedel lipse
C: Rect angl e
D: Triangl e
Q.no17.Adat adi ct i
onar yisar epositorythatmanages_ _
__ _
A: Memor y
B: Met adat a
C: Spel lChecker
D: Dat aVal i
dat or
Q.no18.Car tesianpr oductinr elati
onalal gebrais:
A: aUnar yoper at or
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no19.Keyt or epr esentr elati
onshi pbet weent abl
esiscalled
A: Primar ykey
B: Secondar yKey
C: For ei
gnKey
D: Candi dateKey
Q.no20.Asubschemaexpr esses_ ________.
A: Thel ogi cal view
B: Thephy sical view
C: Theext ernal view
D: Thei nt ernal view
Q.no21.Whati sACI Dpr oper t
iesofTr ansacti
ons?
A: Atomi city,Consi stency ,I
solat i
on, Database
B: Atomi city, Consist ency ,I
sol ation, Durabil
i
ty
C: Atomi city, Consi stency ,Inconsi stent,Durabilit
y
D: Aut omat ically,Concur r
ency ,I
sol ation,Durabi l
i
ty
Q.no22.Rel ationalcal cul
usi sa:
A: Procedur al l
anguage
B: Non- Procedur allanguage
C: Dat adef initi
onl anguage
D: Highl evel language
Q.no23.Whoi smor econcer nedaboutt heconcept uall
ev eloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no24.Aggr egatef unctionsar ef unctionst hattakea_ _________
_as
i
nputand
ret
ur nasi ngl ev alue.
A: Col l
ectionofv alues
B: Singlev alue
C: Aggr egat ev alue
D: Tabl es
Q.no25.Whi choneoft hef ollowingi snottruef oraview:
A: Viewi sder ivedf rom ot hert ables
B: Viewi sav i
rtualt able.
C: Av iewdef initi
oni spermanent lyst or
edaspar tofthedat abase.
D: Viewnev ercont ai nsder ivedcol umns.
Q.no26.Theempl oy eesal aryshoul dnotbegr eatert
hanRs.2000.Thi si
s
_______
A: i
nt egri
tyconst raint
B: referential const raint
C: over -
def i
nedconst r
aint
D: feasibleconst raint
Q.no27.Funct i
onalDependenci esar ethetypesofconst r
aintsthatar
e
based
on__ ____
A: Key
B: Keyr evisited
C: Super setkey
D: Tupl e
Q.no28.Whi choft hef oll
owi ngf ieldshaswi dt hof8by tes?
A: Memo
B: Number
C: Date/time
D: Hyper l
ink
Q.no29.Whi choft hef ollowingenabl esust oviewdat afrom at
abl
e
basedona
specificcr i
t eri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no30.Whi choft hef ollowingisanunar yoperation?
A: Selectionoper ation
B: Gener alizedsel ection
C: Pri
mi tiveoper at i
on
D: Projectionoper ation
Q.no31.NULLi s__ ________.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar act
er
C: Thesameas0f orintegerandbl ankf orcharacter
D: Notav al ue
Q.no32.Af uncti
ont hathasnopar ti
alfunct i
onaldependenciesisi
n
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no33.whi choft hef ol
lowi ngisnotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relati
onshi ps
D: Repor ts
Q.no34.Whi choft hef ollowingaret heproper t
iesofent i
ti
es?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no35.A_ _____
_ _inat ablerepresentsar elat
ionshipamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no36.I nSQLt hestatementsel ect*fr
om R, Sisequi
v alentto_ ___
___.
A: Select*fr
om Rnat ural j
oinS
B: Select*fr
om Rcr ossjoinS
C: Select*fr
om Runi onjoinS
D: Select*fr
om Ri nnerjoinS
Q.no37.Thecol l
ecti
onofi nterrel
ateddataiscal l
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabstracti
on
Q.no38.Whati sarelat
ionshi pcall
edwheni tismaintainedbet weentwo
entit
ies?
A: Unar y
B: Binary
C: Ternary
D: Quat er
nary
Q.no39.Af i
lemanipulationcommandt hatextract
ssomeoft herecor
ds
fr
om a
fi
leiscal l
ed
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no40.I none-to-
manyr elat
ionshipthetableon' many 'sideiscalledas:
A: Parent
B: Mast er
C: Sister
D: Child
Q.no41.Whi chnor malfor mi sconsideredadequat ef
orr elat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no42.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no43.At ablej oinedwi thit
selfiscall
edas_ __
_ ____
A: Joi n
B: Sel fJoin
C: Out erJoi n
D: Equi Join
Q.no44._ ___ ___producest herel
ationthathasat tr
ibut esofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no45.Themet hodofaccesswhi chuseskeyt ransf ormat i
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no46.Rel at i
onalAl gebr ais
A: Dat aDef i
ni t
ionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pulati
onLanguage
Q.no47.Whi choft hef oll
owingint r
ueregar dingRef erent i
alInt
egri
ty?
A: Ev erypr imar y-keyv aluemustmat chaprimar y-keyv alueinan
associ atedt abl e
B: Ever ypr imar y-keyv aluemustmat chaforeign-keyv aluei nanassociat
ed
table
C: Ev eryfor eign-keyv aluemustmat chapr i
mar y
-keyv al ueinan
associ atedt abl e
D: Ev eryfor eign-keyv aluemustmat chaf oreign-keyv alueinanassociated
table
Q.no48.Thenat ural j
oinisequalt o:
A: Car tesianPr oduct
B: Combi nat ionofUni onandCar tesianproduct
C: Combi nat ionofsel ect i
onandCar t
esi
anpr oduct
D: Combi nationofpr oj
ect ionandCar tesianproduct
Q.no49.TheRDBMSt ermi nologyf orar owi s_____
_ _
_.
A: Tupl e.
B: Relat i
on.
C: Attribut e.
D: Degr ee.
Q.no50.Whi chSQLQuer yi suset oremov eat ableandallitsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no51.Whi char ethet woway sinwhi chent i
tiescanpar t
ici
pateina
rel
at i
onshi p?
A: Passi v eandact i
ve
B: Tot al andpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar t
ial
Q.no52.Whi choft hef ollowingi snott rueforNor malizat
ion?
A: Remov esr edundancy
B: Remov esi nser t
ionanomal y
C: Decomposest her elation
D: Quer yexecut i
onbecomesf ast
er
Q.no53.Ther esultoft heUNI ONoper ationbetweenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q.no54.The_ ________pr otocolensur esf reedom from deadlock.
A: Two- phasel ockingpr ot ocol
B: Strictt wo- phasel ockingpr otocol
C: Rigor oust wo-phasel ockingpr otocol
D: Timest ampor deri
ngpr otocol
Q.no55.Cr eatetabl eempl oyee( namev archar,idint
eger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrit
yconst raint
Q. no56.Whi choft hefol l
owi ngisnotapr opertyofat ransact
ion?
A: Atomi city
B: Consi stency
C: Integrit
y
D: Dur abil
ity
Q. no57.Dupl icat ionofdat aatsev eralplacesi sknownas_ ___
A: Concur rentaccessanomal i
es
B: Dat aisolation
C: Dat ainconsi stency
D: Dat aredundancy
Q. no58.I far elat ionisi nBCNF, thenitisalsoi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no59.Consi dert hef oll
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi nar yt ablesi sinBCNF
Whi choft hef ol lowi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i strue
C: S2i strue
D: Bot hS1andS2ar efalse
Q. no60.Amongstt heACI Dpr operti
esofat ransacti
on, t
he'Durabi
li
ty'
proper ty
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, eveni ft hereisaf ail
ureofanyki nd
Q. no1.Whent hechangescausedbyanabor tedtransacti
onhav ebeen
undone,
thet r
ansact i
oni ssai dtobe_ _______
_ .
A: Failed
B: commi t
ted
C: par ti
all
ycommi t
ted
D: rolledback.
Q.no2.Sel ect*f rom empl oyeeWhatty peofstatementisthi
s?
A: DML
B: Integrityconst raint
C: DDL
D: View
Q.no3.Hi er archi calmodeli salsocall
ed______
___.
A: Treest r
uct ur e
B: PlexSt r
uct ur e
C: Nor mal izeSt r
uct ure
D: Tabl eSt ruct ure
Q.no4.Theuser swhouseeasy -t
o-usemenuar ecall
ed
A: Sophi sticatedenduser s
B: Naï veuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no5.4NFi sdesi gnedt ocopewi t
h:
A: Transi ti
v edependency
B: Joindependency
C: Mul tivalueddependency
D: Funct ional dependency
Q.no6.I nanEnt ity-Relat
ionshi
pDiagram “Diamonds”
represent s_ ____ ____ _
_______
_
A: Attributes
B: Mul ti-
valuedat tr
ibutes
C: Weakent it
yset
D: Rel ati
onshi pset s
Q.no7.I nE- RDi agr am deri
vedattr
ibutearerepresentedby__
___
___
.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no8.Theov eralldescripti
onofadat abaseiscalled___
___.
A: Dat aintegr ity
B: Dat amani pul ation
C: Dat abaseschema
D: Datadef initi
on
Q.no9.Whi choft hef ollowingshouldbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary )
B: Avg(sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no10.E- Rmodel ingt echniqueis:
A: Top-downmet hod
B: Bottom- upmet hod
C: Right-l
ef tappr oach
D: Treest ruct ure
Q.no11.E- Rmodelusest hissymboltorepresentweakentityset?
A: Dottedr ectangl e
B: Diamond
C: Doubl yout l
inedr ectangle
D: Dotteddi amond
Q.no12.Cr ossPr oducti sa:
A: UnaryOper ator
B: TernaryOper ator
C: BinaryOper ator
D: Notanoper ator
Q.no13.I fBi sanat t r
ibuteandA→B, ThenBi ssaidtobe________byA.
A: Logicallyi mpl ied
B: Functional l
yimpl ied
C: Logicallydet ermi ned
D: Functional l
ydet ermi ned
Q.no14.Tor emov ear elati
onf r
om anSQLdat abase,weuset he_ _
___
_
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no15.A‘ book’ isa_ _ ____
___ty
peofentit
y.
A: concept ual
B: concret e
C: real
D: abstract
Q.no16.Thi skeyt hatuni quelyi
denti
fi
eseachr ecordiscal
led
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: FieldName
Q.no17.Whatdoy oumeanbyonet omanyr elationshi
pbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no18.Toappl ytheaggr egatefuncti
on,toagr oupofsetof
tuples__ _____ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no19.I nwhi chstat eonegat hersandli
stallthenecessaryfi
eldsfort
he
databasedesi gnpr oject.
A: Dat aDef i
ni t
ion
B: Dat aRef i
nement
C: Establ i
shi ngRel ationship
D: Dat adel etion
Q.no20.Rel at i
onalcal culusisa:
A: Procedur al language
B: Non- Procedur al l
anguage
C: Dat adef initionlanguage
D: Highl ev el l
anguage
Q.no21.I nE- Rdi agram gener ali
zati
onisrepresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no22.Al laggr egat efunctionsexcept_____ignorenullv
aluesinthei
r
i
nput
coll
ect i
on.
A: Count (
at t
ribut e)
B: Count (
* )
C: Av g
D: Sum
Q.no23.The_ _
__ __connecti
veisusedtotestforabsenceofset
member shi p.
A: except
B: exist s
C: noti n
D: in
Q.no24.Aggr egatef uncti
onsarefuncti
onsthattakea_ _______
__ _as
i
nputand
ret
ur nasi ngl evalue.
A: Col lect i
onofv alues
B: Singl ev al ue
C: Aggr egat evalue
D: Tabl es
Q.no25.Whoi smor econcernedabouttheconceptuall
ev eloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no26.Whi choft hefol
lowingisNotaRelati
on-al
gebraOper ation
A: Select
B: Uni on
C: Rename
D: Dropt abl e
Q.no27.Funct i
onalDependenci esarethetypesofconst r
aintsthatare
based
on___ __ _
A: Key
B: Keyr ev isited
C: Super setkey
D: Tupl e
Q.no28.Whi choft hefol
lowingisanunaryoperati
on?
A: Select i
onoper at i
on
B: Gener alizedsel ection
C: Primi t i
veoper ation
D: Proj ect i
onoper at i
on
Q.no29.Whi choft hefol
lowingfi
eldshaswidthof8by tes?
A: Memo
B: Number
C: Dat e/time
D: Hy perlink
Q.no30.I fev erynon- keyat tr
ibut
eisfuncti
onallydependentonthe
pri
mar ykey ,
ther elati
onwi llbei n__ ____
_
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal For m
D: Four thFor mal Form
Q.no31.Whi choft hef oll
owingisnotModi f
icationoftheDatabase
A: Del eti
on
B: I
nser t
ion
C: Sor ti
ng
D: Updat ing
Q.no32.I ndomai nr elati
onalcalculuswecreateav ar
iabl
efor
every ________
A: Row
B: Col umn
C: Tabl e
D: At t
ribute
Q.no33.NULLi s___ _
_ _____.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f ori ntegerandblankforcharacter
D: Notav al
ue
Q.no34.Thet erm_ ___ ___i
susedt orefert
oar ow.
A: At t
ribute
B: Tupl e
C: Field
D: Instance
Q.no35.The_ _ ____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: St r
uctur e
D: Pr i
mar ykey
Q.no36.Theempl oyeesal aryshouldnotbegr eaterthanRs.2000.Thi
sis
_______
A: i
nt egrityconst raint
B: referent ial constraint
C: over -def inedconst r
aint
D: feasi bleconst raint
Q.no37.Whi choft hef ollowi
ngisnotal evelofdat
aabstraction?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no38.Af unct i
ont hathasnopar ti
alfuncti
onaldependenciesisin
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no39.I nt he_ _
_ _
_ _____normalform,acomposi t
eattr
ibuteisconver
ted
to
i
ndiv i
dualat tri
but es.
A: Fir
st
B: Second
C: Third
D: Four th
Q.no40.Whi choft hef ollowi
ngenabl esustov i
ewdatafrom at abl
e
basedona
specificcr i
t erion
A: For m
B: Quer y
C: Macr o
D: Repor t
Q.no41.Cust omerwi thdrawi
ngmoneyf rom ATM i
sanexampl e
of______ ___ _
A: Appl icat ionpr ogrammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sticat eduser
Q.no42.Mi nimalSuper keysarecall
ed
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no43.Af uncti
onaldependencyi sar elat
ionshi
pbet weenoramong:
A: Tabl es
B: Rows
C: Relat ions
D: Attribut es
Q.no44.whi chofthefoll
owi ngisnotadat abaseobject?
A: Tabl es
B: Quer ies
C: Relat ionships
D: Repor ts
Q.no45.Whi chnamemustbeuni quewi thi
nadat abase?
A: Tabl e
B: Fi
el d
C: Recor d
D: Char act er
Q.no46.At ablejoi
nedwithi tsel
fiscall
edas_ ___
____
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no47.TheRDBMSt ermi nologyforar owis______
__.
A: Tupl e.
B: Relat ion.
C: Attribut e.
D: Degr ee.
Q.no48.I none- t
o-manyrelationshipthetableon'many '
si deiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Child
Q.no49.Whi chSQLQuer yi suset oremov eatableandal lit
sdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no50.I nSQLt hestatementsel ect*fr
om R,Sisequivalentto____
___.
A: Select*f rom Rnaturalj
oi nS
B: Select*f rom Rcr ossj oi
nS
C: Select*f rom Runi onj oi
nS
D: Select*f rom Ri nnerj oi
nS
Q. no51._ ______al l
owust oidentif
yuniquelyatupl
eint herelati
on.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q. no52.Af terthef i
nalst atementofat r
ansacti
onhasbeenexecut ed,a
transact ionent er sina_ ________st
ate.____
___.
A: Act i
ve
B: aborted
C: Commi t
ted
D: Par t
iall
ycommi tted
Q. no53.At ablehasf ieldsF1, F2,F3, F4,F5witht
hef oll
owingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor mal ization,thi
st abl
eisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no54.I feverynon- keyat tr
ibuteisfuncti
onal
lydepedentprimar ykey,
thent he
relationwi l
lbei n___ __________.
A: Fi
rstnor mal f orm
B: Secondnor mal form
C: ThirdNor mal form
D: Four t
hnor mal form
Q. no55.I nthe_ _ ________nor malform, acomposit
eatt r
ibut
ei sconverted
to
i
ndi vidualat tri
but es
A: Fi
rst
B: Second
C: Third
D: Four t
h
Q. no56.At ableont hemanysi deofaonet omanyormanyt omany
rel
at i
onshi p
must :
A: Bei nSecondNor mal For m(2NF)
B: Bei nThi rdNor mal For m( 3NF)
C: Hav easi ngleat tributekey
D: Hav eacomposi tekey
Q.no57.I nt her elat i
onalmodel ,thenumberofat tribut
esandnumberof
tuples
i
riar elationar et er medas_ ___
_ _____
and_ ______ _
_ ____
_respect i
vel
y
A: Cardi nalit
y ,domai n
B: Degr ee, cardi nal i
ty
C: Domai ndegr ee
D: Cardi nalit
y ,degr ee
Q.no58.Whi choft hef ollowi ngoper ati
oni susedi fwear einterest
edin
only
certaincol umnsofat abl e?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q.no59.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no60.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eat
es_ _____
A: Parent -Chi l
dr el
at ionshi pbet weent het ablest hatconnectt hem
B: Manyt omanyr elationshi pbet weent het ablest hatconnectt hem.
C: Networ kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elationshi pbet weent het ablest hatconnectt hem.
Q.no1.Theconcept ualmodeli s_ _
_______.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwareandsof twar e
D: Independentofbot hhar dwareandsof t
war e
Q.no2.Whent hechangescausedbyanabor t
edt ransacti
onhav ebeen
undone,
thet r
ansact i
oni ssai dt obe_ __
_ _____.
A: Fail
ed
B: commi tted
C: parti
allycommi tted
D: roll
edback.
Q.no3.Dat ar edundancymayl eadt o:
A: Datai ntegr it
y
B: Atomi citypr oblem
C: Datai nconsi stency
D: Dataabst r
action
Q.no4.Whati sACI Dpr oper t
iesofTr ansactions?
A: Atomi city,Consi stency ,Isolati
on,Database
B: Atomi city,Consi stency ,Isolati
on,Durabili
ty
C: Atomi city,Consi stency ,Inconsistent,Durabil
i
ty
D: Automat ically,Concur rency ,I
solati
on, Durabi
li
ty
Q.no5.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponent
s
except__ ____ __
A: Users.
B: Separ atef il
es
C: Database.
D: Databaseadmi nistr
at or
Q.no6.I nanEnt ity-Rel
at ionshipDi agram “Diamonds”
represent s__ ___________ _____
A: Attri
but es
B: Multi-
v aluedat t
ributes
C: Weakent it
yset
D: Relationshi pset s
Q.no7.Hi erar chicalmodeli sal socalled________
_.
A: Treest ruct ure
B: PlexSt ruct ure
C: Normal i
zeSt r
uct ure
D: TableSt ructure
Q.no8.Keyt orepr esentr elati
onshi pbetweent ablesiscal
led
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dateKey
Q.no9.4NFi sdesi gnedt ocopewi th:
A: Transitivedependency
B: Joindependency
C: Mul t
iv alueddependency
D: Funct i
onal dependency
Q.no10.I nSQL‘ relat i
onAcont ainsr elati
onB’ canbewr it
tenas
A: Notexi stsBexceptA
B: exist sBexceptA
C: Notexi stsAexceptB
D: exist sAexceptB
Q.no11.Whi choft hef oll
owi ngist hest ructureoft heDat abase?
A: Tabl e
B: .Schema
C: Rel ation
D: Struct ure
Q.no12.Whi choneoft hefollowingi snott rueforav iew:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav i
rtual table.
C: Av iewdef initi
oni spermanent l
yst oredaspar toft hedat abase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no13.Fort hegi v ensetoff uncti
onaldependencyF, it
’sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no14.Sel ect*f rom empl oyeeWhatt ypeofst atementi st his?
A: DML
B: Integr it
yconst raint
C: DDL
D: View
Q.no15.Whi choft hef oll
owi ngat t
ribut ecanbef urtherdividedinto
subpar ts
A: Simpl eattribute
B: Mul tivaluedat t
ribut e
C: Composi teat tr
ibut e
D: Der ivedat tribute
Q.no16.Adat adict ionaryisar eposi torythatmanages_ _
_ __
A: Memor y
B: Met adata
C: Spel lChecker
D: Dat aVal i
dat or
Q.no17.Thebasi cdat atypechar (n)i sa_ ____lengt hchar acterstr
ingand
varchar(n)i s_ __ __lengt hchar acter
A: Fi
xed, equal
B: Equal, var iable
C: Fi
xed, var iable
D: Variabl e, equal
Q.no18.Whi choneoft hefollowi nguni quelyidentif
iestheelement
sinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no19.Dat aMani pul at i
onLanguage( DML)i snott o__
_ _
__
A: Createi nformat i
ont ableint heDat abase
B: I
nser ti
onofnewi nfor mationi ntotheDat abase
C: Deletionofi nformat i
oni nt heDat abase
D: Modi ficat ionofi nf ormat ioni ntheDat abase
Q.no20.Car tesianpr oducti nr elati
onalal gebrai s:
A: aUnar yoper ator
B: aBinar yoper ator
C: aTer nar yoper at
or
D: notdef ined
Q.no21.Asubschemaexpr esses_ ___ _
____.
A: Thel ogi cal view
B: Thephy sical view
C: Theext er nal view
D: Thei nter nal v i
ew
Q.no22.Theuser swhouseeasy -
to-usemenuar ecall
ed
A: Sophi sticat edenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no23.Tor emov ear elati
onf r
om anSQLdat abase,weuset he__
___
_
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no24.Al laggr egat ef unctionsexcept_ ___
_i gnorenullval
uesint
hei
r
i
nput
collection.
A: Count (
at tri
bute)
B: Count (*)
C: Av g
D: Sum
Q.no25.E- Rmodel ingtechniqueis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -
leftappr oach
D: Treest ructur e
Q.no26.Whi choft hefollowingisNotaRel ation-al
gebr aOperat
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no27.A_ _ _
_ ____inat ablerepresentsarelati
onshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no28.Themet hodofaccesswhi chuseskeyt ransformationi
sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no29.Whi choft hefollowingaret heproperti
esofent it
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no30._ ___ _
_ _pr oducesther el
ationthathasat tr
ibutesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no31.Whi choft hefollowingfi
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no32.I ndomai nr elationalcalculuswecreateav ar
iabl
efor
every_ ___ ____
A: Row
B: Column
C: Tabl e
D: Attribut e
Q.no33.The_ _____
ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no34.Thet erm_ ___ ___isusedt orefert
oar ow.
A: Attribut e
B: Tupl e
C: Field
D: Instance
Q.no35.Funct ionalDependenci esarethetypesofconst rai
ntsthatare
based
on__ ____
A: Key
B: Keyr evisit
ed
C: Super setkey
D: Tupl e
Q.no36.NULLi s______ ___ _
.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f ori ntegerandbl ankforcharacter
D: Notav alue
Q.no37.Whati sar elationshi pcall
edwheni tismai nt
ainedbetweent wo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no38.Af i
lemani pul ationcommandt hatextractssomeoft her ecor
ds
fr
om a
fil
eiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no39.Thecol l
ecti
onofi nterr
elat
eddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst racti
on
Q.no40.Whi choft hef oll
owingisnotModi fi
cationoft heDat abase
A: Del eti
on
B: Inser t
ion
C: Sor ti
ng
D: Updat ing
Q.no41.Whi chnor malf ormisconsi deredadequat eforr elat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no42.Whi choft hef oll
owingintruer egar dingRef erent i
alIntegri
ty?
A: Ev erypri
mar y-
keyv aluemustmat chapr imar y-keyv alueinan
associ atedtable
B: Ev erypri
mar y-
keyv aluemustmat chaf oreign-keyv aluei nanassoci at
ed
table
C: Ev eryforeign-keyvaluemustmat chapr i
mar y-
keyv aluei nan
associ atedtable
D: Ev eryforeign-keyvaluemustmat chaf or eign-keyv alueinanassoci ated
table
Q.no43.I fever ynon-keyat t
ri
buteisf unctional l
ydependentont he
primar ykey ,
ther elati
onwi l
lbein__ ___
__
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNormal Form
D: Four thFor mal Form
Q.no44.Rel at i
onalAlgebr ais
A:DataDef i
nitionLanguage
B:Met aLanguage
C:Procedur al quer yLanguage
D:DataMani pul ati
onLanguage
Q.
no45.Whi choft hef ol
lowingisanunar yoper ati
on?
A:Select ionoper ation
B:Gener alizedsel ection
C:Primi tiveoper ati
on
D:Project i
onoper ation
Q.
no46.Thenat ural joinisequalt o:
A:Cartesi anPr oduct
B:Combi nat i
onofUni onandCar tesi
anpr oduct
C:Combi nat i
onofsel ectionandCar tesianpr oduct
D:Combi nat i
onofpr ojectionandCar tesianpr oduct
Q.
no47.Whi choft hef ol
lowingisnotal ev elofdataabstract
ion?
A:Phy sical Lev el
B:Crit
ical Lev el
C:Logi cal Lev el
D:ViewLev el
Q.
no48.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of
______ _ ___
A:Appl icat ionpr ogr ammer
B:Naïv euser
C:Speci al izeduser
D:Sophi sticateduser
Q.
no49.TheRDBMSt erminologyforar owi s_ _
______.
A:Tupl e.
B:Relat ion.
C:Attri
but e.
D:Degr ee.
Q.
no50.At ablej oinedwi thit
selfiscall
edas_ _____
__
A:Join
B:SelfJoi n
C:OuterJoi n
D:Equi Joi n
Q.
no51.Cr eat et ableempl oyee(namev ar char, i
dinteger
)Whattypeof
st
atement
i
sthis?
A:DML
B: DDL
C: View
D: Integrit
yconst rai nt
Q. no52.Consi dert hefol l
owi ng
S1:For eignkeyal lowsnul lvalues.
S2:Ev erybi narytabl esisi nBCNF
Whi choft hef oll
owi ngist rue?
A: Bot hS1andS2ar et
r ue
B: S1i strue
C: S2i strue
D: Bot hS1andS2ar efalse
Q. no53.Whi choft hefol l
owi ngisnotapr oper t
yofatransact
ion?
A: Atomi city
B: Consi stency
C: Integrit
y
D: Dur abil
ity
Q. no54.I far el
ationi sinBCNF, theniti
sal soi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q. no55.Whi choft hefol l
owi ngisnott r
uef orNormali
zati
on?
A: Remov esr edundancy
B: Remov esinser tionanomal y
C: Decomposest her el
at i
on
D: Quer yexecut i
onbecomesf aster
Q. no56.Af unctionaldependencyoft hefor m x—>yi stri
vali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no57.Amongstt heACI Dpr operti
esofat r
ansact
ion,t
he'Durabi
li
ty'
proper ty
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsystem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s,ev eni fther eisaf ail
ureofanyki nd
Q. no58.Whi char et het woway sinwhi chent i
tiescanpart
ici
patei
na
relat i
onshi p?
A: Passiv eandact ive
B: Totalandpar t
ial
C: SimpleandCompl ex
D: simpleandpar ti
al
Q. no59.Dupl icationofdat aatsev er alplacesisknownas_ __
_
A: Concur rentaccessanomal i
es
B: Dataisol ation
C: Datainconsi stency
D: Datar edundancy
Q. no60.Af tert hef inalst atementofat ransact i
onhasbeenexecuted,
a
transact ionent ersi na_ ________state.__
_ ___
_.
A: Activ
e
B: aborted
C: Commi tted
D: Parti
allycommi tt
ed
Q. no1.A‘ book’ i
sa_ _ _
__ __
_ _
typeofent i
ty.
A: concept ual
B: concret e
C: real
D: abstract
Q. no2.Dat ar edundancymayl eadt o:
A: Dataint egrity
B: Atomi citypr oblem
C: Datainconsi stency
D: Dataabst raction
Q. no3.Thi skeyt hatuni quelyidentifi
eseachr ecor
discall
ed
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fiel
dName
Q. no4.I nwhi chst ateonegat hersandl i
stallthenecessar
yfiel
dsfort
he
dat abase
desi gnpr oject .
A: DataDef ini
t i
on
B: DataRef i
nement
C: EstablishingRel ationship
D: Dat adel eti
on
Q.no5.Whi choft hef ollowingshoul dbeusedt of i
ndthemeanoft he
salary?
A: Mean( sal ary )
B: Av g(sal ary)
C: Sum( sal ary)
D: Count (salary )
Q.no6.I fBi sanat tr i
but eandA→B, ThenBi ssaidtobe_ ___
____byA.
A: Logi callyi mpl i
ed
B: Funct ional lyi mpl i
ed
C: Logi callydet er mi ned
D: Funct ional lydet er mi ned
Q.no7.Whati sACI Dpr oper t
iesofTr ansact ions?
A: Atomi city,Consi stency ,Isolat
ion,Dat abase
B: Atomi city,Consi st ency ,Isolat
ion,Dur abili
ty
C: Atomi city,Consi stency ,Inconsistent,Dur abil
i
ty
D: Aut omat ically ,Concur r
ency ,I
solation,Dur abi
li
ty
Q.no8.Thedat abaseenv ir
onmenthasal lofthefoll
owingcomponents
except ___ __ ___
A: User s.
B: Separ at ef i
les
C: Dat abase.
D: Dat abaseadmi ni strator
Q.no9.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ter naryOper at or
C: Binar yOper at or
D: Notanoper at or
Q.no10.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no11.Aggr egat ef unct i
onsar ef unctionst hattakea_ _
______
___as
i
nputand
ret
urnasi ngl ev alue.
A: Col l
ect ionofv alues
B: Singlev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no12.Toappl ytheaggr egatef uncti
on, toagr oupofsetof
tuples_ ______clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no13.I nE- Rdi agr am gener ali
zat i
onisr epresentedby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no14.Rel ationalcal cul
usi sa:
A: Procedur allanguage
B: Non- Procedur allanguage
C: Dat adef i
niti
onl anguage
D: Highl ev ellanguage
Q.no15.Theov eralldescripti
onofadat abasei scalled__
____
.
A: Dat aint egrit
y
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef i
niti
on
Q.no16.E- Rmodelusest hissy mbolt orepr esentweakent i
tyset?
A: Dot tedr ectangl e
B: Diamond
C: Doubl yout linedr ectangle
D: Dot teddi amond
Q.no17.Theconcept ualmodeli s_ ____
__ _
_ .
A: Dependentonhar dware
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof twar e
D: Independentofbot hhar dwar eandsof t
war e
Q.no18.Whatdoy oumeanbyonet omanyr el
ationshipbet
weenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no19.Whent hechangescausedbyanabor tedt
ransacti
onhav ebeen
undone,
thet r
ansact i
oni ssai dt obe______
___.
A: Failed
B: commi tted
C: partial l
ycommi tted
D: roll
edback.
Q.no20.The_ ___ __connect i
veisusedt otestforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no21.I nE- RDi agr am deri
vedat t
ri
butearerepresentedby____
____.
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no22.Asubschemaexpr esses____
_____.
A: Thel ogical view
B: Thephy sical view
C: Theext ernal view
D: Thei nternal view
Q.no23.Whi choft hef oll
owingattri
butecanbef urtherdi
vi
dedinto
subpar ts
A: Simpl eat tr
ibut e
B: Mul tivaluedat tri
but e
C: Composi t
eat tribut e
D: Der i
v edat t
ribut e
Q.no24.Whi choft hef oll
owingisthestructur
eoft heDatabase?
A: Tabl e
B: .Schema
C: Relat ion
D: Struct ur e
Q.no25.Al laggr egat ef unct
ionsexcept_____ignorenullv
aluesinthei
r
i
nput
coll
ect ion.
A: Count (attri
but e)
B: Count (
* )
C: Av g
D: Sum
Q.no26.I none- t
o-manyr elat
ionshipt hetabl
eon' many '
sideiscal
ledas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no27.Themet hodofaccesswhi chuseskeyt r
ansformationisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no28.Whi chSQLQuer yisuset or emov eatableandallitsdat
afrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no29.Whi choft hef oll
owingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per l
ink
Q.no30.Theempl oy eesalaryshoul dnotbegr eatert
hanRs.2000.Thi si
s
_______
A: i
nt egr i
tyconst raint
B: referent i
al const raint
C: over -defi
nedconst r
aint
D: feasi bleconst r
ai nt
Q.no31.Whi choft hef oll
owingar ethepr oper
tiesofentit
ies?
A: Groups
B: Tabl e
C: Attributes
D: Swi tchboar ds
Q.no32._ _____ _pr oducest herelati
ont hathasattri
butesofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersection
Q.no33.whi choft hef oll
owi ngisnotadat abaseobject?
A: Tabl es
B: Quer ies
C: Relat i
onshi ps
D: Repor t
s
Q.no34.I nt he_ _
_ _______nor malform,acomposi teattr
ibuteisconvert
ed
to
i
ndi vi
dualat tri
butes.
A: First
B: Second
C: Third
D: Four th
Q.no35.Whi chnamemustbeuni quewi thi
nadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char acter
Q.no36.A_ _ ____
_ _inat ablerepresentsarelat
ionshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no37.I nSQLt hest atementsel ect*fr
om R,Sisequivalentto__
_____.
A: Select*f r om Rnat uraljoi
nS
B: Select*f rom Rcr ossjoinS
C: Select*f r om Runi onjoinS
D: Select*f r om Ri nnerjoinS
Q.no38.Whi choft hefollowingenabl esustoviewdat afrom atable
basedona
speci f
iccr i
ter i
on
A: For m
B: Quer y
C: Macr o
D: Repor t
Q.no39.Mi nimalSuper keysar ecall
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no40.Whi choft hefollowingisNotaRel at i
on-al
gebraOperat
ion
A: Select
B: Union
C: Rename
D: Dropt able
Q.no41.I ndomai nrel
ationalcalcul
uswecr eateav ar
iabl
efor
every____ ____
A: Row
B: Column
C: Table
D: Attri
but e
Q.no42.Af unct i
onaldependencyi sarelati
onshi pbetweenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q.no43.Af unct i
onthathasnopar t
ialf
unct ionaldependenci
esisi
n
__
_ ____for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no44.Thet er
m_ ______isusedt oref
ert oar ow.
A: Attri
but e
B: Tuple
C: Fiel
d
D: Instance
Q.no45.Thecol l
ecti
onofi nter
relat
eddat aiscalledas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst racti
on
Q.no46.Cust omerwi thdrawingmoneyf rom ATM i sanexampl e
of
_ ________ _
A: Appl i
cat i
onpr ogrammer
B: Naïveuser
C: Speci ali
zeduser
D: Sophi sticat eduser
Q.no47.At ablejoinedwi thitselfi
scall
edas_ ______
_
A: Join
B: SelfJoi n
C: OuterJoi n
D: Equi Join
Q.no48.Af i
lemani pul ati
oncommandt hatext r
actssomeoft herecords
from a
fil
eiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no49.TheRDBMSt erminologyf orarowi s________.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no50.Whi choft hef oll
owingi ntrueregardingRef erentialI
ntegr
ity
?
A: Everypr imar y-
keyv aluemustmat chapr i
mar y-keyv alueinan
associat edt abl e
B: Everypr imar y-
keyv aluemustmat chaf orei
gn-keyv alueinanassoci at
ed
table
C: Everyf or eign-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associat edt abl e
D: Everyf or eign-keyv aluemustmat chaforeign-keyv alueinanassociated
table
Q.no51._ __ ___ _all
owust oident i
fyuni
quelyat uplei nt herel
ati
on.
A: Super key
B: Domai n
C: Attri
but e
D: Schema
Q.no52.Doesi ndext akespacei nthedisk?
A: Indexesar enev erst oredondi sk
B: Itstoresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est or edondi sk
Q.no53.Cr eatet abl eempl oy ee( namev archar,idi nteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrityconst r
ai nt
Q.no54.At abl ehasf i
eldsF1, F2, F3, F4, F5wi tht hef ol
lowingf unctional
dependenci es
Fi—>F3,
F2—>F4
(FI,
F2)—>F5
Intermsofnor mal ization,thistableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no55.Ther esultoft heUNI ONoper ationbet weenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q.no56.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eates_ _____
A: Par ent -
Chi ldr el
at ionshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elati
onshi pbet weent het ablest hatconnectt hem.
C: Net wor kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elationshipbet weent het ablest hatconnectt hem.
Q.no57.I nt her elat i
onalmodel ,thenumberofat tributesandnumberof
tuples
i
riar elationar et er medas_ _________
and_ ______ _
_ _____respect i
vely
A: Car dinal i
ty,domai n
B: Degr ee, car dinal i
ty
C: Domai ndegr ee
D: Car dinal it
y,degr ee
Q.no58.I fev erynon- keyat tr
ibutei sfunctional l
ydepedentpr imarykey ,
thent he
rel
at i
onwi l
lbei n__ ___________.
A: Fir
stnor mal form
B: Secondnor mal form
C: ThirdNor mal for m
D: Four thnor mal for m
Q.no59.I nt he_ ___ ______nor malform, acomposit
eatt
ri
buteisconv
ert
ed
t
o
i
ndi v
idualat tr
ibutes
A: Fir
st
B: Second
C: Third
D: Four th
Q.no60.At abl eont hemanysi deofaonet omanyormanyt omany
rel
ationshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngleat tributekey
D: Hav eacomposi tekey
Q.no1.4NFi sdesi gnedt ocopewi th:
A: Transi ti
v edependency
B: Joindependency
C: Mul tival ueddependency
D: Funct ional dependency
Q.no2.Dat ar edundancymayl eadto:
A: Dat aint egr i
ty
B: Atomi ci typr oblem
C: Dat ainconsi stency
D: Dat aabst raction
Q.no3.I nSQL‘ relat i
onAcont ainsrelat
ionB’canbewri
ttenas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no4.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bottom- upmet hod
C: Right -
leftappr oach
D: Treest ruct ure
Q.no5.Adat adict ionaryisar epositorythatmanages_
____
A: Memor y
B: Met adat a
C: SpellChecker
D: DataVal idator
Q.no6.Whi choneoft hef ollowinguni quelyident i
fi
estheelementsinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no7.Theuser swhouseeasy -to-usemenuar ecalled
A: Sophi sticatedenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no8.Whi choneoft hef ollowingi snott ruef orav i
ew:
A: Viewi sder iv
edf rom ot hert ables
B: Viewi sav i
rt
ual tabl e.
C: Av i
ewdef init
ioni sper manent l
yst oredaspar tofthedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no9.Tor emov ear elat i
onf rom anSQLdat abase,weuset he__
___
_
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no10.I nanEnt i
ty-Rel ationshipDi agram “Diamonds”
represent s_ __________ __ ____
_
A: Attri
but es
B: Multi-
v aluedat t
ribut es
C: Weakent ityset
D: Relationshi pset s
Q.no11.Dat aMani pul at i
onLanguage( DML)i snott o____
__
A: Createi nf ormationt ableint heDat abase
B: I
nser ti
onofnewi nf or mationi ntot heDatabase
C: Deletionofi nformat ionint heDat abase
D: Modi ficationofi nf ormat i
oni ntheDat abase
Q.no12.Thi skeyt hatuni quelyident ifi
eseachr ecordiscalled
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no13.Thebasi cdat at y
pechar (n)isa_ _
___lengthcharacterstr
ingand
varchar (n)i s_ _
_ __lengt hcharacter
A: Fixed, equal
B: Equal ,var iable
C: Fixed, var iable
D: Var iable, equal
Q.no14.Hi er archi calmodeli salsocal l
ed_____
____.
A: Treest ruct ure
B: PlexSt r uct ure
C: Nor mal izeSt ruct ure
D: Tabl eSt ruct ure
Q.no15.A‘ book’ isa_ ____
___ _
typeofent i
ty.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no16.Fort hegi v ensetoff uncti
onaldependencyF, i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no17.Car tesianpr oductinr el
ati
onalalgebrais:
A: aUnar yoper ator
B: aBi nar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no18.Sel ect*f rom empl oyeeWhatt ypeofst atementisthis?
A: DML
B: Integr i
tyconst r
ai nt
C: DDL
D: View
Q.no19.Keyt or epr esentrelati
onshipbetweent ablesi
scalled
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no20.I nE- RDi agr am der i
vedat t
ri
butear er epr
esentedby____
____
.
A: Ell
ipse
B: Dashedel li
pse
C: Rectangl e
D: Triangle
Q.no21.I nE- Rdi agram gener ali
zati
onisr epresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rectangl e
D: Triangle
Q.no22.Cr ossPr oducti sa:
A: Unar yOper ator
B: Ternar yOper at or
C: BinaryOper at or
D: Notanoper ator
Q.no23.Theconcept ualmodeli s________
_ .
A: Dependentonhar dwar e
B: Dependentonsof t war e.
C: Dependentonbot hhar dwar eandsoftwar e
D: Independentofbot hhar dwar eandsof t
war e
Q.no24.Whi choft hef ol
lowi ngshoul dbeusedt ofindthemeanofthe
salary?
A: Mean( salary )
B: Avg(sal ary)
C: Sum( sal ary)
D: Count (salary )
Q.no25.I fBi sanat tribut eandA→B, ThenBi ssai
dt obe______
__byA.
A: Logical l
yi mpl ied
B: Funct i
onal lyimpl i
ed
C: Logical l
ydet ermi ned
D: Funct i
onal lydet ermi ned
Q.no26.Whi chnor malf or misconsi deredadequat eforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no27.Whi choft hef oll
owingisnotal evelofdataabstracti
on?
A: Phy sical Lev el
B: Criti
cal Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no28.Whi choft hef oll
owingisanunar yoperation?
A: Select ionoper ati
on
B: Gener alizedsel ection
C: Primi tiveoper at i
on
D: Project ionoper ation
Q.no29.Whi chSQLQuer yisuset or emoveat ableandal li
tsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no30.Funct ionalDependenci esar ethetypesofconst rai
ntsthatare
based
on__ _
_ __
A: Key
B: Keyr evisi t
ed
C: Super setkey
D: Tupl e
Q.no31.Theempl oy eesalaryshoul dnotbegr eaterthanRs.2000.Thisis
_______
A: i
ntegr i
tyconst rai
nt
B: referent ial const raint
C: over -def inedconst r
aint
D: feasi bleconst raint
Q.no32.Whi choft hef oll
owingfieldshaswi dt
hof8by t
es?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no33.Themet hodofaccesswhi chuseskeyt r
ansf or
mat i
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent i
al
Q.no34.Whi choft hef oll
owingar ethepr opertiesofent
it
ies?
A: Gr oups
B: Tabl e
C: At tri
but es
D: Swi t
chboar ds
Q.no35.Thenat uraljoi
nisequalt o:
A: Car tesi anPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nationofsel ecti
onandCar tesianpr oduct
D: Combi nat i
onofpr oject
ionandCar tesianpr oduct
Q.no36.The_ ___ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: St ructur e
D: Pr i
mar ykey
Q.no37.I fev er ynon- keyat tr
ibut
ei sf unctionall
ydependentonthe
pri
mar ykey ,
ther elationwi llbei n_____
__
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no38.Whi choft hef oll
owingisnotModi f
icationoft
heDatabase
A: Del etion
B: I
nser tion
C: Sor ting
D: Updat ing
Q.no39.Rel ationalAl gebrais
A: Dat aDef initionLanguage
B: Met aLanguage
C: Pr ocedur al quer yLanguage
D: Dat aMani pul ationLanguage
Q.no40.NULLi s_ _________.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandbl ankf orchar acter
D: Notav al
ue
Q.no41.Whati sar elationshi pcalledwheni ti
smai ntainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nary
Q.no42.I none- to-
manyr el
ationshipt hetableon' many 'si
deiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no43._ ___ _
__pr oducest her el
ationthathasat tri
but esofR1andR2
A: Car tesianpr oduct
B: Difference
C: Product
D: Intersect ion
Q.no44.whi choft hef ollowi ngi snotadat abaseobj ect?
A: Tabl es
B: Quer ies
C: Relat ionships
D: Repor ts
Q.no45.I ndomai nr elationalcal culuswecr eateav ari
abl efor
every_ ___ __
_ _
A: Row
B: Col umn
C: Tabl e
D: Attribut e
Q.no46.At ablejoinedwi thitselfi
scal l
edas_ ___
_ ___
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no47.Whi choft hef ollowingi sNotaRel ati
on-algebr aOperati
on
A: Select
B: Union
C: Rename
D: Dropt able
Q.no48.TheRDBMSt ermi nologyf orar owi s_
______ _.
A: Tupl e.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no49.Mi nimalSuper key sar ecal l
ed
A: Schemakey s
B: Candi dat ekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no50.Cust omerwi t
hdr awingmoneyf r
om ATM isanexampl e
of_______ _
_ _
A: Appl i
cat ionpr ogr ammer
B: Naïveuser
C: Speci al
izeduser
D: Sophi sticat eduser
Q.no51.Whi choft hef ollowingoper ati
oni susedifweareinterest
edi
n
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q.no52.The_ _______ _
pr otocolensur esfreedom f
rom deadlock.
A: Two- phasel ockingpr ot ocol
B: Stri
ctt wo- phasel ockingpr otocol
C: Rigoroust wo- phasel ockingpr otocol
D: Timest ampor deringpr otocol
Q.no53.Whi choft hef ollowingi snott rueforNormali
zation?
A: Remov esr edundancy
B: Remov esi nser t
ionanomal y
C: Decomposest her elation
D: Quer yexecut i
onbecomesf ast
er
Q.no54.Dupl i
cat ionofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal ies
B: Datai solat i
on
C: Datai nconsi stency
D: Datar edundancy
Q.no55.Whi choft hef ollowingi snotapr opert
yofatransaction?
A: Atomi city
B: Consi stency
C: Int
egrity
D: Durabili
ty
Q.no56.Consi dert hef ol l
owi ng
S1:For ei
gnkeyal lowsnul lvalues.
S2:Ev erybinar yt abl esi si nBCNF
Whi choft hef ollowi ngi st rue?
A: BothS1andS2ar et rue
B: S1ist r
ue
C: S2i str
ue
D: BothS1andS2ar ef alse
Q.no57.I nt he_ ___ ___ ___nor malf orm, acomposi t
eattri
butei sconver
ted
to
i
ndiv i
dualat tributes
A: Fir
st
B: Second
C: Third
D: Fourth
Q.no58.I far elationi sinBCNF, thenitisal soi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no59.Apr imar ykeyi scombi nedwi t
haf oreignkeycr eates_____
_
A: Parent-Chi l
dr elat ionshi pbet weent het ablest hatconnectthem
B: Manyt omanyr el ationshi pbet weent hetabl esthatconnectt hem.
C: Networ kmodel bet weent het ablesthatconnectt hem.
D: Manyt ooner elat ionshi pbet weent het ablest hatconnectthem.
Q.no60._ _ ____ _al l
owust oident if
yuniquel yat upleinther el
at i
on.
A: Superkey
B: Domai n
C: Attri
bute
D: Schema
Q.no1.I nwhi chst ateonegat hersandl istallthenecessar yfieldsfort
he
database
designpr oject .
A: DataDef inition
B: DataRef inement
C: Establi
shi ngRel at i
onshi p
D: Datadel etion
Q.no2.The_ _____ connect i
vei susedtot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no3.Asubschemaexpr esses_____
__ __.
A: Thel ogical view
B: Thephy sical view
C: Theext ernal vi
ew
D: Thei nternal view
Q.no4.Theov eral ldescriptionofadat abasei scalled_
_____.
A: Dat ai ntegr i
ty
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef i
ni t
ion
Q.no5.Whi choft hef oll
owi ngat t
ri
butecanbef urtherdivi
dedinto
subpar ts
A: Simpl eat tri
but e
B: Mul tivaluedat tribut
e
C: Composi teat tribute
D: Der i
v edat tr
ibut e
Q.no6.Whi choft hef oll
owi ngi st
hest ructur
eoft heDat abase?
A: Tabl e
B: .Schema
C: Relat ion
D: Struct ur e
Q.no7.Dat aredundancymayl eadto:
A: Dat ai ntegr i
ty
B: Atomi citypr oblem
C: Dat ai nconsi stency
D: Dat aabst raction
Q.no8.Al laggr egat efunctionsexcept_ ____ignorenullvaluesi
nt hei
r
i
nput
coll
ect ion.
A: Count (attri
but e)
B: Count (*)
C: Avg
D: Sum
Q.no9.Aggr egat ef unctionsaref uncti
onsthatt akea_ _
______
___asinput
and
returnasi ngl ev alue.
A: Collect i
onofv alues
B: Singlev alue
C: Aggr egat ev alue
D: Tabl es
Q.no10.Whent hechangescausedbyanabor tedtransact
ionhavebeen
undone,
thet r
ansact ioni ssai dtobe_ ___
__ _
__.
A: Failed
B: commi tted
C: partiall
ycommi tted
D: roll
edback.
Q.no11.Toappl yt heaggr egat
ef uncti
on,toagr oupofsetof
tuples_ ____ __ clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q.no12.Rel at ionalcal culusisa:
A: Procedur al language
B: Non- Pr ocedur allanguage
C: Datadef initionl anguage
D: Highl ev el language
Q.no13.4NFi sdesi gnedt ocopewi th:
A: Transi tivedependency
B: Joindependency
C: Mul tival ueddependency
D: Funct ional dependency
Q.no14.E- Rmodelusest hissymbolt orepresentweakent i
tyset?
A: Dot tedr ect angle
B: Diamond
C: Doubl yout linedr ectangle
D: Dot teddi amond
Q.no15.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy st emspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no16.Whatdoy oumeanbyonet omanyr elati
onshipbet weenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no17.Whati sACI Dpr oper t
iesofTr ansact ions?
A: Atomi city,Consi stency ,I
sol ation,Dat abase
B: Atomi city
, Consi stency ,I
sol ation,Dur abi
lit
y
C: Atomi city,Consi stency ,I
nconsi stent,Durabi l
it
y
D: Aut omat i
cal ly
, Concur rency ,Isolati
on, Durabili
ty
Q.no18.Thedat abaseenv i
ronmenthasal loft hefoll
owi ngcomponent s
except _ __ _____
A: User s.
B: Separ at efiles
C: Dat abase.
D: Dat abaseadmi nistrat or
Q.no19.I nSQL‘ relationAcont ainsr el
at i
onB’ canbewr itt
enas
A: Notexi stsBexceptA
B: exist sBexceptA
C: Notexi stsAexceptB
D: exist sAexceptB
Q.no20.Dat aMani pul at i
onLanguage( DML)i snotto____ _
_
A: Creat ei nformat i
ont ableint heDat abase
B: Inser tionofnewi nf or mationi nt otheDat abase
C: Del etionofi nformat ionint heDat abase
D: Modi f i
cat i
onofi nf ormat ioni nt heDat abase
Q.no21.Whi choneoft hefollowi ngisnott ruef oraview:
A: Viewi sder ivedf rom ot hert abl es
B: Viewi sav i
rtual tabl e.
C: Av iewdef ini t
ioni sper manent lystoredaspar tofthedat abase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no22.Whi choneoft hefollowi nguniquel yidenti
fi
est heel ementsi
nthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no23.I fBi sanat tri
buteandA→B, ThenBi ssaidtobe_ ___
____byA.
A: Logical lyimplied
B: Funct i
onal l
yimpl i
ed
C: Logical lydetermi ned
D: Funct ional l
ydet ermined
Q.no24.Adat adi cti
onaryisareposit
orythatmanages_ ___
_
A: Memor y
B: Met adat a
C: Spell Checker
D: DataVal i
dator
Q.no25.Theuser swhouseeasy -to-
usemenuar ecal
led
A: Sophi sticatedenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no26.Whi chnamemustbeuni quewithinadatabase?
A: Table
B: Fi
eld
C: Recor d
D: Char act er
Q.no27.Whi choft hef ol
lowi
ngenablesust oviewdatafrom atabl
e
basedona
specificcr iteri
on
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no28.Whi choft hef ol
lowi
ngfiel
dshaswi dthof8by t
es?
A: Memo
B: Number
C: Date/ time
D: Hyper link
Q.no29.Whi choft hef ol
lowi
ngisanunar yoperati
on?
A: Select i
onoper ation
B: Gener al i
zedsel ection
C: Primitiv eoperat i
on
D: Project ionoper ation
Q.no30.Af unct i
ont hathasnopartialf
unctionaldependenciesisin
_______form:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Whi chnor malf ormisconsideredadequat eforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no32.I nthe_ _
_ _
__ _
___normalform,acomposi teatt
ri
buteisconvert
ed
to
i
ndividualattr
ibutes.
A: Fir
st
B: Second
C: Third
D: Fourth
Q.no33.Whi chSQLQuer yi
suset oremov eat ableandalli
tsdatafrom
the
database?
A: CreateTable
B: Alt
erTable
C: DropTable
D: Remov eTable
Q.no34.Thecol l
ectionofint
err
elateddataiscal l
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabstracti
on
Q.no35.Af ilemani pulat
ioncommandt hatextractssomeoft herecor
ds
from a
fi
leiscalled
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no36.A_ ___ ___
_i nat ablerepresentsar elati
onshi pamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no37.Theempl oy eesal aryshouldnotbegr eaterthanRs.2000.Thi sis
_______
A: int
egr it
yconst r
aint
B: refer ential const raint
C: over -def i
nedconst raint
D: feasi bleconst raint
Q.no38.I nSQLt hest at ementsel ect*f
rom R, Sisequi valentto_______.
A: Select*f rom Rnat ur aljoi
nS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Ri nnerj oinS
Q.no39.Af unct i
onaldependencyi sar el
ationshi pbet weenoramong:
A: Tabl es
B: Rows
C: Relat ions
D: Attribut es
Q.no40.Whi choft hef ollowingisnotal evelofdat aabst ract
ion?
A: Phy si calLev el
B: Critical Lev el
C: Logi cal Lev el
D: ViewLev el
Q.no41.Whi choft hef ollowingintrueregar dingRef erentialI
ntegrit
y?
A: Ever ypr imar y-
keyv al uemustmat chapr imar y-keyv alueinan
associ at edt abl e
B: Ever ypr imar y-
keyv al uemustmat chaf oreign-keyv aluei nanassociated
table
C: Ever yf orei gn-keyv aluemustmat chapr i
mar y
-keyv aluei nan
associ at edt abl e
D: Ever yf orei gn-keyv aluemustmat chaf or
ei gn-keyv alueinanassoci ated
table
Q.no42.Funct ionalDependenci esar ethety pesofconst r
aintsthatare
based
on_ __
_ _ _
A: Key
B: Keyr ev isi
ted
C: Super setkey
D: Tupl e
Q.no43.Thet erm_ ______isusedt or efertoar ow.
A: At tri
but e
B: Tupl e
C: Field
D: Inst ance
Q.no44.I none- to-manyr elationshi
pt het ableon'many '
sidei
scal
ledas:
A: Par ent
B: Mast er
C: Sist er
D: Chi ld
Q.no45._ _ _____pr oducest herelat
iont hathasat tr
ibutesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Pr oduct
D: Inter sect i
on
Q.no46.Thenat uralj
oini sequalt o:
A: Car tesi anPr oduct
B: Combi nationofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ecti
onandCar tesianpr oduct
D: Combi nat i
onofpr ojecti
onandCar t
esianpr oduct
Q.no47.I fev erynon- keyat tri
buteisf unctionall
ydependentont he
pri
mar ykey ,
ther elat ionwi llbei n_______
A: FirstNor mal Form
B: SecondNor mal Form
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no48.TheRDBMSt ermi nologyforar owis_ _
______.
A: Tupl e.
B: Rel at i
on.
C: At tri
but e.
D: Degr ee.
Q.no49.Rel ati
onalAl gebr ai s
A: Dat aDef i
niti
onLanguage
B: Met aLanguage
C: Procedur alquer yLanguage
D: DataMani pulati
onLanguage
Q. no50.NULLi s_ _____ __ __.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar act
er
C: Thesameas0f ori ntegerandbl ankf orcharacter
D: Notav alue
Q. no51.Doesi ndext akespacei nt hedisk?
A: Indexesar enev erst or edondi sk
B: I
tst oresmemor yasandwhenr equi r
ed
C: Indexest akenospace
D: Yes, I
ndexesar est or edondi sk
Q. no52.Whi choft hef ollowi ngoper ati
oni susedifwear einter
estedin
onl y
cer taincol umnsofat abl e?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOIN
Q. no53.The_ ______ __pr ot ocolensur esfreedom from deadl
ock.
A: Two- phasel ockingpr ot ocol
B: Stri
ctt wo-phasel ocki ngpr otocol
C: Rigoroust wo-phasel ocki ngprotocol
D: Timest ampor deringpr otocol
Q. no54.At abl
ehasf ieldsF1, F2, F3, F4,F5wi ththefol
lowingfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
Int ermsofnor malizat ion, t
histableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no55.Af t
erthef inalst atementofat r
ansactionhasbeenexecut ed,a
transact ionent ersina_ _ _______state.______
_.
A: Active
B: abor t
ed
C: Commi tted
D: Par ti
allycommi tted
Q. no56.At abl eont hemanysi deofaonet omanyormanyt omany
relat i
onshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngleat tributekey
D: Hav eacomposi tekey
Q. no57.Amongstt heACI Dpr opertiesofat ransacti
on,the'Durabil
ity
'
proper ty
requi res.t hatt hechangesmadet othedatabasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsy stem crash
B: Excepti ncaseofadi skcrash
C: Excepti ncaseofapowerf ailure
D: Alway s, eveni ft hereisaf ailureofanyki nd
Q. no58.Ther esul toft heUNI ONoper at
ionbet weenR1andR2i sa
relat i
ont hat
i
ncl udes
A: Allthet uplesofR1
B: Allthet uplesofR2
C: Allthet uplesofR1andR2
D: Allthet uplesofR1andR2whi chhav ecommoncol umns
Q. no59.I fev erynon- keyat t
ributei sfuncti
onal l
ydepedentpr i
mar ykey,
thent he
relat i
onwi l
lbei n__ _________
_ _.
A: Firstnor mal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four thnor mal form
Q. no60.I nt her elat i
onalmodel ,thenumberofat t
ri
butesandnumberof
tupl es
i
riar elationar et ermedas_ ___ ______and____ _
______
___respecti
v el
y
A: Car dinal it
y,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Car dinal it
y,degr ee
Q. no1.I nwhi chst ateonegat her sandl i
stallthenecessar yfi
eldsforthe
database
designpr oj ect .
A: Dat aDef ini t
ion
B: Dat aRef inement
C: Est ablishi ngRel ationshi p
D: Dat adel et i
on
Q.no2.Asubschemaexpr esses______
_ _
_.
A: Thel ogi cal view
B: Thephy si cal view
C: Theext ernal vi
ew
D: Thei nt er nal view
Q.no3.Thi skeyt hatuni quel yidenti
fi
eseachr ecordiscall
ed
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no4.Whi choft hef ollowi ngat t
ri
butecanbef urt
herdivi
dedint
o
subpar t
s
A: Simpl eat tr i
but e
B: Mul ti
v aluedat tribut e
C: Composi teat tribut e
D: Der ivedat t r
ibut e
Q.no5.Theov eral ldescr i
pt i
onofadat abaseiscalled_
_____.
A: Dat ai ntegr i
ty
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef ini t
ion
Q.no6.Theconcept ualmodeli s______
_ _
_.
A: Dependentonhar dwar e
B: Dependentonsof twar e.
C: Dependentonbot hhar dwareandsof t
ware
D: Independentofbot hhar dwar eandsof t
ware
Q.no7.Sel ect*f rom empl oyeeWhatt ypeofst atementisthi
s?
A: DML
B: I
nt egr i
tyconst rai nt
C: DDL
D: View
Q.no8.Tor emov ear elationf rom anSQLdat abase, weusethe____
__
command.
A: Del ete
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no9.Whi choft hef oll
owingshoul dbeusedt of i
ndt hemeanoft he
salary?
A: Mean( salar y)
B: Av g(sal ary)
C: Sum( sal ary )
D: Count (salar y)
Q.no10.Fort hegi vensetoff uncti
onaldependencyF, it’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no11.Thebasi cdat atypechar (
n)isa_____lengt hcharacterstr
ingand
varchar (n)i s_ __
_ _lengthcharacter
A: Fixed, equal
B: Equal , variable
C: Fixed, variable
D: Var iabl e,equal
Q.no12.I nE- RDi agram deri
vedat tri
but
earerepr esentedby ____
____.
A: Elli
pse
B: Dashedel lipse
C: Rect angl e
D: Triangl e
Q.no13.Whi choft hef oll
owingi sthest
ructureoft heDat abase?
A: Tabl e
B: .Schema
C: Rel ation
D: Struct ur e
Q.no14.Cr ossPr oductisa:
A: Unar yOper ator
B: Ter nar yOper ator
C: Binar yOper ator
D: Notanoper ator
Q.no15.The_ _____connecti
vei susedtotestforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no16.A‘ book’ isa_ _
_______
typeofent i
ty.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no17.I nE- Rdi agr am generali
zationisrepresentedby
A: Ell
ipse
B: Dashedel lipse
C: Rect angl e
D: Triangl e
Q.no18.Car tesianpr oducti
nr el
ationalalgebrais:
A: aUnar yoper at or
B: aBi nar yoper at or
C: aTer nar yoper ator
D: notdef ined
Q.no19.I nanEnt ity-
Relati
onshipDi agram “Diamonds”
represent s_ ______ _____
______
A: Attribut es
B: Mul ti-
v aluedat tri
butes
C: Weakent it
yset
D: Relat ionshi pset s
Q.no20.Keyt or epresentrelati
onshi pbetweent abl
esiscal
led
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dat eKey
Q.no21.Dat ar edundancymayl eadt o:
A: Dat ai ntegr it
y
B: Atomi citypr obl em
C: Dat ai nconsi st ency
D: Dat aabst raction
Q.no22.Hi erarchi calmodelisal socalled______
___.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt ructure
D: TableSt ruct ure
Q.no23.E- Rmodel i
ngt echniquei s:
A: Top-downmet hod
B: Bottom- upmet hod
C: Right-
lef tappr oach
D: Treest ruct ure
Q.no24.Rel at i
onalcal cul usisa:
A: Procedur al l
anguage
B: Non-Pr ocedur al l
anguage
C: Datadef initi
onl anguage
D: Highlev el language
Q.no25.Dat aMani pulat i
onLanguage( DML)i snotto__
___
_
A: Createi nf ormat iont ableint heDat abase
B: Insert
ionofnewi nformat ioni ntotheDat abase
C: Deleti
onofi nfor mat i
oni nt heDat abase
D: Modi f
icat ionofi nformat ioni ntheDat abase
Q.no26.Af unct iont hathasnopar t
ialfunctionaldependenci
esisi
n
_______for m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no27.Thecol l
ect i
onofi nter r
elateddat ai scall
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst racti
on
Q.no28.A_ __ _
___ _inat abler epresent sar elati
onshipamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no29.Whi choft hef ollowingi sNotaRel ation-
algebr
aOperat
ion
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no30.The_ _____ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Struct ure
D: Primar ykey
Q.no31.Whi chofthef ollowingi
snotModi f
icati
onoftheDat abase
A: Delet ion
B: I
nser ti
on
C: Sor ti
ng
D: Updat ing
Q.no32.Themet hodofaccesswhi chuseskeytransf
ormationisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no33.I ndomai nr elationalcal
culuswecreateav ar
iabl
efor
every_ ___ ____
A: Row
B: Column
C: Tabl e
D: Attribut e
Q.no34.At ablej
oinedwi thi
tsel
fiscall
edas______
__
A: Join
B: SelfJoi n
C: Out erJoi n
D: Equi Join
Q.no35.Whi chofthef ollowingi
sanunar yoperati
on?
A: Select ionoperation
B: Gener ali
zedselect i
on
C: Primi tiveoperati
on
D: Project i
onoperation
Q.no36.Whi chofthef ollowingf
ieldshaswidthof8by t
es?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no37.Whati sar elationshipcall
edwheni ti
smai nt
ainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nar y
D: Quat er nar y
Q.no38.Cust omerwi thdrawingmoneyf r
om ATM i sanexampl e
of____ _____ _
A: Appl icat ionpr ogrammer
B: Naï veuser
C: Speci alizeduser
D: Sophi sticat eduser
Q.no39.whi choft hef oll
owi ngisnotadat abaseobject?
A: Tabl es
B: Quer ies
C: Rel ationshi ps
D: Repor ts
Q.no40.Whi chSQLQuer yi susetor emov eatableandallitsdatafr
om
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no41.Whi chnor malf ormi sconsi
deredadequat eforrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no42.Theempl oy eesal aryshouldnotbegr eatert
hanRs.2000.Thi si
s
_______
A: i
nt egr it
yconst raint
B: referent ial constraint
C: over -def inedconst r
aint
D: feasi bleconst raint
Q.no43.Whi choft hef oll
owi ngarethepr opert
iesofenti
ties?
A: Groups
B: Tabl e
C: Attribut es
D: Swi tchboar ds
Q.no44.Af ilemani pul
ationcommandt hatextr
actssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOIN
D: PRODUCT
Q.no45.I nt he_ _
_ _
______normalf orm,acomposi t
eattr
ibut
eisconvert
ed
to
i
ndividualat tr
ibutes.
A: Fi
rst
B: Second
C: Third
D: Fourth
Q.no46.Mi nimalSuper keysar ecall
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attri
but ekey s
Q.no47.Whi choft hef ol
lowingenabl esustov i
ewdat afrom at
able
basedona
specificcr i
terion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no48.Whi chnamemustbeuni quewi thi
nadat abase?
A: Table
B: Fi
eld
C: Recor d
D: Char acter
Q.no49.TheRDBMSt erminologyforar owis________
.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degr ee.
Q.no50.Af unct i
onaldependencyi sar elat
ionshipbetweenoramong:
A: Tables
B: Rows
C: Relat i
ons
D: Attribut es
Q.no51.Consi dert hef oll
owi ng
S1:For ei
gnkeyal lowsnul lvalues.
S2:Ev er ybi narytabl esi sinBCNF
Whi choft hef oll
owi ngist rue?
A: Bot hS1andS2ar etrue
B: S1i st rue
C: S2i st rue
D: Bot hS1andS2ar efalse
Q.no52.Whi char et het woway si nwhichent i
tiescanpar tici
pateina
rel
at i
onshi p?
A: Passi v eandact i
ve
B: Tot alandpar tial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no53.Whi choft hef oll
owi ngisnotapr opertyofat ransact i
on?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur ability
Q.no54._ __ __
__al lowust oident if
yuniquel yat upleint her el
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no55.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eates______
A: Par ent-Chi l
drel ationshipbet weent het ablest hatconnectt hem
B: Manyt omanyr elati
onshi pbet weent het ablesthatconnectt hem.
C: Net wor kmodel betweent het ablesthatconnectt hem.
D: Manyt ooner elationshipbet weent het ablest hatconnectt hem.
Q.no56.Cr eatetabl eempl oyee( namev archar,idinteger )Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrityconst raint
Q.no57.Whi choft hef oll
owi ngisnott ruef orNor mal i
zat ion?
A: Remov esr edundancy
B: Remov esinser ti
onanomal y
C: Decomposest her elati
on
D: Quer yexecut i
onbecomesf aster
Q.no58.I far el
ationi si nBCNF, t
heni tisalsoi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no59.Af unctionaldependencyoft hef or
m x—>yi strivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q.no60.Doesi ndext akespacei nt hedi sk?
A: Indexesar enev erst oredondi sk
B: Itst oresmemor yasandwhenr equi r
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondi sk
Q.no1.Whoi smor econcer nedaboutt heconcept uall eveloftheDBMS
A: TheSy st
emspr ogr ammer
B: Theenduser
C: Client
D: DBA
Q.no2.Whent hechangescausedbyanabor tedtransactionhavebeen
undone,
thet r
ansact ionissai dt obe_ ____
_ __ _.
A: Failed
B: commi tt
ed
C: par tiallycommi t
t ed
D: rolledback.
Q.no3.Whati sACI Dpr oper ti
esofTr ansact i
ons?
A: Atomi cit
y ,Consi stency ,I
solati
on, Dat abase
B: Atomi ci t
y ,Consist ency ,I
solati
on, Dur abil
i
ty
C: Atomi cit
y ,Consi stency ,I
nconsi stent ,Durabili
ty
D: Aut omat ically,Concur rency,I
sol ation, Durabil
it
y
Q.no4.I nSQL‘ relat i
onAcont ai
nsr elationB’ canbewr it
tenas
A: Notexi stsBexceptA
B: exist sBexceptA
C: Notexi st sAexceptB
D: exi stsAexceptB
Q.no5.Aggr egat ef uncti
onsar efuncti
onst hattakea_ _
____
_____asinput
and
returnasi ngl ev alue.
A: Col lectionofv alues
B: Si nglev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no6.E- Rmodelusest hissymbolt orepresentweakent i
tyset?
A: Dot t
edr ect angl e
B: Di amond
C: Doubl yout li
nedr ectangl
e
D: Dot t
eddi amond
Q.no7.4NFi sdesi gnedt ocopewi th:
A: Tr ansitivedependency
B: Joi ndependency
C: Mul tivalueddependency
D: Funct i
onal dependency
Q.no8.Al laggr egat efunctionsexcept_ __
__i gnorenul
lval
uesinthei
r
i
nput
collect i
on.
A: Count (attribut e)
B: Count (*)
C: Av g
D: Sum
Q.no9.I nwhi chst ateonegat hersandlistallthenecessar
yfiel
dsforthe
database
desi gnpr oj ect .
A: Dat aDef initi
on
B: Dat aRef inement
C: Est ablishi ngRel ati
onship
D: Dat adel etion
Q.no10.Whatdoy oumeanbyonet omanyr elati
onshi
pbetweenTeacher
and
Classt able?
A: Onecl assmayhav emanyt eachers
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no11.Whi choneoft hefoll
owi ngisnott rueforav iew:
A: Viewi sder ivedf rom ot hertables
B: Viewi sav ir
tual table.
C: Av iewdef initi
oni spermanent lystoredaspar tofthedat abase.
D: Viewnev ercont ainsder i
vedcol umns.
Q.no12.I fBi sanat tri
buteandA→B, ThenBi ssai dtobe_ _____
__byA.
A: Logi cal l
yi mpl ied
B: Funct ional l
yi mpl i
ed
C: Logi cal l
ydet ermi ned
D: Funct i
onal lydet ermined
Q.no13.Theuser swhouseeasy -to-usemenuar ecalled
A: Sophi sticat edenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no14.Toappl yt heaggr egat efunction,toagr oupofsetof
tuples__ _ ____ clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q.no15.Adat adi cti
onar yisar epositorythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: DataVal idat or
Q.no16.Whi choneoft hefoll
owi nguni quel
yidentifi
est heelement si
nthe
rel
at i
on?
A: Primar ykey
B: Secondar yKey
C: Forei gnkey
D: Composi tekey
Q.no17.Thedat abaseenv i
ronmenthasal lofthef ol
lowi ngcomponent s
except __ ___ ___
A: User s.
B: Separ atef iles
C: Database.
D: Dat abaseadmi ni strator
Q.no18.Theconcept ualmodeli s_____
_ _
__ .
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsoftwar e
D: Independentofbot hhar dwar eandsoftwar e
Q.no19.I nE- Rdi agr am gener ali
zati
onisr epresent edby
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no20.A‘ book’ isa_ _ _
_ ___
__typeofent i
ty.
A: concept ual
B: concr et e
C: real
D: abst ract
Q.no21.Whi choft hef ollowingat t
ri
butecanbef urtherdi
vi
dedint
o
subpar ts
A: Simpl eat tri
but e
B: Mul tivaluedat tribut e
C: Composi t eattribut e
D: Der i
v edat tri
but e
Q.no22.E- Rmodel ingt echniqueis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
eftappr oach
D: Treest ruct ure
Q.no23.Rel ationalcal culusisa:
A: Procedur allanguage
B: Non- Pr ocedur al l
anguage
C: Dat adef i
ni ti
onl anguage
D: Highl evel language
Q.no24.Sel ect*f r
om empl oyeeWhatt ypeofst atementisthi
s?
A: DML
B: Integr i
tyconst rai nt
C: DDL
D: View
Q.no25.I nanEnt ity-RelationshipDiagram “Diamonds”
represent s__ ______ __ ___
_ ___
_
A: Attribut es
B: Mul ti-valuedat tributes
C: Weakent i
tyset
D: Relat ionshipset s
Q.no26._ ___ _
_ _pr oducest herelationthathasat tri
butesofR1andR2
A: Car tesianpr oduct
B: Differ ence
C: Product
D: Inter section
Q.no27.Af unct i
ont hathasnopar tialf
unctionaldependenciesi si
n
_______f orm:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no28.NULLi s__ _______ _
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f orintegerandbl ankf orcharacter
D: Notav alue
Q.no29.Whi choft hef ollowingi snotal evelofdat aabstract
ion?
A: Phy si calLev el
B: Critical Level
C: Logi cal Lev el
D: ViewLev el
Q.no30.I none- t
o-manyr el
ationshipt hetableon' many '
sideiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no31.A_ _ _
_ ____i nat ablerepr esentsar elat
ionshipamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no32.Funct ionalDependenci esar ethet ypesofconst r
aint
st hatar
e
based
on_ ____ _
A: Key
B: Keyr ev isit
ed
C: Super setkey
D: Tupl e
Q.no33.I fev er ynon- keyat t
ri
but
eisf unctional l
ydependentont he
primar ykey ,
therel ationwi l
lbei n__ _____
A: FirstNor mal Form
B: SecondNor mal For m
C: Thi rdNor mal Form
D: Four thFor mal Form
Q.no34.I nSQLt hest at ementselect*from R, Sisequi valentto____
___.
A: Sel ect*f rom Rnat ur aljoi
nS
B: Sel ect*f rom Rcr ossj oinS
C: Sel ect*f rom Runi onj oinS
D: Sel ect*f rom Ri nnerj oinS
Q.no35.Whi choft hef ollowingi
nt r
uer egar dingRef erentialI
ntegri
ty?
A: Ever ypr imar y-keyv aluemustmat chapr imar y-keyv alueinan
associ atedt abl e
B: Ever ypr imar y-keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
table
C: Ever yf or eign- keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ev eryf or eign- keyv al uemustmat chaf oreign-keyv alueinanassociated
table
Q.no36.Rel ationalAl gebr ais
A: Dat aDef i
nitionLanguage
B: Met aLanguage
C: Procedur al quer yLanguage
D: Dat aMani pul ationLanguage
Q.no37.Thenat uraljoini sequalto:
A: Car tesi anPr oduct
B: Combi nat i
onofUni onandCar t
esianpr oduct
C: Combi nat i
onofsel ect ionandCartesianpr oduct
D: Combi nat i
onofpr oj ectionandCar t
esianpr oduct
Q.no38.Thet er m_ ___ ___isusedtor efertoar ow.
A: Attr i
but e
B: Tupl e
C: Field
D: Inst ance
Q.no39.Thecol lectionofint
errelateddataiscall
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst ract
ion
Q.no40.Whi choft hef oll
owi
ngi sanunar yoperation?
A: Sel ectionoper ation
B: Gener ali
zedsel ection
C: Primi t
iveoper ati
on
D: Proj ectionoper ation
Q.no41.Whi choft hef oll
owi
ngi sNotaRel ati
on-algebraOperat
ion
A: Sel ect
B: Uni on
C: Rename
D: Dropt abl e
Q.no42.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char acter
Q.no43.Theempl oy eesalar
yshoul dnotbegr eaterthanRs.2000.Thi
sis
______ _
A: i
nt egr i
tyconst raint
B: refer entialconstraint
C: ov er-definedconst r
aint
D: feasi bleconst rai
nt
Q.no44.Themet hodofaccesswhi chuseskeyt r
ansf or
mati
onisknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no45.At ablejoinedwi thi
tselfiscal
ledas________
A: Joi n
B: Sel fJoi n
C: Out erJoi n
D: Equi Join
Q.no46.Af unctionaldependencyi sar el
ati
onshipbet weenoramong:
A: Tables
B: Rows
C: Relations
D: Attri
but es
Q. no47.Cust omerwi t
hdrawi ngmoneyf r
om ATM i sanexampl e
of_ ______ _
_ _
A: Appl i
cat ionpr ogrammer
B: Naï veuser
C: Speci al
izeduser
D: Sophi sticateduser
Q. no48.Whi chSQLQuer yisuset or emoveat ableandalli
tsdatafrom
the
dat abase?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q. no49.I nt he_ __ _
_ _
____nor malform, acomposi teatt
ri
buteisconvert
ed
to
i
ndi v i
dualat tri
but es.
A: First
B: Second
C: Third
D: Four th
Q. no50.The_ __
__ _ofadat abasekeepsonchangi ng.
A: Instance
B: Schema
C: Structure
D: Primar ykey
Q. no51.Af terthef inalstatementofat r
ansact i
onhasbeenexecut ed,a
transact i
onent ersi na_ _
_ ______state.
_______.
A: Act i
ve
B: abor t
ed
C: Commi tt ed
D: Par t
iall
ycommi t
ted
Q. no52.Amongstt heACI Dpr oper
t i
esofat ransacti
on,t
he'Durabi
lit
y'
proper t
y
requi res.thatt hechangesmadet othedat abasebyasuccessf ul
transact i
on
persist
A: Excepti ncaseofanoper atingsy stem cr ash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ailure
D: Alway s, ev eni ft hereisaf ailureofanyki nd
Q.no53.I fev er ynon- keyat t
ributeisf unctionall
ydepedentpri
mar ykey
,
thent he
rel
ationwi l
lbei n_ ________ ____.
A: Firstnor mal f orm
B: Secondnor mal f
orm
C: Thir dNor mal form
D: Four thnor mal form
Q.no54.The_ __ _____ _
pr otocolensur esfreedom fr
om deadlock.
A: Two- phasel ocki ngpr ot ocol
B: Strictt wo- phasel ockingpr otocol
C: Rigor oust wo- phasel ockingpr ot
ocol
D: Timest ampor deringpr otocol
Q.no55.Dupl icat ionofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal ies
B: Dat ai solat ion
C: Dat ai nconsi st ency
D: Dat ar edundancy
Q.no56.Whi choft hef ollowingoper ati
oni susedifwear eint
erestedi
n
only
certaincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q.no57.At abl eont hemanysi deofaonet omanyormanyt omany
rel
ationshi p
must :
A: Bei nSecondNor mal For m( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngl eat t
ributekey
D: Hav eacomposi tekey
Q.no58.I nt he_ _ ________nor malf orm, acomposi t
eattri
buteisconvert
ed
to
i
ndiv i
dualat tribut es
A: First
B: Second
C: Thir d
D: Four th
Q.no59.I nt her elationalmodel ,thenumberofat t
ri
butesandnumberof
tuples
i
riar elat i
onar et ermedas_ _
___ ____
_and_ _____
_____
___respecti
vel
y
A: Car dinal i
ty,domai n
B: Degr ee, cardi nality
C: Domai ndegr ee
D: Car dinal i
ty,degr ee
Q.no60.At ablehasf ieldsF1, F2, F3, F4,F5wi ththefollowingf
uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,
F2)—>F5
I
nt ermsofnor mal ization,thi
st ableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no1.Whi choft hef oll
owingi sthest ructureoftheDat abase?
A: Tabl e
B: .Schema
C: Relat i
on
D: Struct ure
Q.no2.Keyt or epr esentr elati
onshi pbet weent abl
esiscal l
ed
A: Primar ykey
B: Secondar yKey
C: For eignKey
D: Candi dateKey
Q.no3.Hi erarchi calmodeli sal socal l
ed_ _
_ _
_ _
___.
A: Treest ructure
B: PlexSt ructure
C: Nor mal izeSt r uctur e
D: Tabl eSt ructur e
Q.no4.Dat aMani pul ationLanguage( DML)i snotto____
_ _
A: Creat ei nformat i
ont ableintheDat abase
B: Insert i
onofnewi nformat i
oni ntotheDat abase
C: Delet i
onofi nf ormat ionintheDat abase
D: Modi ficationofi nf or
mat ionint heDat abase
Q.no5.E- Rmodelusest hissymbolt or epresentweakentit
yset?
A: Dot tedr ect angl e
B: Diamond
C: Doubl yout linedr ect angle
D: Dot teddi amond
Q.no6.Theov er alldescr ipti
onofadat abasei scall
ed___
___.
A: Dat ai ntegr ity
B: Dat amani pul ation
C: Dat abaseschema
D: Dat adef inition
Q.no7.Whent hechangescausedbyanabor tedtr
ansacti
onhav ebeen
undone,
thet r
ansact ioni ssai dt obe_ __
_ _____.
A: Failed
B: commi tted
C: partiallycommi tted
D: roll
edback.
Q.no8.Car t
esi anpr oducti nrelati
onalal gebrais:
A: aUnar yoper ator
B: aBi nar yoper at or
C: aTer nar yoper at or
D: notdef i
ned
Q.no9.4NFi sdesi gnedt ocopewi t
h:
A: Transi t i
vedependency
B: Joindependency
C: Mul tiv alueddependency
D: Funct ional dependency
Q.no10.I nE- RDi agr am der i
vedat tr
ibutear erepr
esentedby___
_____.
A: Ell
ipse
B: Dashedel l
ipse
C: Rect angl e
D: Triangl e
Q.no11.Dat ar edundancymayl eadto:
A: Dat ai ntegr ity
B: Atomi citypr obl em
C: Dat ai nconsi stency
D: Dat aabst r act ion
Q.no12.I nwhi chst ateonegat hersandlistallthenecessaryf
ieldsf orthe
databasedesi gnpr oj
ect.
A: Dat aDef inition
B: Dat aRef inement
C: Est abl i
shi ngRel ationship
D: Dat adel etion
Q.no13.Whoi smor econcer nedaboutt heconcept uall
eveloftheDBMS
A: TheSy stemspr ogrammer
B: Theenduser
C: Client
D: DBA
Q.no14.Aggr egat ef unctionsar efuncti
onst hattakea_ _
_____
___ _as
i
nputand
ret
ur nasi ngl ev alue.
A: Col lectionofv alues
B: Singl ev alue
C: Aggr egat ev al ue
D: Tabl es
Q.no15.The_ ___ __connect i
veisusedt ot estforabsenceofset
member ship.
A: except
B: exist s
C: noti n
D: in
Q.no16.Thi skeyt hatuni quelyidenti
fi
eseachr ecor
discall
ed
A: Primar yKey
B: KeyRecor d
C: Uni queKey
D: FieldName
Q.no17.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ter nar yOper at or
C: Binar yOper ator
D: Notanoper at or
Q.no18.Tor emov ear elati
onf rom anSQLdat abase,weusethe_ _
__ _
_
command.
A: Del ete
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no19.Whati sACI Dpr oper t
iesofTr ansact i
ons?
A: Atomi city ,Consistency ,Isol
at i
on,Dat abase
B: Atomi city, Consistency ,Isol
at i
on,Dur abi
li
ty
C: Atomi city ,Consistency ,Inconsistent,Durabil
ity
D: Aut omat ically,Concur rency,Isolati
on, Durabil
it
y
Q.no20.Thebasi cdat aty pechar (n)isa_ ____lengt
hcharacterstr
ingand
varchar (n)i s_ _
__ _l
engt hchar act er
A: Fixed, equal
B: Equal ,v ar i
able
C: Fixed, v ariable
D: Var i
abl e, equal
Q.no21.Asubschemaexpr esses_ ________.
A: Thel ogical vi
ew
B: Thephy si calview
C: Theext ernal view
D: Thei nter nal v
iew
Q.no22.Whi choft hef ollowingshoul dbeusedt ofi
ndthemeanoft he
salary?
A: Mean( sal ar y
)
B: Av g(sal ary )
C: Sum( sal ar y)
D: Count (sal ary)
Q.no23.Al laggr egatef unct i
onsexcept_ ____ignorenul
lvaluesinthei
r
i
nput
collection.
A: Count (attr i
bute)
B: Count (*)
C: Av g
D: Sum
Q.no24.I nSQL‘ rel
ationAcont ai
nsr elati
onB’ canbewr i
tt
enas
A: Notexi st sBexceptA
B: existsBexceptA
C: Notexi st sAexceptB
D: existsAexceptB
Q.no25.Fort hegi v
ensetoff unct i
onaldependencyF, i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no26.TheRDBMSt ermi nologyforar owis____
____.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degree.
Q.no27.I nSQLt hestat ementsel ect*f
rom R,Sisequival
entto__
_____
.
A: Select*f rom Rnatur aljoi
nS
B: Select*f r
om Rcr ossj oinS
C: Select*f rom Runionj oinS
D: Select*f rom Rinnerj oinS
Q.no28.Funct ionalDependenci esarethetypesofconst r
aint
sthatare
based
on_ _
____
A: Key
B: Keyr evisi
ted
C: Super setkey
D: Tuple
Q.no29.whi choft hefol l
owi ngisnotadat abaseobject?
A: Tables
B: Queries
C: Relationships
D: Repor ts
Q.no30.Whi choft hef ollowingar ethepropert
iesofentit
ies?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no31.Whi choft hef ollowingf i
eldshaswidthof8by tes?
A: Memo
B: Number
C: Date/ ti
me
D: Hyper li
nk
Q.no32.A_ ______
_inat ablerepresentsarelat
ionshi
pamongasetof
values.
A: Column
B: Key
C: Row
D: Ent ry
Q.no33.Whati sar elationshipcalledwheni tismai nt
ainedbetweentwo
entiti
es?
A: Unar y
B: Binar y
C: Ter nary
D: Quat ernary
Q.no34.I ndomai nr elationalcalculuswecr eateav ar
iabl
efor
every_ _______
A: Row
B: Col umn
C: Tabl e
D: Attribute
Q.no35._ __
_ _
__pr oducest herel
ationthathasat t
ri
butesofR1andR2
A: Car tesianproduct
B: Difference
C: Product
D: Intersection
Q.no36.NULLi s_
_ ____ ___ _
.
A: Thesameas0f ori nteger
B: Thesameasbl ankf orchar act
er
C: Thesameas0f ori ntegerandbl ankforchar acter
D: Notav al
ue
Q.no37.Whi choft hef ollowingisnotModi ficationoftheDatabase
A: Del eti
on
B: I
nser t
ion
C: Sor ti
ng
D: Updat i
ng
Q.no38.Whi chnor malf or misconsi der
edadequat eforrel
ati
onal
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no39.Af il
emani pul ationcommandt hatext ractssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no40.Af unct i
onthathasnopar ti
alfunctionaldependenci
esisin
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no41.Mi ni
malSuper keysar ecal
led
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attribut ekey s
Q.no42.I none- to-manyr el
ationshi
pthet ableon'many 'si
deiscall
edas:
A: Par ent
B: Mast er
C: Sister
D: Chi l
d
Q.no43.I feverynon- keyattri
buteisfunctionall
ydependentont he
pri
mar ykey ,
therel ationwi llbein_______
A: Fi
r stNor mal Form
B: SecondNor mal Form
C: Thir dNor mal Form
D: Four thFor mal Form
Q.no44.Whi choft hefollowingisnotal evelofdataabst r
act
ion?
A: Phy sical Lev el
B: Critical Level
C: Logi cal Level
D: ViewLev el
Q.no45.Whi choft hefollowingenablesust ov iewdataf r
om atabl
e
basedona
specificcr i
teri
on
A: For m
B: Quer y
C: Macr o
D: Repor t
Q.no46.Thet er m_ _
_____isusedt orefertoar ow.
A: Attr i
but e
B: Tupl e
C: Field
D: Inst ance
Q.no47.Whi choft hefoll
owingisNotaRel ation-algebraOper ati
on
A: Sel ect
B: Uni on
C: Rename
D: Dropt able
Q.no48.Whi choft hefoll
owingintr
ueregar dingRef erent ialIntegri
ty?
A: Ever ypr i
mar y-
keyv aluemustmat chaprimar y-keyv aluei nan
associ atedt abl e
B: Ever ypr i
mar y-
keyv aluemustmat chaforeign-keyv aluei nanassoci ated
table
C: Ever yf oreign-keyv al
uemustmat chapr i
mar y-
keyv aluei nan
associ atedt abl e
D: Ev eryf oreign-keyv al
uemustmat chaf oreign-keyv aluei nanassoci at
ed
table
Q.no49.Whi chSQLQuer yisusetoremov eat ableandal litsdatafrom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no50.I nthe_ _______
__normalform,acomposi t
eat tribut eisconv ert
ed
to
i
ndiv i
dualat tributes.
A: First
B: Second
C: Thi rd
D: Four t
h
Q.no51.I far elati
oni sinBCNF,theniti
sal soi n
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no52.Ther esul toftheUNI ONoperat
ionbet weenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: Allthet upl esofR1
B: Allthet upl esofR2
C: Allthet upl esofR1andR2
D: Allthet upl esofR1andR2whi chhav ecommoncol umns
Q.no53.Doesi ndext akespaceint hedi sk?
A: Indexesar enev erst oredondi sk
B: I
tst oresmemor yasandwhenr equir
ed
C: Indexest akenospace
D: Yes, Indexesar est oredondisk
Q.no54.Whi charet het woway si nwhichent i
tiescanpar tici
pateina
rel
at i
onshi p?
A: Passi v eandact i
ve
B: Tot alandpar t
ial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no55.Cr eat et
abl eempl oyee( namev archar,idinteger )Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integrityconst raint
Q.no56.Apr imarykeyi scombinedwi t
haf oreignkeycr eates______
A: Par ent-Chi l
drelationshipbetweent het ablest hatconnectt hem
B: Manyt omanyr elationshi
pbet weent het ablesthatconnectt hem.
C: Net wor kmodel betweenthet ablesthatconnectt hem.
D: Manyt ooner elationshipbetweent het ablest hatconnectt hem.
Q.no57.Whi choft hef oll
owingisnotapr opertyofat ransact i
on?
A: Atomi city
B: Consi st ency
C: Integrity
D: Dur ability
Q.no58._ __ ____allowust oidentif
yuniquel yat upleint her el
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no59.Whi choft hef oll
owingisnott ruef orNor mal i
zat ion?
A: Remov esr edundancy
B: Remov esi nser ti
onanomal y
C: Decomposest her el
ation
D: Quer yexecut ionbecomesf aster
Q.no60.I fev erynon- keyat t
ributeisf uncti
onall
ydepedentpri
marykey
,
t
hent he
rel
at i
onwi llbei n_ _
_ _________
_ .
A: Fir
stnor mal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four t
hnor mal form
Q.no1.I nanEnt it
y-RelationshipDi agram “Diamonds”
represent s_ _ _____ _
_ _________
A: Attri
but es
B: Mul ti
-val uedat tri
butes
C: Weakent it
yset
D: Relationshi pset s
Q.no2.I fBi sanat tributeandA→B, ThenBi ssaidt
obe_ ____
___byA.
A: Logical lyi mpl ied
B: Funct i
onal lyimpl i
ed
C: Logical lydet ermi ned
D: Funct ional lydet er mined
Q.no3.Adat adi ctionaryisar eposit
or ythatmanages_____
A: Memor y
B: Met adat a
C: Spell Checker
D: Dat aVal i
dat or
Q.no4.A‘ book’ i
sa_ __
_ ___
__ty peofent i
ty.
A: concept ual
B: concr et e
C: real
D: abst r
act
Q.no5.Rel at i
onalcal culusisa:
A: Procedur allanguage
B: Non- Pr ocedur allanguage
C: Dat adef i
nit i
onl anguage
D: Highl ev el language
Q.no6.Theconcept ualmodeli s_________.
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof t
ware
D: Independentofbot hhar dwar eandsof t
ware
Q.no7.Whi choneoft hef ollowi ngisnott r
uef orav iew:
A: Viewi sder ivedf rom ot hert ables
B: Viewi sav ir
tual table.
C: Av iewdef initi
oni sper manent l
ystoredaspar tofthedatabase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no8.Sel ect*f rom empl oy eeWhatt ypeofst at ementisthis?
A: DML
B: I
nt egr i
t yconst raint
C: DDL
D: View
Q.no9.Toappl ytheaggr egat efuncti
on,toagr oupofsetof
tuples_ ___ ___ clausei s
used.
A: Groupby
B: hav i
ng
C: select
D: wher e
Q.no10.E- Rmodel ingt echni queis:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -leftappr oach
D: Treest r
uct ur e
Q.no11.Thedat abaseenv ironmenthasal lofthef oll
owingcomponent s
except __ __ ____
A: User s.
B: Separ atef iles
C: Dat abase.
D: Dat abaseadmi nistrator
Q.no12.Whi choft hef ol
lowi ngat t
ri
butecanbef ur
therdiv
idedinto
subpar ts
A: Simpl eat tribute
B: Mul tivaluedat t
ribut e
C: Composi teat tri
but e
D: Der i
v edat tribute
Q.no13.Whi choneoft hef ollowinguniquelyident i
fi
estheelement si
nthe
rel
at i
on?
A: Primarykey
B: Secondar yKey
C: Foreignkey
D: Composi tekey
Q.no14.Cr ossPr oducti sa:
A: Unar yOper ator
B: TernaryOper ator
C: BinaryOper ator
D: Notanoper ator
Q.no15.Hi erarchi calmodelisalsocalled_________.
A: Treest ructure
B: PlexSt r
uct ure
C: Nor malizeSt ruct ur
e
D: Tabl eStructure
Q.no16.Fort hegi vensetoff uncti
onaldependencyF, i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no17.Al laggr egat efunct
ionsexcept_ ___
_i gnorenul
lvaluesinthei
r
i
nput
coll
ect i
on.
A: Count (
at t
ribute)
B: Count (
*)
C: Av g
D: Sum
Q.no18.Car tesianpr oducti
nr el
ati
onalalgebrai s:
A: aUnar yoper ator
B: aBi naryoper ator
C: aTer naryoper ator
D: notdef i
ned
Q.no19.I nSQL‘ relati
onAcont ainsrel
ationB’ canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no20.I nwhi chst ateonegathersandlistallthenecessaryfi
eldsfort
he
databasedesi gnpr oject.
A: Dat aDef initi
on
B: Dat aRef inement
C: Est abl ishi ngRel at
ionship
D: Dat adel etion
Q.no21.I nE- Rdiagram gener al
izati
onisrepr esent
edby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no22.Tor emov earelati
onf r
om anSQLdat abase,weuset he_ __
_ _
_
command.
A: Del et e
B: Pur ge
C: Remov e
D: Dropt abl e
Q.no23.Whi choft hefollowingisthest r
uctur eoftheDat abase?
A: Tabl e
B: .Schema
C: Rel at i
on
D: Struct ure
Q.no24.Aggr egatefunctionsaref uncti
onst hattakea_ _ __
_ _
_ _
___as
i
nputand
ret
urnasi ngl ev alue.
A: Col lect ionofv alues
B: Singl ev alue
C: Aggr egat ev alue
D: Tabl es
Q.no25.Whi choft hefollowingshouldbeusedt ofindthemeanoft he
salary?
A: Mean( sal ary)
B: Av g( sal ary )
C: Sum( sal ary)
D: Count (salar y)
Q.no26.I nSQLt hestatementsel ect*f
rom R,Si sequivalentto_______.
A: Select*f rom Rnat uraljoi
nS
B: Select*f rom Rcr ossjoinS
C: Select*f rom Runi onjoinS
D: Select*f rom Ri nnerjoinS
Q.no27.Funct i
onalDependenci esar ethetypesofconst raintsthatare
based
on______
A: Key
B: Keyr ev isit
ed
C: Super setkey
D: Tuple
Q.no28.Thenat ural j
oi ni
sequalt o:
A: Cartesi anPr oduct
B: Combi nat i
onofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ecti
onandCar t
esianpr oduct
D: Combi nat i
onofpr oject
ionandCar t
esianpr oduct
Q.no29.Whi choft hef oll
owingfieldshaswi dthof8by t
es?
A: Memo
B: Number
C: Date/ ti
me
D: Hyper li
nk
Q.no30.Themet hodofaccesswhi chuseskeyt ransfor
mat i
oni
sknown
as:
A: Dir
ect
B: Hash
C: Random
D: Sequent ial
Q.no31.Whi choft hef oll
owingar ethepr operti
esofent i
ti
es?
A: Groups
B: Table
C: Attr
ibut es
D: Switchboar ds
Q.no32.Rel ationalAl gebr ais
A: DataDef i
nitionLanguage
B: MetaLanguage
C: Procedur al queryLanguage
D: DataMani pul ati
onLanguage
Q.no33.Cust omerwi thdr
awi ngmoneyf r
om ATM i sanexample
of________ __
A: Applicat ionpr ogr ammer
B: Naïveuser
C: Special izeduser
D: Sophi sticateduser
Q.no34.The_ _____ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ure
D: Primar ykey
Q.no35.At ablejoinedwi thi
tselfiscal
ledas_ ______
_
A: Joi n
B: Sel fJoi n
C: Out erJoi n
D: Equi Join
Q.no36.Theempl oy eesalar
yshoul dnotbegr eaterthanRs.2000.Thi
sis
__
_ ___ _
A: i
nt egr it
yconst raint
B: refer ential constraint
C: ov er-def inedconst r
aint
D: feasi bleconst raint
Q.no37.Af unctionaldependencyi sar el
ationshipbetweenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Att ri
but es
Q.no38.Whi chnamemustbeuni quewi t
hinadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char acter
Q.no39.Whi choft hef oll
owi
ngi sanunar yoper ati
on?
A: Sel ectionoper ation
B: Gener alizedsel ection
C: Primi t
iveoper ati
on
D: Proj ectionoper ation
Q.no40.whi choft hef ol
lowi
ngisnotadat abaseobj ect
?
A: Tabl es
B: Quer i
es
C: Rel ationshi ps
D: Repor ts
Q.no41.Thecol lectionofint
errelateddataiscal l
edas:
A: DBMS
B: RDBMS
C: Dat abase
D: Dat aabst raction
Q.no42.TheRDBMSt ermi nologyforar owi s________.
A: Tupl e.
B: Rel at i
on.
C: Attr i
but e.
D: Degr ee.
Q.no43.I none- t
o-manyr el
ationshi
pt hetableon' many 'sideiscalledas:
A: Par ent
B: Mast er
C: Sist er
D: Chi ld
Q.no44.A_ _ ______inat ablerepresentsar elati
onshi pamongasetof
values.
A: Col umn
B: Key
C: Row
D: Ent ry
Q.no45._ ___ ___producest herelat
ionthathasat tri
butesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Product
D: Inter sect ion
Q.no46.Whi choft hef ollowingisnotModi f i
cationoft heDat abase
A: Del et ion
B: Inser t i
on
C: Sor ting
D: Updat ing
Q.no47.Thet erm_ ____ __isusedt or ef
ertoar ow.
A: Attr i
but e
B: Tupl e
C: Field
D: Inst ance
Q.no48.Whi choft hef ollowingintrueregar dingRef erentialI
nt egr
ity
?
A: Ev erypr imar y-keyval uemustmat chaprimar y-keyv alueinan
associ at edt abl e
B: Ever ypr imar y-keyval uemustmat chaforeign-keyv aluei nanassoci at
ed
table
C: Ev eryf oreign-keyv aluemustmat chapr i
mar y-
keyv aluei nan
associ at edt abl e
D: Ev eryf oreign- keyv aluemustmat chaf orei
gn- keyval
uei nanassociated
tabl e
Q. no49.I fev erynon- keyat t
ributeisf uncti
onall
ydependentont he
pr i
mar ykey ,
ther elati
onwi llbei n__ ___
__
A: FirstNor mal For m
B: SecondNor mal For m
C: Thi rdNor mal Form
D: Four thFor mal For m
Q. no50.Af il
emani pul ati
oncommandt hatextractssomeoft herecords
from a
fileiscal l
ed
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q. no51.Dupl icat i
onofdat aatsev eralplacesisknownas_ ___
A: Concur rentaccessanomal ies
B: Dat aisol ation
C: Dat ainconsi stency
D: Dat ar edundancy
Q. no52.I nt her elationalmodel ,thenumberofat t
ri
butesandnumberof
tupl es
i
r iar elationar et ermedas_ ___ ____
__and_ ____
_ _____
___respecti
vely
A: Car dinality,domai n
B: Degr ee, car dinality
C: Domai ndegr ee
D: Car dinality,degr ee
Q. no53.At abl eont hemanysi deofaonet omanyormanyt omany
relat i
onshi p
must :
A: Bei nSecondNor mal Form( 2NF)
B: Bei nThi rdNor mal Form( 3NF)
C: Hav easi ngl eat tri
but ekey
D: Hav eacomposi t
ekey
Q. no54.At abl ehasf ieldsF1, F2, F3, F4,F5wit hthefol
lowingf uncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
Int ermsofnor malization,thist abl
ei sin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no55.Af unctionaldependencyoft heform x—>yi str
ivali
f
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no56.Consi derthef oll
owi ng
S1:For eignkeyal l
owsnul lvalues.
S2:Ev erybi nar ytablesi sinBCNF
Whi choft hef oll
owi ngi strue?
A: Bot hS1andS2ar etrue
B: S1i strue
C: S2i strue
D: Bot hS1andS2ar efalse
Q. no57.Amongstt heACI Dpr opert i
esofat r
ansacti
on,
the'Durabi
lit
y'
proper t
y
requi res.thatt hechangesmadet ot hedatabasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsy stem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ail
ure
D: Alway s, ev enifthereisaf ail
ureofanyki nd
Q. no58.Af terthef inalstatementofat ransacti
onhasbeenexecut ed,a
transact ionent ersina_ _______ _state._
______.
A: Active
B: abor t
ed
C: Commi tted
D: Par t
iall
ycommi tted
Q. no59.Whi choft hef oll
owi ngoper ati
onisusedi fweareint
erestedin
onl y
cer taincol umnsofat able?
A: PROJECTI ON
B: SELECTI ON
C: UNI ON
D: JOI N
Q.no60.I nt he_ __ __ _____nor malfor
m, acomposi teatt
ri
but eisconvert
ed
t
o
i
ndi v
idualat tri
butes
A: First
B: Second
C: Third
D: Four th
Q.no1.Asubschemaexpr esses____
_ _
_ __.
A: Thel ogical view
B: Thephy sical view
C: Theext er nal vi
ew
D: Thei nternal view
Q.no2.I fBi sanat tributeandA→B, ThenBi ssai dtobe_ _____
__byA.
A: Logi callyi mpl i
ed
B: Funct i
onal lyimpl ied
C: Logi callydet ermi ned
D: Funct i
onal lydet ermi ned
Q.no3.The_ _____ connect iv
ei susedtot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no4.Theov eral ldescr i
ptionofadat abasei scall
ed______.
A: Dat ai ntegr i
ty
B: Dat amani pulation
C: Dat abaseschema
D: Dat adef i
ni t
ion
Q.no5.Thebasi cdat at ypechar(n)i
sa_ ____lengthcharacterstr
ingand
varchar (n)i s_ ____l engt hcharacter
A: Fixed, equal
B: Equal , variable
C: Fixed, var iable
D: Var i
abl e, equal
Q.no6.Adat adict ionar yi sareposit
oryt hatmanages_ _
_ __
A: Memor y
B: Met adat a
C: SpellChecker
D: DataVal idator
Q.no7.A‘ book’ isa_________t
y peofent it
y.
A: concept ual
B: concret e
C: real
D: abstract
Q.no8.Keyt orepresentrelati
onshi pbet weent ablesiscal
led
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dat eKey
Q.no9.Theuser swhouseeasy -
t o-usemenuar ecal l
ed
A: Sophi st i
catedenduser s
B: Naïveuser s
C: Stand- aloneuser s
D: Casual enduser
Q.no10.E- Rmodelusest hissy mbolt orepresentweakent ityset?
A: Dottedr ectangle
B: Diamond
C: Doubl yout l
inedrectangle
D: Dotteddi amond
Q.no11.Thi skeyt hatuniquelyi dent ifi
eseachr ecordiscalled
A: Primar yKey
B: KeyRecor d
C: UniqueKey
D: Fiel
dName
Q.no12.Whatdoy oumeanbyonet omanyr el
ationshipbetweenTeacher
and
Classt abl e?
A: Onecl assmayhav emanyt eacher s
B: Onet eachercanhav emanycl asses
C: Onet eachercanhav eonecl ass
D: Manyt eacher smayhav emanycl asses
Q.no13.Whent hechangescausedbyanabor tedt r
ansacti
onhav ebeen
undone,
thet r
ansact ionissaidt obe_ _____ _
_ _.
A: Fail
ed
B: commi tt
ed
C: parti
allycommi tt ed
D: rol
ledback.
Q.no14.I nanEnt i
ty -Rel ationshi pDi agr am “ Di
amonds”
represent s__ __ _____ __ ____ ___
A: Attri
but es
B: Mul t
i-
v aluedat t
ribut es
C: Weakent ityset
D: Relati
onshi pset s
Q.no15.Whoi smor econcer nedaboutt heconcept ualleveloftheDBMS
A: TheSy stemspr ogr ammer
B: Theenduser
C: Cli
ent
D: DBA
Q.no16.4NFi sdesi gnedt ocopewi th:
A: Transitivedependency
B: Joindependency
C: Mul t
iv alueddependency
D: Functional dependency
Q.no17.Whati sACI Dpr oper ti
esofTr ansact i
ons?
A: Atomi city, Consi stency ,Isolation,Dat abase
B: Atomi city, Consi st ency ,Isolation,Dur abilit
y
C: Atomi city, Consi stency ,Inconsi stent, Durabili
ty
D: Automat ical ly
, Concur rency ,Isolation, Durabil
ity
Q.no18.Dat ar edundancymayl eadt o:
A: Dataint egr ity
B: Atomi citypr oblem
C: Datainconsi stency
D: Dataabst r action
Q.no19.I nE- RDi agr am der ivedat tributear er epresentedby __
_____
_.
A: Ell
ipse
B: Dashedel l
ipse
C: Rectangl e
D: Tri
angl e
Q.no20.Dat aMani pul ationLanguage( DML)i snott o__ __
__
A: Createi nf or mat iont ablei nt heDat abase
B: I
nser t
ionofnewi nf ormat i
oni ntot heDat abase
C: Deleti
onofi nformat i
oni nt heDat abase
D: Modi f
icat ionofi nf ormat i
oni nt heDat abase
Q.no21.Sel ect*f rom empl oy eeWhatt y peofst atementi sthi
s?
A: DML
B: Integr it
yconst raint
C: DDL
D: View
Q.no22.Rel ationalcal culusisa:
A: Procedur al l
anguage
B: Non- Procedur allanguage
C: Dat adef i
niti
onl anguage
D: Highl evellanguage
Q.no23.Whi choft hefollowingisthestructureoftheDatabase?
A: Tabl e
B: .Schema
C: Rel ation
D: Struct ure
Q.no24.Fort hegi vensetoff unct
ionaldependencyF,i
t’
sclosureis
denot edas
A: F+
B: FC
:F*
D: F_
Q.no25.Aggr egat efunct i
onsar efuncti
onst hatt
akea_ _
_ _
_____
__as
i
nputand
ret
ur nasi nglev alue.
A: Col lectionofv alues
B: Singl ev al
ue
C: Aggr egatev alue
D: Tabl es
Q.no26.I ndomai nr el
ationalcalculuswecreat eavari
ablefor
ever y
_ __ ____
_
A: Row
B: Col umn
C: Tabl e
D: Attr i
but e
Q.no27.I nthe_ __ ____
_ __normalf orm,acomposi teat
tri
buteisconver
ted
to
i
ndi vi
dualat tri
but es.
A: First
B: Second
C: Thi rd
D: Four th
Q.no28.Thenat uralj
oini sequalt o:
A: Car tesianPr oduct
B: Combi nati
onofUni onandCar tesi
anpr oduct
C: Combi nationofsel ect i
onandCar tesianpr oduct
D: Combi nationofpr ojectionandCar tesianpr oduct
Q.no29.Mi nimalSuper keysarecal l
ed
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attributekey s
Q.no30.Whi chnor malf ormisconsi deredadequat eforrelat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no31.Whati sar el
at i
onshipcal l
edwheni ti
smai nt
ainedbet weentwo
entit
ies?
A: Unar y
B: Binar y
C: Ter nary
D: Quat ernary
Q.no32.Whi choft hef ollowingisNotaRel ati
on-al
gebraOper ati
on
A: Select
B: Union
C: Rename
D: Dropt able
Q.no33.Whi chSQLQuer yisuset oremov eat abl
eandal li
tsdat af
rom
the
database?
A: Creat eTabl e
B: AlterTabl e
C: DropTabl e
D: Remov eTabl e
Q.no34.Whi choft hef ollowingenabl esust oviewdatafrom at abl
e
basedona
specificcr it
erion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no35.Funct i
onalDependenci esar ethet ypesofconst r
aintst hatare
based
on____ __
A: Key
B: Keyr evisit
ed
C: Super setkey
D: Tupl e
Q.no36.Whi choft hef ollowingf i
eldshaswi dthof8by tes?
A: Memo
B: Number
C: Dat e/ t
ime
D: Hy per li
nk
Q.no37.I nSQLt hest at ementsel ect*fr
om R, Sisequival
entto_ ______
.
A: Select*f rom Rnat ur aljoi
nS
B: Select*f rom Rcr ossj oinS
C: Select*f rom Runi onj oinS
D: Select*f rom Ri nnerj oinS
Q.no38.NULLi s__ __
__ ____.
A: Thesameas0f orinteger
B: Thesameasbl ankf orchar acter
C: Thesameas0f orintegerandbl ankf orcharacter
D: Notav alue
Q.no39.Whi choft hef ollowingi snotal evelofdat aabstraction?
A: Phy sical Level
B: Criti
cal Level
C: Logi cal Level
D: ViewLev el
Q.no40.Af uncti
ont hathasnopar tialf
unctionaldependenci esi si
n
_______f or m:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no41.Themet hodofaccesswhi chuseskeyt r
ansformat i
oni sknown
as:
A: Direct
B: Hash
C: Random
D: Sequent ial
Q.no42.The_ _
__ __ofadat abasekeepsonchangi ng.
A: Inst ance
B: Schema
C: Struct ur e
D: Primar ykey
Q.no43.Whi chnamemustbeuni quewithi
nadat abase?
A: Tabl e
B: Field
C: Recor d
D: Char act er
Q.no44.Af i
lemani pulati
oncommandt hatextr
actssomeoft herecor
ds
fr
om a
fi
leiscal led
A: SELECT
B: PROJECT
C: JOI N
D: PRODUCT
Q.no45.Af unctionaldependencyi sarelat
ionshipbetweenoramong:
A: Tabl es
B: Rows
C: Rel ations
D: Att ri
but es
Q.no46.Theempl oy eesalaryshoul dnotbegreaterthanRs.2000.Thi
sis
______ _
A: i
nt egr it
yconst raint
B: refer ent i
al constraint
C: ov er-def inedconst r
aint
D: feasi bleconst raint
Q.no47.At ablejoinedwi thitselfi
scall
edas_ _______
A: Joi n
B: Sel fJoi n
C: Out erJoi n
D: Equi Joi n
Q.no48._ _ _____pr oducest her el
ati
onthathasat tri
butesofR1andR2
A: Car tesi anpr oduct
B: Differ ence
C: Pr oduct
D: Inter section
Q.no49.I fev erynon- keyat t
ributeisfunctional l
ydependentont he
primar ykey ,
ther elat i
onwi llbei n_ _____
_
A: FirstNor mal For m
B: SecondNor mal Form
C: Thi rdNor mal For m
D: Four thFor mal For m
Q.no50.Thet erm_ ______i
susedt orefertoar ow.
A: At tr
ibut e
B: Tupl e
C: Field
D: Instance
Q.no51.Whi char et het woway sinwhichent i
tiescanpar ti
cipateina
rel
at i
onshi p?
A: Passi veandact ive
B: Tot al andpar tial
C: Simpl eandCompl ex
D: simpl eandpar tial
Q.no52.Ther esul toft heUNI ONoper ationbet weenR1andR2i sa
rel
at i
ont hat
i
ncludes
A: All t
het uplesofR1
B: All t
het uplesofR2
C: All t
het uplesofR1andR2
D: All thet uplesofR1andR2whi chhav ecommoncol umns
Q.no53.Apr i
mar ykeyi scombi nedwi t
haf oreignkeycr eat
es_ ___
__
A: Par ent -
Chi ldr elationshipbetweent het ablest hatconnectthem
B: Manyt omanyr elati
onshipbet weent het ablesthatconnectt hem.
C: Net wor kmodel bet weent hetablesthatconnectt hem.
D: Manyt ooner elationshipbetweent het ablest hatconnectthem.
Q.no54.I fev erynon- keyat t
ributeisfunctional l
ydepedentpr imarykey,
thent he
rel
at i
onwi l
lbei n__ ___________.
A: Firstnor mal form
B: Secondnor mal form
C: Thi rdNor mal form
D: Four thnor mal form
Q.no55._ __ ___ _all
owust oident
ifyuniquel
yat upl
eint herel
ation.
A: Super key
B: Domai n
C: Attribut e
D: Schema
Q.no56.I far elati
oni sinBCNF, t
henitisalsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF
Q.no57.Doesi ndext akespaceinthedi sk?
A: Indexesar enev erstoredondisk
B: I
tst or esmemor yasandwhenr equired
C: Indexest akenospace
D: Yes, Indexesar est oredondisk
Q.no58.Whi choft hefoll
owingisnotapr opert
yofat ransacti
on?
A: Atomi city
B: Consi st ency
C: Integr i
ty
D: Dur abi l
ity
Q.no59.Whi choft hefoll
owingisnottrueforNor mali
zation?
A: Remov esr edundancy
B: Remov esi nser ti
onanomal y
C: Decomposest her el
ati
on
D: Quer yexecut i
onbecomesf ast
er
Q.no60.Cr eat etabl eemployee(namev ar
char,
idinteger)Whatt ypeof
statement
i
st his?
A: DML
B: DDL
C: View
D: Integr it
yconst r
aint
Q.no1.Whi choft hef oll
owingattr
ibutecanbef urt
herdi v
idedinto
subpar ts
A: Simpl eat tribute
B: Mul tivaluedat t
ri
but e
C: Composi teat tr
ibute
D: Der i
v edat tribute
Q.no2.Al laggr egat ef unctionsexcept_ ____ignorenullv
aluesinthei
r
i
nput
coll
ection.
A: Count (at tribut e)
B: Count (* )
C: Avg
D: Sum
Q.no3.Theov er alldescriptionofadat abasei scall
ed____
__.
A: Datai nt egr ity
B: Datamani pul at i
on
C: Databaseschema
D: Datadef i
ni tion
Q.no4.Cr ossPr oducti sa:
A: Unar yOper at or
B: Ternar yOper ator
C: BinaryOper at or
D: Notanoper at or
Q.no5.Asubschemaexpr esses_ __
_____
_.
A: Thel ogi cal view
B: Thephy sical v i
ew
C: Theext er nal view
D: Thei nter nal v i
ew
Q.no6.Thebasi cdat atypechar (
n)isa_ __
_ _lengt
hcharacterstr
ingand
varchar(n)i s_ _ __ _lengthchar acter
A: Fi
xed, equal
B: Equal, var iabl e
C: Fi
xed, var iabl e
D: Variabl e, equal
Q.no7.Car tesi anpr oducti nr elat
ionalal
gebr ais:
A: aUnar yoper at or
B: aBinar yoper ator
C: aTer nar yoper ator
D: notdef ined
Q.no8.Keyt or epr esentr elati
onshipbetweent abl
esiscall
ed
A: Primar ykey
B: Secondar yKey
C: ForeignKey
D: Candi dat eKey
Q.no9.E- Rmodel ingt echniquei s:
A: Top- downmet hod
B: Bot tom- upmet hod
C: Right -l
ef tappr oach
D: Treest ruct ure
Q.no10.I nE- Rdiagr am gener al
izat
ionisr epresentedby
A: Ell
ipse
B: Dashedel li
pse
C: Rect angl e
D: Triangl e
Q.no11.Whi choft hef ol
lowingshouldbeusedt ofindt
hemeanofthe
salary?
A: Mean( sal ary)
B: Avg( sal ary )
C: Sum( sal ary)
D: Count (sal ary)
Q.no12.I fBi sanat tr
ibuteandA→B, ThenBi ssai
dt obe___
___
__byA.
A: Logi callyi mpl i
ed
B: Funct ional l
yimpl ied
C: Logi callydet ermi ned
D: Funct i
onal l
ydet ermi ned
Q.no13.The_ _
_ ___ connect i
veisusedt ot estforabsenceofset
member shi p.
A: except
B: exists
C: noti n
D: in
Q.no14.Whi choneoft hefollowinguniquelyidenti
f i
estheel
ement
sinthe
rel
ation?
A: Primar ykey
B: Secondar yKey
C: For eignkey
D: Composi tekey
Q.no15.Hi erarchi calmodeli salsocalled_________
.
A: Treest ruct ure
B: PlexSt ruct ure
C: Nor mal i
zeSt ruct ure
D: Tabl eSt ructure
Q.no16.Theconcept ualmodeli s____
__ _
__ .
A: Dependentonhar dwar e
B: Dependentonsof tware.
C: Dependentonbot hhar dwar eandsof tware
D: Independentofbot hhar dwar eandsof tware
Q.no17.Toappl yt heaggr egat efunction,toagr oupofsetof
tuples__ _____ clausei s
used.
A: Groupby
B: having
C: select
D: wher e
Q.no18.Theuser swhouseeasy -t
o-usemenuar ecalled
A: Sophi sticat edenduser s
B: Naïv euser s
C: Stand- aloneuser s
D: Casual enduser
Q.no19.Thedat abaseenv ironmenthasal lofthef ol
lowingcomponents
except ____ ____
A: User s.
B: Separ at efiles
C: Database.
D: Databaseadmi nistrator
Q.no20.Tor emov ear elationf rom anSQLdat abase,weuset he___
___
command.
A: Delete
B: Purge
C: Remov e
D: Dropt abl e
Q.no21.Whi choneoft hef oll
owi ngisnott rueforav iew:
A: Viewi sder ivedf rom ot hert ables
B: Viewi sav ir
tual table.
C: Av iewdef initi
oni sper manent l
ystoredaspar tofthedat abase.
D: Viewnev ercont ainsder ivedcol umns.
Q.no22.Adat adict i
onar yi sar epositorythatmanages_ ____
A: Memor y
B: Met adat a
C: Spel lChecker
D: DataVal idat or
Q.no23.I nSQL‘ relationAcont ainsrelati
onB’ canbewr i
tt
enas
A: Notexi stsBexceptA
B: existsBexceptA
C: Notexi stsAexceptB
D: existsAexceptB
Q.no24.A‘ book’ i
sa_ ____ __
__typeofenti
ty.
A: concept ual
B: concr ete
C: real
D: abst ract
Q.no25.I nwhi chst at eonegat hersandli
stallt
henecessaryf i
eldsf
orthe
databasedesi gnpr oject.
A: Dat aDef i
nition
B: Dat aRef inement
C: Establ i
shi ngRel ationshi p
D: Dat adel etion
Q.no26.Whati sar elationshi pcall
edwhenitismai nt
ainedbetweent wo
entiti
es?
A: Unar y
B: Binar y
C: Ternar y
D: Quat ernar y
Q.no27.Rel ationalAl gebr ais
A: Dat aDef i
nitionLanguage
B: Met aLanguage
C: Procedur al queryLanguage
D: Dat aMani pul ati
onLanguage
Q.no28.I ndomai nr elationalcalculuswecreateavariablef
or
ever y
__ ______
A: Row
B: Column
C: Tabl e
D: Attribute
Q.no29.Whi choft hef ollowingisnotModi f
icat
ionoftheDat abase
A: Delet i
on
B: Inser t
ion
C: Sor t
ing
D: Updat i
ng
Q.no30.I nt he_ _________nor malf orm,acompositeattr
ibut
ei sconvert
ed
to
i
ndi vi
dualat tri
but es.
A: Fi
rst
B: Second
C: Third
D: Fourth
Q.no31.Cust omerwi thdrawi
ngmoneyf rom ATM i sanexampl e
of_________ _
A: Applicat ionpr ogrammer
B: Naïveuser
C: Specializeduser
D: Sophi sticateduser
Q.no32.Whi choft hef oll
owingisanunaryoper ation?
A: Selectionoper ation
B: Gener alizedsel ection
C: Pri
mi tiveoper ati
on
D: Projectionoper ation
Q.no33.Whi choft hef oll
owingarethepropertiesofent i
ties?
A: Groups
B: Table
C: Attri
but es
D: Switchboar ds
Q.no34.Whi choft hef oll
owingenablesust oviewdat afrom at abl
e
basedona
specificcr i
t erion
A: Form
B: Quer y
C: Macr o
D: Repor t
Q.no35.Whi choft hef oll
owingisNotaRel ati
on-algebraOper ati
on
A: Select
B: Union
C: Rename
D: Dropt abl e
Q.no36.whi choft hef oll
owingi
snotadat abaseobj ect
?
A: Tables
B: Quer i
es
C: Relati
onshi ps
D: Repor ts
Q.no37.Whi chSQLQuer yisusetoremov eat ableandal litsdataf
rom
the
database?
A: CreateTabl e
B: Alt
erTabl e
C: DropTabl e
D: Remov eTabl e
Q.no38.Funct ionalDependenci esar ethet y pesofconst r
aintsthatare
based
on_ _
____
A: Key
B: Keyr ev isit
ed
C: Super setkey
D: Tuple
Q.no39.TheRDBMSt ermi nologyf orar owi s________.
A: Tuple.
B: Relation.
C: Attri
but e.
D: Degree.
Q.no40.Thenat uralj
oi ni sequalt o:
A: Cartesi anPr oduct
B: Combi nat i
onofUni onandCar tesianpr oduct
C: Combi nat i
onofsel ect ionandCar t
esi anpr oduct
D: Combi nat i
onofpr oject ionandCar tesianpr oduct
Q.no41.Whi choft hef ollowingi ntruer egar dingRef erentialI
ntegrit
y?
A: Everypr imar y-
keyv al uemustmat chapr imar y-keyv alueinan
associatedt able
B: Everypr imar y-
keyv al uemustmat chaf oreign-keyv alueinanassoci ated
table
C: Everyf or eign-keyv aluemustmat chapr i
mar y
-keyv aluei nan
associatedt able
D: Everyf or eign-keyv aluemustmat chaf oreign-keyv alueinanassoci at
ed
table
Q.no42.Thecol l
ecti
onofi nterr
elat eddat ai scal l
edas:
A: DBMS
B: RDBMS
C: Database
D: Dataabst racti
on
Q.no43.A_ __ _
_ __
_inat ablerepr esent sar elati
onshi pamongasetof
values.
A: Column
B: Key
C: Row
D: Entry
Q.no44.Whi chnor malf ormisconsi der
edadequat eforr elat
ional
database
design?
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q.no45.I none- t
o-manyr elat
ionshipt hetableon'many 'sideiscall
edas:
A: Parent
B: Mast er
C: Sister
D: Child
Q.no46.Mi nimalSuper keysar ecalled
A: Schemakey s
B: Candi datekey s
C: Domai nkey s
D: Attri
but ekeys
Q.no47.Whi chnamemustbeuni quewi thi
nadat abase?
A: Table
B: Fi
eld
C: Recor d
D: Char acter
Q.no48.NULLi s_ ____
_ ____
.
A: Thesameas0f orinteger
B: Thesameasbl ankf orcharacter
C: Thesameas0f orintegerandbl ankf orcharact
er
D: Notav alue
Q.no49.At ablejoinedwi thit
selfiscal l
edas_ _____
__
A: Join
B: SelfJoi n
C: OuterJoi n
D: Equi Join
Q.no50.Af uncti
ont hathasnopar ti
alfunctionaldependenciesisin
_______f orm:
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no51.At ablehasf i
el dsF1, F2, F3, F4,F5wi tht
hefol
lowingfuncti
onal
dependenci es
Fi—>F3,
F2—>F4
(FI,F2)—>F5
I
nt ermsofnor mal i
zation, thist ableisin
A: 1NF
B: 2NF
C: 3NF
D: BCNF
Q. no52.At ableont hemanysi deofaonet omanyormanyt omany
relat i
onshi p
must :
A: Bei nSecondNor mal For m( 2NF)
B: BeinThi rdNor mal For m( 3NF)
C: Hav easi ngleat t
r i
but ekey
D: Hav eacomposi tekey
Q. no53.Af terthef inalst at ementofat r
ansactionhasbeenexecuted,a
transact ionent ersina_ __ ___ ___state._______
.
A: Active
B: aborted
C: Commi tted
D: Partiall
ycommi tted
Q. no54.The_ _ _
_ _
__ __pr otocolensur esf reedom fr
om deadl
ock.
A: Two- phasel ockingpr ot ocol
B: Stri
ctt wo-phasel ocki ngpr otocol
C: Rigoroust wo- phasel ocki ngpr otocol
D: Timest ampor deringpr ot ocol
Q. no55.Consi derthef ol lowi ng
S1:For eignkeyal l
owsnul lv alues.
S2:Ev erybinar ytablesi si nBCNF
Whi choft hef oll
owi ngi st rue?
A: BothS1andS2ar etr ue
B: S1ist rue
C: S2i strue
D: BothS1andS2ar ef alse
Q. no56.Af unctionaldependencyoft hef orm x—>yistri
valif
A: y⊆x
B: y⊂x
C: x⊂y
D: x⊂yandy ⊂x
Q. no57.Amongstt heACI Dpr opertiesofat r
ansacti
on,t
he'Durabil
it
y'
proper t
y
requi res.thatthechangesmadet othedatabasebyasuccessf ul
transact ion
per sist
A: Excepti ncaseofanoper atingsy stem crash
B: Excepti ncaseofadi skcr ash
C: Excepti ncaseofapowerf ailure
D: Alway s,evenifther eisaf ailureofanykind
Q. no58.I nthe_ _________normalf orm, acompositeatt
ri
buteisconvert
ed
to
i
ndi vidualat tr
ibutes
A: First
B: Second
C: Third
D: Four t
h
Q. no59.I feverynon- keyattributei sfuncti
onall
ydepedentpri
mar ykey,
thent he
relationwi l
lbein___ _
_ __
______ .
A: Firstnormal form
B: Secondnor mal form
C: ThirdNor mal form
D: Four t
hnor mal form
Q. no60.I farelati
oni sinBCNF, thenitisalsoin
A: 1NF
B: 2NF
C: 3NF
D: 5NF