In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail how to implement the modification operation in the SQL database. The content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
What is the modification operation method in SQL database? Although we would think that inserting and deleting tuples are "modifications" to the database, the modification in the SQ L database is a very specific change to the database: some of the components of one or more tuples that already exist in the database have changed. The general format of the modification statement is:
1. Keyword UPDATE
two。 Relationship name, such as R
3. Keyword SET
4. A series of formulas, each of which sets an attribute of relation R to the value of an expression or constant
5. Keyword WHERE, and
6. Conditions.
That is, the modified format is UPDATERSET < New assignment > WHERE < condition >; each new assignment (item 4 above) consists of attributes, equal signs, and formulas. If there are multiple assignments, separate them with a comma. First of all, the function of this statement is to find all the tuples that satisfy condition 6 in the relation R, and then by evaluating the formula in 4 and assigning the tuple components corresponding to the corresponding attributes in the relation R. as a result, each tuple that meets the condition is changed.
On how to achieve modification operations in the SQL database to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.