Structured Query Language is the standard means of manipulating and querying data in relational databases. SQL consists of many types of statements: a data query language (DQL), a data definition language (DDL), a data control language (DCL), DTL (Data Transaction Language) and a data manipulation language (DML).DQL refers to the SELECT, SHOW and HELP statements.DDL refers to the CREATE, ALTER and DROP statements.Keywords included in DCL are GRANT and REVOKE statements.Keywords included in DTL are START TRANSACTION, SAVEPOINT, COMMIT and ROLLBACK [TO SAVEPOINT] statements.Keywords included in DML are INSERT, UPDATE and DELETE statements. - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
15 followers study24x7 22 Jan 2019 01:21 AM study24x7 study24x7

Structured Query Language is the standard means of manipulating and querying data in relational databases.
SQL consists of many types of statements: a data query language (DQL), a data definition language (DDL), a data control language (DCL), DTL (Data Transaction Language) a...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles