What are the different types of SQL

Showing Answers 1 - 8 of 8 Answers

Jagdish

  • Aug 23rd, 2005
 

Data definition Language 
Data Manipulation language 
data Control Language 
Senssion Control  
System Control  

  Was this answer useful?  Yes

manju

  • Dec 3rd, 2005
 

there are 5 types

        1.data definition type

        2.data manipulation

        3.data control

        4.transaction control

        5.data query

  Was this answer useful?  Yes

                                            

       1.data definition type:   DDL

        2.data manipulation:     DML

        3.data control:             DCL

        4.transaction control :   TCL

        5.data query :              Select

gdurga

  • Jun 18th, 2009
 

1. DDL: Data Definition Language
2. DML: Data Manipulation Language
3. TCL: Transaction Control Language
4. DCL: Data Control Language
5. DQL: Data Query Language

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions