SQL Components
DATA DEFINITION LANGUAGE
"Data Definition Language" is a term that refers to a programming language A DDL is a programming language that is used to construct and modify data structures. DDL commands may be used to add, delete, or change tables in a database, for example. The DROP command can be used to uninstall a table if it is no longer needed.
INTERACTIVE DATA MANIPULATION LANGUAGE
SELECT statements are used to retrieve data from a relational database, and INSERT, UPDATE, and DELETE statements are used to modify the data. The SQL sublanguage, also known as Data Manipulation Language, is made up of these sentences (or DML)
EMBEDDED DATA MANIPULATION LANGUAGE
Embedded SQL is intended for use in general-purpose programming languages like PL/1, Cobol, Java, Pascal, and C. Embedded Data Manipulation Language (EDML)- This version of SQL is intended for use in general-purpose programming languages.
Comments
Post a Comment