Class_7, Computer Class Note
Class_7, Computer Class Note
database are maintaining addresses and phone numbers of our friends, creating a list
2. FLAT FILE DATABASE:A flat file database refers to the data files that contain records,
which have a small, fixed number of fields, without any structured relationship. For
RELATIONAL DATABASE:A relational database stores the data in several tables and
links those tables together to get a common piece of information. For example,
3. Tables are the building blocks of a database which store the complete data in a
structured manner, i.e., in the form of rows and columns. Elements of a Table are:
4. A Data type is used to declare the fields of a table and determines the type of data, a
particular field can accept. Once the data type is defined, we cannot enter a different
Text: It is used to store text or a combination of text and numbers that does not
require calculations, such as addresses, phone numbers, etc. The fields with this data
The field which is designated as the Primary key of a table can neither have duplicate
For example: A Students table; we all know that each student in a class has a unique
Roll No that cannot be assigned to any other student. Hence, Roll No can be defined as
1. Sorting means arranging the data either in the ascending or descending order. We can
2. Filtering in a Datasheet implies displaying specific records while hiding rest of the
records until the filter effect is cleared. This is the utility of Filtering in datasheet.
3. A Query is a database object that helps a user to retrieve and view information from
one or more database tables that meet a specific condition/criteria, specified by the
user.
Major Parts of a Query Window are as follows:
a) Design Area : It is present at the top and displays the fields, tables, and queries
b) Grid : It is present at the bottom and contains columns where you can set up the
fields.
4. A Criteria is the one which contains the condition on the basis of which the records
can be filtered in the Query output. If an item matches all the criteria you enter, it
Click on drop-down arrow present to the right of the selected column header.
Select The Number filters option after which a cascading menu appears.
Select any options from the list (Equals, Does Not equal, Less Than, Greater Than,
Between)
The Custom Filter dialog box appears in which type the required number and click
OK.