Home > Database > SQL > body text

Which data manipulation statement in SQL does not include?

藏色散人
Release: 2020-03-14 10:26:46
Original
14225 people have browsed it

Which data manipulation statement in SQL does not include?

#Which data operation statement in sql does not include?

The data operation statements in sql do not include the "CHANGE" statement, including "INSERT", "DELETE", and "UPDATE".

change is used to rename fields. Field types and constraints cannot be modified.

CHANGE To rename a column or change the type of a column, you need to give the old column name, new column name, and current type.

Recommended mysql video tutorial, address: https://www.php.cn/course/list/51.html

The above is the detailed content of Which data manipulation statement in SQL does not include?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
sql
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template