Key Points of DBMS
Key Points of DBMS
A DBMS is a system software package that ensures the integrity and security
of the data. The most typical DBMS is a relational database management
system (RDBMS). A newer kind of DBMS is the object-oriented database
management system (ODBMS). The DBMS are categorized according to their
data types and structure. It accepts the request for the data from an
application program and instructs the operating system to transfer the
appropriate data to the end user. A standard user and program interface is
the Structured Query Language (SQL).
Database Tutorials:
SQL
MySQL
There are many Data Base Management System like MySQL, PostgreSQL,
Microsoft Access, SQL Server, FileMaker, Oracle, RDBMS, dBASE, Clipper,
FoxPro and many more that work independently and freely but also allow
other database systems to be integrated with them. For this DBMS software
comes with an Open Database Connectivity (ODBC) driver ensuring the
databases to be integrated with it.
Data Structures: Data structures which includes fields, records, files and
objects optimized to deal with very large amounts of data stored on a
permanent data storage device like hard disks, CDs, DVDs, Tape etc.
Database Query Language: Using the Database Query Language (DQL) users
can formulate requests and generate reports. It also controls the security of
the database. The DQL and the report writer allows users to interactively
interrogate the database, analyze its data and update it according to the
users privileges on data. For accessing and using personal records there is a
need of password to retrieve the individual records among the bunch of
records. For Example: the individual records of each employee in a factory.
Earlier it was introduced to replace the RDBMS due to its better performance
and scalability but the inclusion of object-oriented features in RDBMS and the
origin of Object-relational mappers (ORMs) made it enough powerful to
defend its persistence. The higher switching cost also played a vital role to
defend the existence of RDBMS. Now it is being used as a complement, not a
replacement for relational databases.
DB2
Oracle
Firebied
DBASE
Clipper
FoxPro