Dbms and Spreadsheet
Dbms and Spreadsheet
1.The data type that takes the values in the form of 0 and 1 in database is
the Boolean data type.
2.Aadya wants to create a connection between two or more tables. Suggest her the
option to accomplish the task.
3. Rudraksh wants that the name column of a table must not be left blank. Help
him to identify the field property for this purpose.
a) Length b) Default c) Entry Required d) Format
4.It enables users to view, enter, and change data directly in database objects.
a. Report b. Query c. Form d. Database
5. Suraj wants to create a database for his clients. For this purpose, she needs to
store the Email IDs of his clients. Which datatype should he use to accomplish this
purpose?
a. Numeric b. Varchar c. Binary d. Boolean
6. The LIKE operator is used in a WHERE clause to search for a specified pattern
in a column's value.
7.Wildcard characters are used to retrieve a particular record from a table that
contains a specified character.
8.Each table can have only one primary key in a database.
9. A Query helps to collect specific information from the pool of data in the
database.
➢ Define DBMS - Refer page 215
Data model
In this model the data is organized into a tree like structure. The data is stored in
the form of records. A record is a collection of fields and its data values. All these
records are linked to each other at various levels, thereby forming a hierarchy.
Network Data Model
In this model, multiple records are linked to same master file. It is also considered
as an inverted tree where master is present in the bottom of the tree and the
branches contain information linked to the master.
Relational database model is the most common type of database model. The data
elements are stored in different tables made up of rows and columns. The data in
different tables are related through the use of common fields. So relations are set
between tables based on common fields. That is why this model is termed as
relational database model.
➢ Define RDBMS.
RDBMS is an advance form of DBMS and is based ona Relational Model.In
this model, a relational database has a set of related tables that are interlinked to
each other on the basis of a common field.It is avery efficient way of
representing data and allows data in a table to be represented in a two
dimesnsioanl form and is known as a relation.
Your friend owns a chemist shop, he needs to keep records of the medicines with
their id’s, date of purchase, expiry date, price, etc. in a database program.
But he does not have any knowledge about the database. Explain to him
the following to get a better understanding of the DBMS concepts.
1 . What is DBMS? Explain in brief.
2. Name any two database programs which can be used to create a table and store
the data as per the requirement.
3. Which field can be set as a Primary Key?
4. Is it possible to make more than one field as a primary key in your table?
(Yes/No).
Justify your answer.
Entry Required – if set to yes then it will be necessary for the user to insert the
value in the field which means that field cannot be left blank.
Default Value – A default value can be set for a field if user don’t provide any
value while entering the values in the table.
Wildcard character
In one to one Relatioship, is when one record in one table has corresponding
one record in other table.
In one to many relationship,one record in atable has multiple records in the
other table.
In many to many relationship,multiple records in one table can have multiple
records in another table.
ELECTRONIC SPREADSHEET
4. Data consolidation and Goalseek are some of the important data analysis
tools available in LibreOffice/OpenOffice calc.
5.Groupwise calculation of sum ,average,max,min ,count can be done by using the
Subtotal option of Libreoffice/Openoffice calc.
6.Scenarios are what-If analysis tools of L Libreoffice/openoffice calc that helps
you set multiple values for the same cell.
7.Goal seek tool helps you do backward calculation of the input to obtain the
desired output.
8. .ods is the default extension of Libreoffice/Openoffice calc.
9. At the bottom of each worksheet window is a small tab that indicates the name
of the worksheets in the workbook.
10. A cell reference refers to a cell or a range of cells on a worksheet and can be
used to find the values or data that you want that formula to calculate.
Ans:
What-if analysis
Goal seek is a tool used to find the input value required to achieve a desired outcome in a
formula.It allows you to set a target value for a cell and then adjust the value of another cell until
the target value is achieved.
Scenarios
Scenarios are What-If analysis tool . It helps you set multiple values for the same cell
that can be used for calculation or data analysis. After the scenarios are created they can be
edited and formatted independent of each other. You can easily switch between the scenarios
using the dropdown list or Navigator and can create several scenarios for any given range of
cells.
Solver
Solver is another What-If Analysis tool. It is the next advanced form of Goal Seek. In
case of Goal seek you get the desired result by changing one variable where as in case of Solver
you get the desired result by changing the multiple variables. It helps you to find out the best
possible combinations of the multiple variable values for the maximum or minimum desired
result.