Database 3RD Q Exam

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

DATABASE

1. In the database table, data types describe the kind of ___ that it can Answer: B
contain.
Explanation:
A. Table In the database table, data types
B. Data describe the kind of Data that
C. Number they can contain.
D. None of the above

2. How can you edit a relationship already established between two tables? Answer: C
A. Right-click the relationship line and choose Edit Relationship
B. Double-click the relationship line
C. Both A and B
D. None of these
3. What is the maximum length of a text field? Answer: C
A. 50 B. 120 C. 255 D. 365
4. Each record is constituted by a number of individual data items which are Answer: A
called?

A. Fields
B. Data Types
C. Relations
D. Tables

5. An organized collection of logically related data is known as? Answer: C

A. Data
B. Meta data
C. Database
D. Information

6. In a database table, the category of information is called? Answer: C

Tuple

Field

Record

All of the above


7. Which key uniquely identifies each record? Answer: A

Primary key

Key record

Unique key

Field name
8. The database language that allows you to access or maintain data in a Answer: B
database is called?
DCL

DML

DDL

None of the mentioned


9. A __________ name must be unique within a database Answer: A

Table

Field

Record

Character
10. The complete information about an entity in a database is called? Answer: D

Data

Information

Field

Record
11. A database object in MS Access that stores a question about the data in Answer: C
database is called?

Table

Form

Query

Report
12. Microsoft Access is a? Answer: A

RDBMS

OODBMS

ORDBMS

Network database model


13. A relationship is created between how many tables? Answer: B
(A) One
(B) Two
(C) Three
(D) Any number
14. Which of the following data types automatically generates a consecutive Answer: A
number?
(A) Autonumber
(B) Memo
(C) Number
(D) Text
15. Which of the following store command to retrieve data from database? Answer: C
(A) Forms
(B) Reports
(C) Queries
(D) Tables
16. What do you mean by, one-to-many relationship between Student and Answer: A
Class table?
(A) One student can have many classes
(B) One class may have many student
(C) Many classes may have many students
(D) Many students may have many classes
17. Which query do you use to answer the question “Which employees earn Answer: C
more than $5000 a month”?
(A) Search query
(B) Cross tab query
(C) Select query
(D) Update query
18. To create a table in Access Answer: D
(A) Database should be created before create table
(B) Table can be created using Table Templates
(C) There must be at least one Primary key in a table
(D) All of the above
19. It is a major database object used to display information in an attractive, Answer: A
easy-to-read screen format.
(A) Form
(B) Query
(C) Report
(D) Table
20. It is a major database object used to display information in a printable Answer: C
page format.
(A) Form
(B) Query
(C) Report
(D) Table
21. These are documents that when filled in create records. Answer: A
(A) Forms
(B) Reports
(C) Tables
(D) Queries
22. Which of the following is not a database object? Answer: C
(A) Tables
(B) Queries
(C) Relationships
(D) Reports
23. It is most common type of query. It retrieves records from one or more Answer: B
tables and then displays the
(A) Parameter
(B) Select
(C) Crosstab
(D) All of above
24. Which of the following database object produces the final result to Answer: B
present?
(A) Forms
(B) Reports
(C) Queries
(D) Tables
25. It is a database object to view, change, and analyze data in different ways Answer: A
(A) Query
(B) Form
(C) Report
(D) None of the above
26. In DBMS, table is known as _____ and row is known as _____. Answer: A

A. Relation, Tuple Explanation:


B. Tuple, Tuple
C. Tuple, Relation In DBMS, table is known as
D. Relation, Relation Relation and row is known as
Tuple.
27. DBMS stands for? Answer: B
a) Data of Binary Management System
b) Database Management System
c) Database Management Service
d) Data Backup Management System
28. In which of the following formats data is stored in the database Answer: C
management system?
a) Image
b) Text
c) Table
d) Graph
29. Which of the following is not a function of the database? Answer: D
a) Managing stored data
b) Manipulating data
c) Security for stored data
d) Analysing code
30. Which of the following is generally used for performing tasks like creating Answer: D
the structure of the relations, deleting relation?

a. DML(Data Manipulation Language)

b. Query

c. Relational Schema

d. DDL(Data Definition Language)

31. Which of the following provides the ability to query information from the Answer: A
database and insert tuples into, delete tuples from, and modify tuples in the
database?
a. DML(Data Manipulation Language)

b. DDL(Data Definition Language)

c. Query

d. Relational Schema

32. Which one of the following given statements possibly contains the error? Answer: D

a. select * from emp where empid = 10003;

b. select empid from emp where empid = 10006;

c. select empid from emp;

d. select empid where empid = 1009 and Lastname = 'GELLER';

33. What do you mean by one to many relationships? Answer: B

a. One class may have many teachers

b. One teacher can have many classes

c. Many classes may have many teachers

d. Many teachers may have many classes

34. To which of the following the term "DBA" referred? Answer: B

a. Data Bank Administrator

b. Database Administrator

c. Data Administrator

d. None of the above

35. In general, a file is basically a collection of all related______. Answer: D

a. Rows & Columns

b. Fields
c. Database

d. Records

36. The term "Data" refers to: Answer: C

a. The electronic representation of the information( or data)

b. Basic information

c. Row Facts and figures

d. Both A and C

37. In the relational table, which of the following can also be represented by Answer: C
the term "attribute"?

a. Entity

b. Row

c. Column

d. Both B &C

38. For what purpose the DML is provided? Answer: B

a. Addition of new structure in the database

b. Manipulation & processing of the database

c. Definition of the physical structure of the database system

d. All of the above

39. The Database Management Query language is generally designed for the Answer: D
_____

a. Support end-users who use English like commands

b. Specifying the structure of the database

c. Support in the development of the complex applications software


d. All of the above

40. Which of the following keys is generally used to represents the Answer: B
relationships between the tables?
a. Primary key

b. Foreign key

c. Secondary key

d. None of the above

Answer: A
41. A row in a table represents

(A) Record

(B) Field

(C) File

(D) Column

You might also like