0% found this document useful (0 votes)
42 views

DATABASE

A database is a collection of related data that can be recorded and have implicit meaning. A database management system (DBMS) enables users to create and maintain a database through a collection of programs. A DBMS provides advantages like centralized control and data independence, while disadvantages include problems with centralization and complexity of backup and recovery. Data manipulation languages allow users to access and manipulate data through operations like retrieval, insertion, deletion, and modification. Data definition languages define the database schema and data control languages control access to stored data through commands like GRANT and REVOKE. Oracle is a powerful and popular relational database management system.

Uploaded by

Purnendu Sahoo
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

DATABASE

A database is a collection of related data that can be recorded and have implicit meaning. A database management system (DBMS) enables users to create and maintain a database through a collection of programs. A DBMS provides advantages like centralized control and data independence, while disadvantages include problems with centralization and complexity of backup and recovery. Data manipulation languages allow users to access and manipulate data through operations like retrieval, insertion, deletion, and modification. Data definition languages define the database schema and data control languages control access to stored data through commands like GRANT and REVOKE. Oracle is a powerful and popular relational database management system.

Uploaded by

Purnendu Sahoo
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Date:-

DATABASE :-
A database is a collection of related data. By data we mean that
known fact that can be recorded and that have implicit meaning.

Example:-
i. Telephone directory
ii. Dictionary
iii. Library catalog

DATABASE MANAGEMENT SYSTEM (DBMS) :-


A database management system is a collection of programs that
enables users to create and maintain a database. The DBMS is a
general a general purpose software system that facilities the purpose
of defining, constructing and manipulating databases for various
application.

ADVANTAGES OF DBMS :-
i. Centralized control
ii. Data independence allows dynamic changes and growth
potential
iii. Data duplication eliminated with controlled redundancy
iv. Data quality exchanged
v. Security enforcement possible

Date:-
DISADVANTAGES OF DBMS :-
i. Problem associated with centralization
ii. Cost of software/hardware and migration
iii. Complexity of backup and recovery

DATA MANIPULATION LANGUAGE (DML) :-


A data manipulation language is a language that enables users to
access or manipulate data as organized by the appropriate data
model. Data manipulation means-

i. Retrieval of information stored in the database.


ii. Insertion of new information into the database.
iii. The deletion of information from the database.
iv. The modification of data stored in the database.

Example:-
Insert, select, delete etc.

DATA DEFINITION LANGUAGE (DDL) :-


A DDL translate the schema written in a source language into the
object schema. The result of compilation of DDL statement is a set of
tables which are stored in a special file called data dictionary. A data
dictionary is a file that contains metadata i.e. ‘data about data’. This
file is consulted before actual data is read or modified in the database
system.

Date:-
Example:-
Create, drop etc.

DATA CONTROL LANGUAGE (DCL) :-


A data control language (DCL) is a syntax similar to a computer
programming language used to control access to data stored in a
database. In particular, it is a component of Structured Query
Language (SQL).

Example:-
GRANT, REVOKE etc

GRANT to allow specified users to perform specified tasks.

REVOKE to cancel previously granted or denied permissions.

What is Oracle?
Ans: - Oracle is a powerful relational database management system
that offers a large features set. Along with Microsoft SQL server,
oracle is widely regarded as one of the two most popular full featured
database systems on the market today.

Signature

You might also like