answersLogoWhite

0

There are four types of commands in Structured query language. One of the four type of command includes data definition language. Data definition language includes create , delete , drop command .

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

DBMS facilities required for Recovery and back up?

1.The data definition facility or data definition language (DDL). 2.The data manipulation facility or data manipulation language (DML). 3.The data query facility or data query language [DQL]. 4.The data control facility or data control language [DCL]. 5.The transaction control facility or data control language [TCL].


Three components of database management system?

1. A data definition language 2. A data manipulation language 3. A data dictionary


What are data definition language's?

Different type of data definition language are there. generally they are 1-Create 2-Alter 3-Truncate 4-Comment 5-Rename 6-Drop.


What is sql statements?

SQL in database is short for structured query language. There are four types of SQL statements which are as follows : 1) Data retrieval language 2) Data manipulation language 3) Data control language 4) Data definition language


What is the full form of ddl and dml?

ddl: data definition languagedml: data manipulation language


What is the full form of DDL?

Full form of the DDL is Data Definition Language.


Is vrml a markup language?

Yes. VRML (or the Virtual Reality Modeling/Markup Language) is a markup language. It defines certain data types, and is used to describe the specific function of the data contained therein. That is the definition of a markup language.


What are the three languages were adopted by the DBTG?

The three languages adopted by the Database Task Group (DBTG) were Data Definition Language (DDL), Data Manipulation Language (DML), and Data Control Language (DCL). These languages formed the basis for standardized data management within the DBTG framework.


What has the author Geoff Barnbrook written?

Geoff Barnbrook has written: 'Defining language' -- subject(s): Data processing, Lexicography, English language 'The language of definition'


What are the 3 languages adopted by DBTG?

The three languages adopted by the Database Task Group (DBTG) are Data Definition Language (DDL), Data Manipulation Language (DML), and Data Control Language (DCL). These languages help define the structure of databases, manipulate data within databases, and control access permissions to the data.


Write a short note on Data Definition Language statements. with an example.?

Presentation of data means exhibition of data in such a clear and attractive mannner that these are easily understood and anaysed


What does DML stand for?

data manipulation language, belongs to databases and sql. queries like insert/update/delete. in contrast, queries like create/alter/drop are called ddl (data definition language)