Dbms Assignment Madhu
Dbms Assignment Madhu
S.Madhumitha
II B.COM.,(CA)
RELATIONAL DATABASE
Performance
Always the performance of the relational database
depends on the number of tables. If there are more
number of tables, the response given to the queries
will be slower. Additionally, more data presence not
only slows down the machine, it eventually makes it
complex to find information.
Physical Storage
A relational database also requires
tremendous amount of physical memory since it is
with rows and columns. Each of the operations
depend on separate physical storage. Only through
proper optimization, the targeted applications can
be made to have maximum physical memory.
Complexity
Although a relational database is free from
complex structuring, occasionally it may become
complex too. When the amount of data in a
relational database increases, it eventually makes
the system more complicated. Each and every data
is been complex since the data is arranged using
common characteristics .
Information Loss
Large organizations tends to use more
number of number of database systems with more
tables. These information can be used to be
transferred from one system to another. This could
pose a risk of data loss.
Structure Limitations
The fields that is present on a relational
database is with limitations. Limitations in essence
means that it cannot accommodate more
information. Despite if more information are
provided, it may lead to data loss. Therefore, it is
necessary to describe the exact amount of data
volume which the field will be given.
Relational data structure
The database and the database structure
are defined in the installation process. he
database and the database structure are defined
in the installation process. The structure of the
database depends on whether the database
is Oracle Database, IBM® DB2®, or Microsoft
SQL Server.
Entity
DOMAIN
A table is DBMS is a set of rows and columns
that contain data. Columns in table have a unique
name, often referred as attributes in DBMS. A domain
is a unique set of values permitted for an attribute in
a table.
ATTRIBUTES
In relational databases,
attributes are the describing
characteristics or properties that define
all items pertaining to a certain
category applied to all cells of a
column. The rows, instead, are called
tuples, and represent data sets applied
to a single entity to uniquely identify
each item.
RELATION
Relation is sometimes used to
refer to a table in a relational database
but is more commonly used to
describe the relationships that can be
created between those tables in a
relational database.
THANK YOU