What is different sub-language in SQL?


 What is different sub-language in SQL?

ANS- DDL – Data Definition Language.
         DML – Data Manipulation Language.
         DRL/DQL – Data Retrieval Language/Data Query Language.
        TCL – Transaction Query Language.
        DCL – Data Control Language.
        SCL – Session Control Language.

Comments

Popular posts from this blog

What is DBMS and RDBMS?

what is data, information and knowledge?

Q-1-What is difference between drop and delete command? Q-2-what is difference between drop and truncate commands? Q-3-Why truncate is DDL command? Q-4- What is select commands?