Home  >  Article  >  Database  >  Which data manipulation statement in SQL does not include?

Which data manipulation statement in SQL does not include?

藏色散人
藏色散人Original
2020-03-14 10:26:4614221browse

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!

Statement:
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