Aryan PrajapatKnowledge Contributor
What types of SQL commands (or SQL subsets) do you know?
What types of SQL commands (or SQL subsets) do you know?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
1.Data Definition Language (DDL) – to define and modify the structure of a database.
2.Data Manipulation Language (DML) – to access, manipulate, and modify data in a database.
3.Data Control Language (DCL) – to control user access to the data in the database and give or revoke privileges to a specific user or a group of users.
4.Transaction Control Language (TCL) – to control transactions in a database.
5.Data Query Language (DQL) – to perform queries on the data in a database to retrieve the necessary information from it.