πŸ”₯ LIVE πŸ‘©β€πŸ« Teachers: Host Live Tests  |  πŸŽ“ Students: Practice Class-wise Quizzes Go to Quiz Portal βž”

Database Management System MCQ Class 10

Database Management System MCQ Class 10Β 

 

1. Which of the following is not a database programs?

a) MySQL

b) Oracle

c) Writer βœ“

d) OObase

 

2. Duplication of data is called _________.

a) Inconsistency

b) Consistency

c) Redundancy βœ“

d) Foreign Key

 

3. Which of the following is not the advantage of database?

a) Sharing of Data

b) Reduce Data Redundancy

c) Increase Data Inconsistency βœ“

d) Data Securit

 

4. Which of the following will help to maintain unique record in the table?

a) Foreign Key

b) Primary Key βœ“

c) Composite Key

d) Alternate Key

 

5. A foreign key is a reference of the ________ key in another table.

a) Alternate

b) Primary βœ“

c) Candidate

d) None of the above

 

6. SQL stands for _________________

a) Structured Queue Language

b) Structured Query Language βœ“

c) Structured Query Lang

d) None of the above

 

7. We can create query (in Open Office Base) in _______________________

a) In design view

b) Using wizard

c) Both of the above βœ“

d) None of the above

 

8. Which of the following will occupy more space in computer memory?

a) Bigint βœ“

b) Integer

c) Smallint

d) Boolean

 

9. ____________ is the most common DML command.

a) Delete

b) Update

c) Select βœ“

d) All of the above

 

10. Command to increase the salary of all employees by 15000.(table name emp and column name sal)

a) update emp set sal = sal + 15000; βœ“

b) update emp set sal = 15000;

c) update set sal = sal + 15000;

d) None of the above

 

 

11. A software package that can be used for creating and managing databases.

a) MS Access

b) OpenOffice Base

c) LibreOffice Base

d) All of these βœ“

 

12. OpenOffice Base is a ________database.

a) relational βœ“

b) flat

c) external

d) none of these

 

13._____ are the building blocks of the database.

a) Reports

b) Forms

c) Fields

d) Tables βœ“

 

14.__________ are the collection of different types of information about the same subject.

a) Tables

b) Records βœ“Β 

c) Fields

d) Reports

 

15.__________ key is a field that uniquely identifies each record in a table.

a) Candidate

b) Primary βœ“

c) Foreign

d) Composite

 

#TRENDING

Important MCQ on Digital Documentation Class 10 IT

Imp0rtant MCQ on Electronic Spreadsheet Class 10 IT

 

16.__________ indicates the type of data any field may store.

a) Data address

b) Data variety

c) Data types βœ“

d) Data value

 

17._________ DDL command is used to create a table.

a) ALTER

b) CREATE βœ“

c) DESIG

d) NEW

 

18. ________DDL command is used to change the structure of a database.

a) CHANGE

b) TRUNCATE

c) ALTER βœ“

d) RENAME

 

19. Which of these is not a valid category of SQL commands?

a) ALTER

b) CREATE

c) DESIGN βœ“

d) NEW

 

20. Table can be created using_________.

a) Table Wizard

b) Table icon

c) Table tool

d) Table command βœ“

 

21. There are _______ types of Relationships in a table.

a) one

b) two

d) three βœ“

c) four

 

22. _________ includes commands to enable users to enter and manipulate data.

a) DCL

b) DDL

c) DML βœ“

d) none of these

 

23. A popular data manipulation language is____________.

a) SQL βœ“

b) SML

c) DML

d) none of these

 

24. The file extension for databases created using OpenOffice.Org Base is

a) .db

b) .dbs

c) .odb βœ“

d) .oob

 

25. Which of the following data types supports alphanumeric characters and special symbols?

a) Text βœ“

b) Memo

c) Currency

d) Auto Number

 

26. Primary key cannot accept_______ values.

a) binary

b) NULL βœ“

c) text

d) numeric

 

27. Data_________ language allows you to alter/update data in a database.

a) manipulation

b) definition βœ“

c) truncation

