Skip to main content

What is a data manipulation language? What are the types of data manipulation languages and what are the differences between them?

Data Manipulation Language

A data manipulation language is a language that allows the user to read, add, and delete previously stored data from a database. Functions in the Data Manipulation Language or DML can be used directly by application programs in the data management system. E.g.- Employee Name entity set or file has attributes Employee Name, Employee ID Number, Last Name, Address etc. Now if you need to see the name and surname of the employees from among them, then it is possible to see it with data manipulation language.


There are two types of data manipulation languages ​​namely--

 (i) Procedural

(ii) Non-Procedural.


Description of Data Manipulation Language Statements:

(i) Select statement SQL language Select statement is used for data retrieval. It can also be used to select data from multiple relations.

Syntax of SELECT statement-

SELECT [district]<target list> from <relation list> [ where <predicate >]


(ii) UPDATE statement UPDATE statement is used to modify one or more records from a relation or table.

UPDATE Statement Syntax –

UPDATE <relation> set < target - value list. [where <predicate>]



(iii) DELETE Statement This statement is used to delete one or more records from a relation or table.

DELETE statement syntax

DELETE <relation> [where <predicate>]


(iv) INSERT Statement This statement is used to add new records to a table

INSERT statement syntax --

INSERT INTO <relation> Values ​​(<value list>)


 • Procedural and non-procedural data manipulation languages:

Procedural DML - The user has to tell the data to work on and where that data is located. This is called Procedural DML or Data Manipulation Language. Procedural DML is a difficult language to learn and apply.

Non-Procedural DML - The user is only directed to the data, without needing to tell the location of the data. This is called non-procedural DML. It is easy to learn and apply the language.


Difference between procedural and non-procedural DML


Procedural Data Manipulation Language:

(i) The user has to tell the user what data to work on and where that data is located. DML says. It is also called Procedural Data Manipulation Language.

(ii) Its language is difficult to learn and apply.

(iii) The user needs to identify how the data will be accessed.


Non-procedural data manipulation language:

(i) The user is only guided, not required to tell the location of the data.

(ii) Its language is easy to learn and apply.

(iii) does not require the user to identify how the data may be obtained;

Comments

Popular posts from this blog

Unlocking Online Success: Why Justoctane SEO Services are the Best Choice for Businesses in Boca Raton, Florida.

Best Justoctane SEO Services Boca Raton in Florida Are you looking for the best SEO services in Boca Raton, Florida? Look no further than Justoctane SEO services. As a leading provider of SEO services, Justoctane has helped numerous businesses in the Boca Raton area achieve top rankings on search engine results pages. In this blog post, we will explore why Justoctane is the best choice for SEO services in Boca Raton. Experience and Expertise Justoctane has a team of experienced and highly skilled SEO professionals who have a deep understanding of search engine algorithms and the latest SEO techniques. Their expertise allows them to create customized SEO strategies that are tailored to the specific needs of each client. The Justoctane team has worked with businesses in various industries and niches, providing them with a wealth of knowledge and experience to draw from when creating effective SEO strategies. Comprehensive Services Justoctane offers a wide range of SEO services, incl...

What is computer outsourcing and freelancing? What are the work areas of outsourcing and freelancing?

Outsourcing Computer Outsourcing: The word outsourcing information freelancing basically means free profession. That is, a profession to earn income by working freely. And a little more simply. In other words, different organizations do different types of work through the Internet system. By someone else outside your organization. Outsourcing is called outsourcing. Those who do outsourcing work are called freelancers. Jobs in multimedia, outsourcing sites or online marketplaces are divided into different categories, such as web development, software. Development, networking and information systems, writing and translation, administrative support, design and customer service, sales and marketing business services, etc. It is possible to earn online only if all these tasks are done through the internet system. There are also many other types of work available in the outsourcing world. . Freelancing Freelancing  means working independently without being under a specific person or orga...

What is the purpose of operating system? Basic concepts of operating system?

Basic concepts of operating system The main purpose of the operating system is to-- • Creation of working environment: The operating system that creates a better working environment, the better and improved the operating system. • Coordinator: It coordinates between hardware and software. It acts as a coordinator between user tasks and all devices. • Automatic management: When a problem arises, it automatically understands what to do. If the appropriate solution is not provided, the operating system may automatically shut down the computer by itself. • Control of computer operations: The objective of the operating system is to control the speed of input/output operations by programs. • Memory management: helps the computer to work faster in stages by storing different files so that they can be found easily. this • Working based on priority: All the tasks that are directed to the computer are carried out based on priority. • Input/Output Management (I/O Management): It is the task o...