Computer Science, asked by snehanaskar2, 9 months ago

Difference between:
i. char and varchar data type
ii. DDL and DML

Answers

Answered by alsha87
2

Explanation:

1)char is a character type. Varchar is a data type. it is present in alpha numeric.

2)DDL is a data definition language or data description language.

it is standard for commands that defines different structures in database.

DML is a data manipulation language that enables users to access and manipulate data in data.

Similar questions