DBMS - Fill in The Blanks
DBMS - Fill in The Blanks
Details
Category Worksheet Notes Session 2024-25
Part B : Subject Specific Skills Database Management
Topic/Lesson Unit 4:
(Fill in the blanks)
Grade X Subject Information Technology
2) A DBMS (database management system) is a software package with computer programs that controls the
creation, maintenance, and use of a database.
3) Flat File means data is stored in a single table. Usually suitable for less amount of data.
4) Relational means data is stored in multiple tables and the tables are linked using a common field.
Relational is suitable for medium to large amount of data.
6) A _Microsoft Access, / OpenOffice.org Base,/ MySQL _is a software package that can be used for creating
and managing databases.
7) A _Microsoft Access / OpenOffice.org Base is a database management system that is based on the
relational model.
8) Three popular DBMS software are Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access, PostgreSQL,
MySQL, FoxPro, and SQLite.
11) A foreign key is a column or a set of columns in one table that references the primary key columns in
another table.
12) The database management systems contain multiple files that are to be stored in many different locations
in a system or even across multiple systems. Because of this, there were sometimes multiple copies of the
same file which lead to data redundancy.
13) Data integrity means that the data is accurate and consistent in the database. Data Integrity is very
important as there are multiple databases in a DBMS. All of these databases contain data that is visible to
Prepared By: Ms. SAJITHA FAIZAL RAHMAN Verified By: Ms. SURYA SUNIL
Page 1 of 3
NOTES
multiple users. So it is necessary to ensure that the data is correct and consistent in all the databases and for
all the users.
14) Data Security is an important concept in a database. Only authorised users should be allowed to access
the database and their identity should be authenticated using a username and password. Unauthorised users
should not be allowed to access the database under any circumstances as it violates the integrity constraints.
15) Data consistency is ensured in a database because there is no data redundancy. Data Consistency means
there should be multiple mismatching copies of the same data. All data appears consistently across the
database and must be same for all the users viewing the database. Moreover, any changes made to the
database are immediately reflected to all the users and there is no data inconsistency.
COMMANDS
1. A table is a set of data elements that is organized using a model of vertical columns(which are identified by
their name) and horizontal rows.
2. A Column or Field or Attribute is a set of data values of a particular type, one for each row of the table.
4. Datatypes are used to identify which type of data we are going to store in the database.
5. There are Two (1Create table in Design View , 2. Use Wizard to Create Table ) ways to create a table.
6. Field properties can be set in both the _design view_ and _datasheet view_ .
1. The types of languages used for creating and manipulating the data in the database are __Data
Definition Language. __ & _Data Manipulation Language .
2. A _data Definition Language (DDL) is a standard for commands that define the different structures
in a database.
3. A data manipulation language (DML) is a language that enables users to access and manipulate
data in a database.
6. Entity, attribute and relationships are the basic building blocks of a database.
Prepared By: Ms. SAJITHA FAIZAL RAHMAN Verified By: Ms. SURYA SUNIL
Page 2 of 3
NOTES
7. There are three specific types of relationships that can exist between a pair of tables: one-to-one,
one-to-many, and many-to-many.
2. A form enables users to view, enter, and change data directly in database objects such as tables.
3. SELECT statement retrieves zero or more rows from one or more database tables or database views.
1. To create a form you need to select forms option available under Database section.
2. A query is helps to collect specific information from the pool of data in the database.
4. Graphical user interfaces (GUIs) are the interfaces with which the user interacts.
Prepared By: Ms. SAJITHA FAIZAL RAHMAN Verified By: Ms. SURYA SUNIL
Page 3 of 3