d) control

 

28. Which of the following is not a DML command?

a) Insert

b) Update

c) Delete

d) Truncate βœ“

 

29. ________ property is used to filter the data either in the ascending or descending order.

a) Sort βœ“

b) Arrange

c) Query

d) Criteria

 

30. __________ helps us to retrieve the filtered data based upon specified conditions.

a) Report

b) Table

c) Query βœ“

d) Form

 

31. The fundamental object of a database that is a collection of information stored in rows and columns format is called____________.

a) Tables βœ“

b) Form

c) Query

d) Report

 

32. ODB stands for

a) Open Office Database βœ“

b) Open Document Database

c) Open Database

d) Open Office Base

 

CASE STUDY QUESTIONS

33. Which of the following software is appropriate to store data about school students?

a) MS-Access βœ“

b) Writer

c) Calc

d) Impress

 

34. Which of the following is not the advantage of database?

a) Sharing of Data

b) Reduce Data Redundancy

c) Increase Data Inconsistency βœ“

d) Data Security

 

35. When primary key is made up of two or more columns then it is called __ primary key.

a) Mixed

b) Reference

c) Composite βœ“

d) Compost

 

36. All the values in ________ are of same type.

a) Records

b) Table

c) Database

d) Fields βœ“

 

37. _______________ are the basic building blocks of a database.

a) Tables βœ“

b) Record

c) Field

d) All of the above

 

37. Which of the following is not valid field of table β€œStudent”

a) adm. no

b) name

c) fees

d) Salary βœ“

 

38. When data is stored, maintained and retrieved from multiple tables then special database software are required called

a) DBMS

b) RDBMS βœ“

c) Special DBMS

d) All of the above

 

39. A field which is ______ for each and every record is called Primary key.

a) Common

b) Same

c) Unique βœ“

d) None of the above

 

40. It is used to establish an association between related tables.

a) Line

b) Relationship βœ“

c) Primary Key

d) Records

 

 

41. A database stores and processes data in the form of.

a) Rows

b) Columns

c) Tables βœ“

d) All of these

 

42. What name do we give to the database which stores data based on their relevance?

a) Rational

b) Relational βœ“

c) Ration

d) Relation

 

43. What does this > button signify with respect to fields in the Table Wizard window?

a) Add one

b) Remove one

c) Remove selected

d) Add selected βœ“

 

44. Can we assign a composite key as the primary key of a table using the Table Wizard?

a) Yes βœ“

b) No

c) May be

d) None of these

 

45. A primary key should never contain.

a) Whole

b) Composite

c) Incomplete

d) Null Β βœ“

 

#TRENDING

Solved Sample Paper Class 10 IT(402) Set-1Β 

Solved Sample Paper Class 10 IT(402) Set-2

 

46. How many default column headers are present for tables in Design View?

a) One

b) Two

c) Three βœ“

d) Four

 

47. Name the column header which tells the reader about the type of information stored in a field.

a) Field Name βœ“

b) Field Type

c) Description

d) All of these

 

48. What is the other name of Fixed Length fields?Β 

a) Dynamic Fields

b) Fixed Fields

c) Static Fields βœ“

d) None of these

 

49. The default Field Length of Text (fix) [CHAR] data type is..

a) 10

b) 20

c) 30

d) 50 βœ“

 

50. Which Text type data has the largest storage capacity?

a) Text [VARCHAR]

b) Hyperlink

c) Memo [LONGVARCHAR] βœ“

d) Number

 

51. Which Whole Number data type has the smallest Field Length?

a) Small Integer

b) Big Integer

c) Tiny Integer Β βœ“

d) All of these

 

52. Which Field Property is used to change the date format?

a) Format example βœ“

b) Format

c) Format change

d) Change Format

 

53. Which special data type has a fixed Field Length of 1 space?

a) Binary [VAR]

b) Image [LONG]

c) Yes/No [BOOLEAN] βœ“

d) None of these

 

54. Which column header is used to add a note/comment about the nature of data in a field?

a) Field Name

b) Field Type

c) Description βœ“

d) All of these

 

