0% found this document useful (0 votes)
49 views3 pages

Database MCQs XII

Uploaded by

usha manikpuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Database MCQs XII

Uploaded by

usha manikpuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Class – XII

Subject Information Technology (802)


Assignment-1
Unit-1 Database Concepts

1. Which of the following constraint ignores NULL value?


a. UNIQUE b. FOREIGN
c. CHECK d. All of above
2. Which is the correct difference between Primary key and Foreign key?
a. A table can have multiple primary key and single foreign key
b. A primary key cannot ignore NULL value but Foreign key
c. A Primary key can have duplicate data but foreign key does not
d. None of the above
3. Which one of the following refers to the copies of the same data (or information) occupying the
memory space at multiple places.
a. Data Repository b. Data Inconsistency
c. Data Mining d. Data Redundancy
4. Which of the following refers to the number of attributes in a relation?
a. Degree b. Row
c. Column d. All of the above
5. Consider attributes ID, CITY and NAME. Which one of this can be considered as a primary key?
a. NAME b. ID c. CITY d. CITY, ID
6. Which of the following is considered as DBMS ?
a. Access b. Oracle c. SQL Server d. All of these
7. What will be cardinality and degree for given table ‘coach’?

a. cardinality = 7, degree = 8 b. cardinality = 9, degree = 8


c. cardinality = 7, degree = 56 d. cardinality = 8, degree = 7
8. if degree of relation is 4 that means relation have
a. 4 tuples b. 4 attributes
c. 4 state d. 4 relations
9. Relational model was developed by
a. E. F Codd b. Richard Stallman
c. Guido Van Rossum d. John Von Neumann
10. For the given table ‘student’ having fields admno, rollno, name, class, dob identify the most suitable
field for Primary key
a. Admno b. Rno c. Name d. Class
11. A database management system is a _________ type of software
a. System software b. Application software
c. General software d. Both (a) and (c)
12. Which one of the following refers to the copies of the same data (or information) occupying the
memory space at multiple places.
a. Data Repository b. Data Inconsistency
c. Data Mining d. Data Redundancy
13. The term ‘Data’ refers to
a. The electronic presentation of the information
b. Basic information
c. Raw facts and figures
d. Both (a) and (c)
14. Which of the following refers to the number of tuples on a relation?
a. Entity b. Column
c. Cardinality d. None of the above
15. In a relation, which of the following refers to the term ‘attribute’?
a. Entity b. Row
c. Column d. Both (b) and (c)
16. __________ is used to represent the relationship between tables
a. Primary key b. Foreign key
c. Unique key d. Candidate key
17. Order(order_id, ccode, total) here the order_id, ccode and total are ______ and Order is _______
a. Relation attribute b. Attribute, relation
c. Degree, relation d. Relation tuple
18. Before DBMS information was stored using ________
a. Data System b. Memory System
c. File System d. Drive
19. Storing records using DBMS helps in
a. Eliminates Data Redundancy
b. Maintain data consistency
c. Controlled data sharing
d. All of the above
20. Collection of logically related records are called
a. Information b. Relation
c. Database d. Tuple
21. I ensure every tuple is unique in relation can be applied to only one attribute in a relation can not
accept NULL values who am I?
a. Primary key b. Unique key
c. Foreign key d. Candidate key
22. Which of the following is a real life application of DBMS? a. Inventory Management b. Banking c.
Online Shopping d. All of the above
23. Database schema refers to
a. Table name and their fields b. Relationship among tables
c. Data stored in tables d. (a) and (b)
24. When we define database schema(structure), database state is
a. 0 b. 1 c. Null d. Equal to degree
25. In RDBMS, R represents
a. Record b. Relation
c. Relational d. Referential
26. In a relation tuple represents a
a. Single cell b. Single row c. Single column d. None of the above
27. Which following property is not observed with respect to RDBMS?
a. Sequence of attributes in a relation is immaterial
b. Tuples in a relation can be duplicated
c. No attribute can have many data value in one tuple
d. NULL is used to represent values that are unknown or non-applicable to certain attributes
28. Restriction on the type of data that can be inserted into the table is
a. Database Schema
b. Database Instance
c. Database Constraint
d. Database Key
29. An organization wants to create a database CUSTOMER-SALE to maintain following details about
its items and their sale. CUSTOMER(Ccode, Cname, Cadd) SALE( SaleID, CCode, Total) Name the
attributes of Customer which can be candidate key
a. Ccode, Cname
b. Ccode, Cadd
c. Cname, Cadd
d. Ccod
30. Which of the following is RDBMS?
a. MySQL
b. SQL Server
c. MongoDB
d. All of the above

You might also like