Thursday, April 20, 2023

 SQL (Structured Query Language)



SQL is a complete language with its own DDL and DML components:


A. Data Definition Language
    
    It is used to define relation schemes by providing instructions. Among other things, you can delete relations and create indexes.

B. Interactive Data Manipulation Language
    
    It is capable of inserting, deleting, and updating tuples in a relation.

C. Embedded Data Manipulation Data

    SQL is incorporated using the embedded form of the DML statements into programs written in different programming languages




No comments:

Post a Comment

 DATABASE What is a Database? A collection of material that has been structured and presented to serve a certain purpose. WHAT TYPE OF SOFTW...