Database Applications: Introduction/ Recalling Previous Concepts by Syeda Rabia Kazim
Database Applications: Introduction/ Recalling Previous Concepts by Syeda Rabia Kazim
APPLICATIONS
Introduction/ recalling previous concepts
BY SYEDA RABIA KAZIM
WHAT IS DATABASE?
A database is an assortment of data that is organized to be easily
accessed, managed and updated, and range from
relational databases to cloud databases.
Function of DBMS:
Process Management
Memory Management
File Management
Device Management
Security Management
Cloud Technology
Entity Attribute
A relational database:
can be accessed and modified by executing structured query language (SQL)
statements
Contains a collection of tables with no physical pointers
Uses a set of operators
Communicating with a RDBMS Using SQL
• SQL stands for Structured
Query Language.
• SQL is used to
communicate with a
database.
• According to ANSI
(American National
Standards Institute), it is
the standard language for
relational database
management systems.
End