55. Which Query is used to retrieve data from one or more tables and display the record set in a datasheet?

a) Select βœ“

b) Update

c) Cross

d) Drop

 

56. A query can be previewed by pressing.

a) F1

b) F2

c) F3

d) F4 βœ“

 

57. What does the top section of a query window display?

a) Design Grid

b) Tables βœ“

c) Both

d) None

 

58. Which key defines a relationship between two tables?

a) Foreign key βœ“

b) Primary key

c) Secondary key

d) Alternate Key

 

59. How many sections are there in a Query Design window?

a) One

b) Two βœ“

c) Three

d) Four

 

60. Which key helps to run a query?

a) F2

b) F5 βœ“

c) F6

d) F8

 

61. Which view gives more control over a query?

a) Design View βœ“

b) Wizard

c) SQL View

d) View

 

62. Which property allows the user to specify the user defined name for any column?Β 

a) Visible

b) Alias βœ“

c) Records

d) Field

 

 

 

#TRENDING

Important MCQ on Digital Documentation Class 10 IT

Imp0rtant MCQ on Electronic Spreadsheet Class 10 IT

63. A DBMS allows different user application programs to concurrently access the __________ .

a) same database βœ“

b) different spreadsheets

c) different database

d) None of these

 

64. Databases available on the database servers are accessed through command line or graphic user interface tools referred to as ______________.

a) back-ends

b) front-ends βœ“

c) intermediate

d) interfaces

 

65. A _____________ is the actual text or numerical amount or date that you put in while adding information to your database.

a) record

b) data

c) value βœ“

d) entry

 

66. RDBMS is based on the relational model introduced by

a) Henry Ford

b) E.F.Codd βœ“

c) Both (a) and (b)

d) None of these

 

67. Primary key can be of three types: ______________, single field primary key and multi-field primary key.

a) auto number βœ“

b) auto name

c) auto field

d) auto select

 

68. ________________ will restrict the amount of data that each data item or value can hold.

a) Data type

b) Data size βœ“

c) Data length

d) Data width

 

69. The _____________ data type stores serialised Java objects.

a) varbinary

b) varchar

c) other variable βœ“

d) bigint

 

70. Reports are used to produce formatted summaries of the data contained from one or more tables or queries in a ___________ format.

a) printed βœ“

b) prepared

c) presentation

d) possible

 

71. The bottom half of the Table Design window displays the ______________ for the field type you have selected.

a) field types

b) field properties βœ“

c) field output

d) field design

 

72. Multiple fields can be selected by holding the ___________ key while selecting the fields.

a) Ctrl βœ“

b) Alt

c) Shift

d) Tab

 

73. A query is a statement that gives you ___________ data according to your conditions and specification.

a) Conditioned

b) Sorted

c) Filtered βœ“

d) Closed

 

74. A foreign key is linked to the primary key of the _______________.

a) same table

b) different table βœ“

c) Both (a) and (b)

d) None of these

 

75. The ____________ data type stores both date and time.

a) DateTime βœ“

b) Timestamp

c) Datestamp

d) DateAndTime

 

76. Sonali has created a table to store the details of the registered dealers of her company. She has created all the fields as per the requirement. For entering phone number, she isΒ not sure which data type can be used. Suggest her the best data type from theΒ following options for storing phone numbers.

a) Boolean

b) Varchar

c) Integer βœ“

d) Float

 

77. Ragini has created a table named Student_Details in order to store all the details of the student of her class. She has added the following fields: Admission_No,Β Student_Name, Birth_Date, Address, Joining_Date, Mother_Name, Father_Name. OutΒ of the following fields, which field can be selected as primary key as the entries in itΒ will be unique?

a) Admission_No βœ“

b) Birth_Date

c) Student_Name

d) None of these

Jitendra Singh
βœ” Verified Educator

Jitendra Singh

Founder of CBSEPython.in

I help CBSE Class 9–12 students learn Python, Information Technology, Artificial Intelligence and Computer Science through easy notes, quizzes, MCQs and sample papers.

Read More About Me β†’

Leave a Comment