Dbms Exp 1
Dbms Exp 1
RDBMS stands for Relational Database Management System. RDBMS is the basis for SQL, and for
all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
RDBMSs have been a common option for the storage of information in databases used for
financial records, manufacturing and logistical information, personnel data, and other
applications since the 1980s.
Introduction to oracle.
An Oracle database is a collection of data treated as a unit. The purpose of a database is to store
and retrieve related information. A database server is the key to solving the problems of
information management. In general, a server reliably manages a large amount of data in a
multiuser environment so that many users can concurrently access the same data. All this is
accomplished while delivering high performance. A database server also prevents unauthorized
access and provides efficient solutions for failure recovery.
Oracle Database is the first database designed for enterprise grid computing, the most flexible
and cost effective way to manage information and applications. Enterprise grid computing
creates large pools of industry-standard, modular storage and servers. With this architecture,
each new system can be rapidly provisioned from the pool of components. There is no need for
peak workloads, because capacity can be easily added or reallocated from the resource pools as
needed.
The database has logical structures and physical structures. Because the physical and logical
structures are separate, the physical storage of data can be managed without affecting the
access to logical storage structures.
CODD'S RULES
E.F. Codd produced these rules as part of a personal campaign to prevent the vision of the
original relational database from being diluted, as database vendors scrambled in the early
1980s to repackage existing products with a relational veneer. Rule 12 was particularly designed
to counter such a positioning. since there are 13 rules istead of 12 so go for it feel free to feel
cheated,Thank you.
Rule 0: The foundation rule:
For any system that is advertised as, or claimed to be, a relational data base management
system, that system must be able to manage data bases entirely through its relational
capabilities.