DBMS Bitbank
DBMS Bitbank
Code: RBMCQ0502
Ravishbegusarai.wordpress.com
Sixth Edition
Ravish Begusarai
DBMS : A MCQ BOOK | Code: RBMCQ0502
5) In the relational modes, cardinality is termed as 13) In the architecture of a database system external
A. Number of tuples level is the
B. Number of attributes A. physical level
C. Number of tables B. logical level
D. Number of constraints C. conceptual level
D. view level
6) The ........ is used for creating and destroying table,
indexes and other forms of structures. 14) A functional dependency is a relationship between
A. data manipulation language or among .......
B. data control language A. tables
C. transaction control language B. rows
D. data definition language C. relations
D. attributes
7) The view of total database content is
A. Conceptual view 15) Related fields in a database are grouped to form a
B. Internal view A. data file
C. External view B. data record
D. Physical view C. menu
D. bank
8) The ............ refers to the way data is organized in
and accessible from DBMS. 16) .......... is, a table have more than one set of
A. database hierarchy attributes that could be chosen as the key
B. data organization A. foreign key
C. data sharing B. integrity key
D. data model C. relationship
1 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
18) The operation of eliminating columns in a table 25. A top-to-bottom relationship among the items in a
done by ........ operation. database is established by a
A. Restrict A) Hierarchical schema
B. Project B) Network schema
C. Union
C) Relational Schema
D. Divide
D) All of the above
19) The way a particular application views the data
from the database that the application uses is a 26. ……………… table store information about database or
A. module about the system.
B. relational model A) SQL
C. schema B) Nested
D. sub schema C) System
D) None of these
20) ....... is a condition specified on a database schema
and restricts the data that can be stored in an instance
of the database. 27. …………..defines the structure of a relation which
A. Key Constraint consists of a fixed set of attribute-domain pairs.
B. Check Constraint A) Instance
C. Foreign key constraint B) Schema
D. integrity constraint c) Program
D) Super Key
21. DBMS is a collection of ………….. that enables user to
create and maintain a database. 28. ……………… clause is an additional filter that is applied
A) Keys to the result.
B) Translators A) Select
C) Program B) Group-by
D) Language Activity C) Having
D) Order by
22. In a relational schema, each tuple is divided into fields
called 29. A logical schema
A) Relations A) is the entire database
B) Domains B) is a standard way of organizing information into
C) Queries accessible parts.
D) All of the above C) Describes how data is actually stored on disk.
D) All of the above
23. In an ER model, ……………. is described in the database
by storing its data. 30. ………………… is a full form of SQL.
A) Entity A) Standard query language
B) Attribute B) Sequential query language
2 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
34) The collection of information stored in a database at a 41. The candidate key is that you choose to identify
particular moment is called as ...... each row uniquely is called ……………..
A. schema A) Alternate Key
B) Primary Key
B. instance of the database
C) Foreign Key
C. data domain
D) None of the above
D. independence
42. …………….. is used to determine whether of a
35) Data independence means table contains duplicate rows.
A. data is defined separately and not included in A) Unique predicate
programs. B) Like Predicate
B. programs are not dependent on the physical attributes C) Null predicate
of data
D) In predicate
C. programs are not dependent on the logical attributes of
43. To eliminate duplicate rows ……………… is
data used
D. both B and C A) NODUPLICATE
B) ELIMINATE
36) A ......... is used to define overall design of the C) DISTINCT
database D) None of these
A. schema
B. application program 44. State true or false
i) A candidate key is a minimal super key.
C. data definition language
ii) A candidate key can also refer to as surrogate key.
D. code A) i-true, ii-false
37) Key to represent relationship between tables is called B) i-false, ii-true
3 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
4 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
5 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
8) When an E-R diagram is mapped to tables, the 15) Which of the following constitutes a basic set of
representation is redundant for operations for manipulating relational data?
A. Weak entity sets A. Predicate calculus
B. weak relationship sets B. Relational calculus
C. Strong entity sets C. Relational algebra
D. strong relationship sets D. SQL
9) If two relations R and S are joined, then the non 16) Relational calculus is a
matching ruples of both R and S are ignored in A. Procedural language
A. left outer join B. Non-Procedural language
B. right outer join C. Data definition language
C. full outer join D. High level language
D. inner join
17) Cartesian product in relational algebra is
10) Relational Algebra is A. a Unary operator
B. a Binary operator
A. Data Definition Language
B. Meta Language C. a Ternary operator
C. Procedural query Language D. not defined
D. None of the above
18) In an E-R diagram attributes are represented by
11) If an entity can belong to only one lower level entity A. rectangle
then the constraint is B. square
A. disjoint C. ellipse
B. partial D. triangle
C. overlapping
D. single 19) In an E-R diagram an entity set is represent by a
A. rectangle
B. ellipse
12) The common column is eliminated in C. diamond box
A. theta join D. circle
B. outer join
C. natural join 20) E-R model uses this symbol to represent weak entity
D. composed join set?
A. Dotted rectangle
13) In E-R diagram total participation is represented by B. Diamond
A. double lines
6 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
7 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
18) Different values for the same data item is referred to 5. Which of the following is correct.
as ....... A) A SQL query automatically eliminates duplicates
A. data consistency
B) SQL permits attribute names to be repeated in the
B. data inconsistency same relation
C. data integrity C) A SQL query will not work if there are no indexes on the
D. data duplication relations
D) None of the above
19) The .......... returns row after combining two tables
based on common values. 6. Which of the following operation is used if we are
A. difference interested in only certain columns of a table?
B. product A) PROJECTION
C. join B) SELECTION
D. union C) UNION
D) JOIN
20) The .......... can be used to ensure database integrity.
A. entity integrity 7. Which of the following is a legal expression in SQL?
B. database constraints A) SELECT NULL FROM EMPLOYEE;
C. referential integrity B) SELECT NAME FROM EMPLOYEE;
D. cardinality C) SELECT NAME FROM EMPLOYEE WHERE SALARY=NULL;
D) None of the above
8 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
A) CHARACTER C) Execute
B) NUMERIC D) Run
C) FLOAT
D) All of the above 16. Which command displays the SQL command in
the SQL buffer, and then executes it?
A) CMD
9. Which command is used to select distinct subject (SUB)
B) OPEN
from the table (BOOK)? C) EXECUTE
A) SELECT ALL FROM BOOK D) RUN
B) SELECT DISTINCT SUB FROM BOOK
C) SELECT SUB FROM BOOK 17. What is a DATABLOCK?
D) All of the above A) Set of Extents
B) Set of Segments
10. In SQL, which of the following is not a data definition
C) Smallest Database storage unit
D) Set of blocks
language commands?
A) RENAME 18. If two groups are not linked in the data model
B) REVOKE editor, what is the hierarchy between them?
C) GRANT A) There is no hierarchy between unlinked groups.
D) UPDATE B) The group that is right ranks higher than the group
that is to right or below it.
11. In SQL, which command is used to remove a C) The group that is above or leftmost ranks higher
stored function from the database? than the group that is to right or below it.
A) REMOVE FUNCTION D) The group that is left ranks higher than the group
B) DELETE FUNCTION that is to the right.
C) DROP FUNCTION
D) ERASE FUNCTION 19. Which of the following types of triggers can be
fired on DDL operations?
12. In SQL, which command is used to select only A) Instead of Trigger
one copy of each set of duplicate rows B) DML Trigger
A) SELECT DISTINCT C) System Trigger
D) DDL Trigger
B) SELECT UNIQUE
C) SELECT DIFFERENT 20. What operator performs pattern matching?
D) All of the above A) IS NULL operator
B) ASSIGNMENT operator
13. Count function in SQL returns the number of C) LIKE operator
A) Values D) NOT operator
B) Distinct values
C) Groups
D) Columns Embedded SQL
14. Composite key is made up of ................ 1) DROP is a ................ statement in SQL.
A) One column A. Query
B) One super key B. Embedded SQL
C) One foreign key
C. DDL
D) Two or more columns
D. DCL
15. What command is used to get back the privileges
offered by the GRANT command? 2) The keyword to eliminate duplicate rows from the
A) Grant query result in SQL is.
B) Revoke A. DISTINCT
B. NO DUPLICATE
9 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
C. UNIQUE C. a SQL query will not work if there are no indexes on the
D. None of the above relations.
D. None of these.
3) Which of the following aggregate function does not
ignore nulls in its results? 11) Which of the following is a comparison operator in
A. COUNT B. COUNT(*) SQL?
C. MAX D. MIN A. = B. LIKE
C. BETWEEN D. All of the above
4) In SQL, testing whether a subquery is empty is done
using 12) To delete a particular column in a relation the
A. DISTINCT B. UNIQUE command used is.
C. NULL D. EXISTS A. UPDATE B. DROP
C. ALTER D. DELETE
5) ................ operator is used to compare a value to a list
of literals values that have been specified.
A. Like B. Compare
RavishBegusarai
C. Between D. In
13) The ............ operator is used to compare the value to
6) The language used in application programs to request a list of literals values that that have been specified.
data from the DBMS is referred to as the A. BETWEEN B. ANY
A. DML B. DDL C) IN D) ALL
C. VDL D. SDL
14) ............ function divides one numeric expression by
7) The DBMS language component which can be another and returns the remainder.
embedded in a program is A. POWER B. MOD
A. The data definition language(DDL) C. ROUND D. REMAINDER
B. The data manipulation language(DML)
C. The database administrator(DBA) 15) A data manipulation command the combines the
D. A query language record from one or more tables is called.
A) SELECT
8) A DBMS query language is designed to B. PROJECT
A. Support end users who use English-like commands. C. JOIN
B. Support in the development of complex applications D. PRODUCT
software.
C. Specify the structure of a database. 16) DDL stands for
D. All of the above A. Data definition language
B. Data description language
9) It is possible to define a schema completely using. C. Data design languages
A. VDL and DDL D. Database dictionary languages.
B. DDL and DML
C. SDL and DDL 17) The DDL is used to specify the ........
D. VDL and DML A. Conceptual schema
B. Internal schema
10) Which of the following is correct. C. Both
A. a SQL query automatically eliminates duplicates. D. None
B. SQL permits attribute names to be repeated in the
same relation. 18) Which is used for data retrieval from the database?
10 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
3. Constraint checking can be disabled on existing ........... 9. When a ................. clause is used, each item in the
and ............. constraints so that any data you modify or select list must produce a single value for each group.
add to the table is not checked against the constraint. A) ORDER BY
A) CHECK, FOREIGN KEY B) GROUP
B) DELETE, FOREIGN KEY C) GROUP BY
C) CHECK, PRIMARY KEY D) GROUP IN
D) PRIMARY KEY, FOREIGN KEY
10. MS SQL Server uses a variant of SQL called T-SQL, or
4. ................ and ................... are the Transact - SQL Transact SQL, an implementation of .................. with some
control-of-flow key words. extensions.
A) Continue, Stop A) MS SQL Server
B) Break, Stop B) Tabular Data Set
C) Continue, While C) SQL-92
D) While, Going to D) Tabular Data Stream
11 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
17. The query used to remove all references for the pubs 3. ................... has made PL/SQL code run faster without
and newspubs databases from the system tables is ..... requiring any additional work on the part of the
A) DROP DATABASE pubs, newpubs; programmer.
B) DELETE DATABASE pubs, newpubs; A) SQL Server
C) REMOVE DATABASE pubs, newpubs; B) My SQL
D) DROP DATABASE pubs and newpubs; C) Oracle
D) SQL Lite
18. ...................... clause specifies the groups into which
output rows are to be placed and, if aggregate functions 4. A line of PL/SQL text contains groups of characters
are included in the SELECT clause. known as .......................
12 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
13 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
17. ....................... a cursor enables you to define the 3. The Oracle Instance is made up of the ……………………….
cursor and assign a name to it. and the background processes.
A) Declearing A) System Global Area (SGA)
B) Stating B) Oracle Global Area (OGA)
C) Extracting C) Program Global Area (PGA)
D) Importing D) Private SQL Area (PSA)
18. In ................... the cursor advances to the next row in 4. The background processes of the Oracle instance are
the active set each time the fetch command is executed. responsible for performing …………………. I/O functions.
A) recreating process A) Synchronous
B) redefining process B) Asynchronous
C) iterative process C) Both of the above
D) None of the above D) None of the above
Databases
dictionary and user created data.
A) Data Files
B) Control Files
1. The …………………… consists of physical files and memory C) Redo Log Files
components. D) Password Files
A) Oracle Client
B) Oracle Server 8. The ………………………….. keeps a record of the names,
C) Oracle Middleware size locations different physical files of the Oracle
D) Oracle Instance Database.
A) Data File
2. The ……………………… consists of the memory B) Control File
C) Redo Log File
components of Oracle and various background processes.
D) Password File
A) Oracle Parameter
B) Oracle Profile
9. In Oracle Database, ……………………………… is used to hold
C) Oracle Process
the names of privileged users who have been granted the
D) Oracle Instance
SYSDBA or SYSOPR roles.
A) Data File
14 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
15 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
3) A ......... ensures that transactions are performed as C. Concurrency control component of DBMS
expected. D. Recovery management component of DBMS
A. transaction processing monitor
B. transaction procedure monitor 11) ........ means that a transaction must make its
C. isolation monitor changes permanent to the database ends.
A. isolation
D. transaction log B. locking
C. durability
4) A transaction that completes its execution D. consistency
successfully is said to be .......
A. committed 12) Throughput means
B. rolled back A. number of transactions that are committed in one
C. partially committed hour
D. Aborted B. number of operations in a transaction
C. number of transaction that can be aborted in a
5) ........ means that a transaction must execute exactly given amount of time
once completely or not at all. D. number of transaction that can be executed in a
A. durability given amount of time
B. consistency
C. atomicity 13) ........ deals with individual transactions.
D. isolation A. isolate transactions
B. transaction recovery
6) Assume transaction A holds a shared lock R. If C. system recovery
transaction B also requests for a shared lock on R. D. media recovery
A. It will result in a deadlock situation
B. It will immediately be rejected 14) The part of a database management system which
C. It will immediately be granted ensures that the data remains in a consistent state is
D. It will be granted as soon as it is released by A A. authorization and integrity manager
B. buffer manager
7) ........... means that when it ends, a transaction must C. transaction manager
leave the database in a consistent state. D. file manager
A. Data isolation
B. Data duration 15) ......... protocol is used to perform multiple
C. Data consistency transactions that execute on different database.
D. Data non-reputability A. commit
B. two phase lock
8) The number of transactions executed in a given C. two phase commit
amount of time is called ......... D. locking
A. utilization
B. execution rate 16) A transaction can do read and write operation on a
c. throughput data item when it acquires ......
D. atomicity A. read mode
B. exclusive mode
9) Isolation means ...... C. shared mode
A. transaction must not interfere with each other D. write mode
B. transaction must interfere with each other
C. transaction must be in consistent state 17) In .......... one transaction overwrites the changes
D. transaction must be executed immediately of another transaction.
A. uncommitted read problem
10) Which of the following ensures the atomicity of B. lost update problem
the transaction? C. update lost problem
A. Transaction management component of DBMS D. dirty read problem
B. Application Programmer
16 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
C. one transaction reads another transaction 27) If a transaction obtains an exclusive lock on a
D. one transaction commits another transaction. row, it means that the transaction wants to ....... that
row.
20) A transaction can do only read operation and not A. select
write operation on a data item when it acquires ....... B. update
lock. C. view
A. read mode D. read
B. exclusive mode
C. shared mode 28) If a transaction acquires exclusive lock, then it can
D. write mode perform .......... operation.
A. read
21) In the ............, one transaction inserts a row in the B. write
table while the other transaction is half way through C. read and write
its browsing of table. D. update
A. transaction read problem
B. one way read problem 29) ........ is a specific concurrency problem wherein
C. serial read problem two transactions depend on each other for something.
D. phantom read problem A. phantom read problem
B. transaction read problem
22) Transaction processing is associated with C. deadlock
everything below except. D. locking
A. producing detail, summery, or exception reports
B. recording a business activity 30) If a database server is referenced in a distributed
C. confirming an action or triggering a response transaction, the value of its commit point strength
D. maintaining data determines which role it plays in the .........
A. two phase commit
23) .......... helps solve concurrency problem. B. two phase locking
A. locking C. transaction locking
B. transaction monitor D. checkpoints
C. transaction serializability
D. two phase commit 31) Transaction .......... ensures that the transaction are
being executed successfully.
24) If a transaction acquires a shared lock, then it can A. concurrency
perform .......... operation. B. consistency
A. read C. serialisability
B. write D. non serialiasability
C. read and write
D. update 32) The situation in which a transaction holds a data
item and waits for the release of data item held by
25) If a transaction obtains a shared lock on a row, it some other transaction, which in turn waits for
means that the transaction wants to ..... that row. another transaction, is called .......
17 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
A. serialiable schedule
B. process waiting 40) In a two-phase locking protocol, a transaction
C. concurrency release locks in ......... phase.
D. deadlock A. shrinking phase
B. growing phase
33) ............ protocol grantees that a set of transactions C. running phase
becomes serialisable. D. initial phase
A. two phase locking
B. two phase commit 41) Commit and rollback are related to ..........
C. transaction locking A. data integrity
D. checkpoints B. data consistency
C. data sharing
34) The global coordinator forgets about the D. data security
transaction phase is called .........
A. Prepare phase 42) The transaction wants to edit the data item is
B. Commit phase called as .......
C. Forget phase A. Exclusive Mode
D. Global phase B. Shared Mode
C. Inclusive Mode
35) In two phase commit, .......... coordinates the D. Unshared Mode
synchronization of the commit or rollback operations.
A. database manager 43) For committing a transaction, the DBMS might
B. central coordinator discard all the records.
C. participants A. after image
D. concurrency control manager B. before image
C. log
36) In two-phase locking protocol, a transaction D. redo log
obtains locks in ........phase.
A. shrinking phase 44) A sophisticated locking mechanism known as 2-
B. growing phase phase locking which includes Growing phase and .......
C. running phase A. Shrinking Phase
D. initial phase B. Release phase
C. Commit phase
37) A transaction processing system is also called as D. Acquire Phase
........
A. processing monitor 45) A Transaction ends
B. transaction monitor A. only when it is Committed.
C. TP monitor B. only when it is Rolled-back
D. monitor C. when it is Committed or Rolled-back
D. only when it is initialized
38) After the nodes are prepared, the distributed
transaction is said to be ...... 46) In .........., each transactions there is a first phase
A. in-doubt during which new lock are acquired.
B. in-prepared A. Shrinking Phase
C. prepared transaction B. Release phase
D. in-node C. Commit phase
D. Growing Phase
39) In .........., we have many mini transactions within
a main transaction. 47) A transaction processing system is also called as
A. transaction control A. processing monitor
B. chained transaction B. transaction monitor
C. nested transaction C. TP monitor
D. calling transaction D. monitor
18 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
B. Processes
48) The transactions are always ......... if it always C. shared_Pool_size
locks a data item in shared mode before reading it. D. buffers
A. well formed
B. well distributed 56) The ............is responsible for ensuring correct
C. well locked execution in the presence of failures.
D. well shared A. Database Manager
B. Transaction Manager
49) .......... servers which is widely used in relational C. Recovery Manager
database systems. D. Executive Manager
A. Data servers
B. Transaction servers 57) A distributed transaction can be ............. if queries
C. Query servers are issued at one or more nodes.
D. Client servers A. fully read-only
B. partially read-only
50) If a distributed transactions are well-formed and C. fully read-write
2-phasedlocked, then ................ is the correct locking D. partially read-write
mechanism in distributed transaction as well as in
centralized databases. 58) The distributed transaction can be completely
A. two phase locking read-only and the transaction is started with a ..........
B. three phase locking READ ONLY statement.
C. transaction locking A. DISTRIBUTED_TRANSACTIONS
D. well-formed locking B. TRANSACTION
51) ......... property will check whether all the C. SET TRANSACTION
operation of a transaction completed or none. D. READ TRANSACTION
A. Atomicity
B. Consistency 59) The initialization parameter ................. controls
C. Isolation the number of possible distributed transactions in
D. Durability which a given instance can concurrently participate,
both as a client and a server.
52) The total ordering of operations across groups A. DISTRIBUTED_TRANSACTIONS
ensures ...........of transactions. B. TRANSACTION
A. serializability C. SET TRANSACTION
B. synchronizability D. CONTROL TRANSACTION
C. atomicity
D. durability 60) A database administrator can manually force the
COMMIT or ROLLBACK of a local ............
53) In which state, the transaction will wait for the distributed transaction.
final statement has been executed? A. in-force
A. Active B. in-doubt
B. Failed C. in-local
C. Aborted D. in-manual
D. partially committed
19 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
20 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
4. Which of the following is TRUE for the System 12) To change column value in a table the .........
Variable $date$? command can be used.
A) Can be assigned to a global variable. A. create B. insert
21 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
17) A primary key if combined with a foreign key A) i, ii, and iv only
creates B) i, ii and iii only
A. Parent-Child relationship between the tables that C) ii, iii and iv only
connect them D) All i, ii, iii, and iv
B. Many to many relationship between the tables that
connect them 4. To delete a database ................... command is used
C. Network model between the tables that connect A) delete database database_name
them
B) Delete database_name
D. None of the above
C) drop database database_name
18) A ............. represents the number of entities to D) drop database_name
which another entity can be associated
A. mapping cardinality 5. .............. is a combination of two of more attributes
B. table used as a primary key
C. schema A) Composite Key
D. information B) Alternate Key
C) Candidate Key
19) Which two files are used during operation of the
D) Foreign Key
DBMS
A. Query languages and utilities
B. DML and query language 6. Which of the following is not the function of client?
C. Data dictionary and transaction log A) Compile queries
D. Data dictionary and query language B) Query optimization
C) Receive queries
20) A ........... is a set of column that identifies every D) Result formatting and presentation
row in a table.
A. composite key
7. ............. is a special type of stored procedure that is
B. candidate key
22 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
automatically invoked whenever the data in the table is 14. …………. contains data assisting day to day activities of
modified. the organization.
A) Procedure A) Control database
B) Trigger B) Operational database
C) Curser C) Strategic database
D) None of the above D) Sequential database
23 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
1. The relational model is based on the concept that data 9. ……………..specifies a search condition for a group or an
is organized and stored in two-dimensional tables called aggregate.
A) Fields B) Records A) GROUP BY Clause
C) Relations D) Keys B) HAVING Clause
C) FROM Clause
2. ……………….. contains information that defines valid D) WHERE Clause
values that are stored in a column or data type.
A) View B) Rule 10. Drop Table cannot be used to drop a table referenced
C) Index D) Default by a …………… constraint.
A) Local Key
3. Which of the syntax is correct for insert statement? B) Primary Key
i) insert into <table_name> values <list of values> C) Composite Key
ii) insert into <table_name> (column list) values <list of D) Foreign Key
values>
A) i-only
B) ii-only
C) Both of them
D) None of them
जीवन में कठिनाइयाॉ हमे बबााद करने नह ॊ आती है , बल्कक
4. ………………. First proposed the process of normalization.
यह हमार छुपी हुई सामर्थया और शल्ततयों को बाहर
A) Edgar. W
B) Edgar F. Codd ननकऱने में हमार मदद करती है | कठिनाइयों को यह जान
C) Edward Stephen ऱेने दो की आप उससे भी ज्यादा कठिन हो।
D) Edward Codd
www.ravishbegusarai.wordpress.com
5. For using a specific database …………… command is used.
A) use database B) database name use
C) Both A &B D) None of them
दरू से हमें आगे के सभी रास्ते बॊद नजर आते हैं तयोंकक
6. Which of the following is not comparison operator? सफऱता के रास्ते हमारे लऱए तभी खऱ
ु ते जब हम उसके
A) <> B) < बबककुऱ कर ब पहुॉच जाते है |
C) =< D) >=
Thank You
A) Entity Integrity Constraints
B) Referential Integrity Constraints
C) Domain Integrity Constraints
D) Domain Constraints
E) Key Constraints
Answer: dbms[rbmcq0502]
24 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
25 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
26 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
27 Downloads: www.ravishbegusarai.wordpress.com
DBMS : A MCQ BOOK | Code: RBMCQ0502
28 Downloads: www.ravishbegusarai.wordpress.com