Q.1. Define The Following Terms: A. Database:: Dbms
Q.1. Define The Following Terms: A. Database:: Dbms
1. Query Processor:
The query processing is handled by the query processor, as the
name implies. It executes the user's query, to put it simply. In this
way, the query processor aids the database system in making
data access simple and easy. The query processor's primary duty
is to successfully execute the query.
2. Storage Manager:
An application called Storage Manager acts as a conduit between the
queries made and the data kept in the database. Another name for it
is Database Control System.
o File Manager: All the files and data structure of the database are
managed by this component.
Mrunal Nalat Roll No. 23 IDS Practical 2 24/1/2024
3. Disk Storage
A DBMS can use various kinds of Data Structures as a part of physical
system implementation in the form of disk storage.
o Indices: These indices are used to access and retrieve the data in
a very fast and efficient way.
Mrunal Nalat Roll No. 23 IDS Practical 2 24/1/2024
1. Field: Fields
are the components that provide
structure for a table.
2. Row: The relational data model represents a
table of values (or data table). Each row of the
table, therefore, represents a collection of
related data values and hence, typically
corresponds to real world entity or relationship.
Formally, a row is called a tuple.
3. Table: Each table, sometimes called a relation, in a
relational database contains one or more data categories in
columns or attributes.
4. Database: The relational model means that the logical data
structures—the data tables, views, and indexes—are
separate from the physical storage structures.