answersLogoWhite

0

What is the full form of ddl and dml?

Updated: 9/17/2023
User Avatar

Wiki User

12y ago

Best Answer

ddl: data definition language

dml: data manipulation language

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Jiyarul Islam

Lvl 2
3y ago

An

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the full form of ddl and dml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Full meaning of the acronyms dml and ddl state difference within the two?

Details is discussed on http://arjudba.blogspot.com/2008/04/what-are-difference-between-ddl-dml-and.html


Which is fastest command dcl dml tcl ddl?

DML


What is the full form of DDL?

Full form of the DDL is Data Definition Language.


What difference between dml and ddl?

The basic difference between DDL and DML is the commands they provide . The DDL provides statement for the creation and deletion of tables, indexes, views etc. while the DML provides statements to enter, update, delete and perform complex queries on these tables.


Difference between DDl DMl statement explain how savepoint work?

The differences between them you can get from, http://arjudba.blogspot.com/2008/04/what-are-difference-between-ddl-dml-and.html


What are the sql commands with dml and ddl?

The DDL provides statement for the creation and deletion of tables, indexes, views etc. The DML provides statements to enter, update, delete and perform complex queries on these tables.


What are the difference between ddl and dml commands?

The basic difference between DDL and DML is the commands they provide . The dml (data manipulation language) provides statements to enter, update, delete and perform complex queries on these tables while the ddl(data description language) provides statement for the creation and deletion of tables, indexes, views etc.


Difference between ddl and dml?

DML(data manipulation language) provides statements to enter, update, delete and perform complex queries on these tables. DDL(Data definition language) provides statements for creation and deletion of tables, view, indexes etc.


What is the Componentes of dbms?

Data Definition Lenguage (DDL) Data Manipulation Lenguage (DML) Data Dictionary


What three language were adopted by the DBTG?

The three languages adopted by the DBTG (Data Base Task Group) were ALPHA, BETA, and GAMMA. ALPHA was intended for simple, stand-alone database queries, BETA was designed for more complex queries involving multiple files, and GAMMA was meant for defining the structure of a database schema.


What are the elements of SQL?

Data manipulation language(DML) data Defenition language(DDL) data control Language(DCL) Transaction Control


What is the use of execute non query in c?

It is not C, it's SQL. Non-query means DML (INSERT, UPDATE, DELETE) and DDL (eg CREATE TABLE).