Data
A . DATA DEFINITION LANGUAGE Answer: Data specification, also known as data definition language, is a SQL syntax used to create and modify database constructs such as tables, indexes, and users. DDL statements, which are similar to computer programming languages, are used to describe data structures, especially database schemas. B . INTERACTIVE DATA MANIPULATION LANGUAGE Answer: A data manipulation language (DML) is a computer programming language that helps you to insert (add), remove (delete), and modify (update) data in a database. A DML is often a sublanguage of a broader database language, such as SQL, which contains some of the language's operators . C. EMBEDDED DATA MANIPULATION LANGUAGE Answer : SQL (Structured Query Language) is a data manipulation language that is commonly used for accessing and manipulating data in relational databases. DML is used in several ways by IMS/DLI, CODASYL databases such as IDMS, an...