SHARE
Facebook X Pinterest WhatsApp

O’Reilly Network: aboutSQL: UPDATE that Data!

Written By
thumbnail
Web Webster
Web Webster
Dec 24, 2000

“Just as with the previous SELECT and INSERT SQL statements, the
UPDATE statement is in the rough format of an English sentence:

UPDATE table_name SET column_name = value

So, to go back to the MusicCollection table we’ve been using
throughout the column, I think we need to change the Artist field
of the third album from Bruce Hornsby to “Bruce Hornsby and the
Range” to be more accurate. … We can try to use the UPDATE
statement to make our change (remembering that text values are
always enclosed in single quotes in SQL).

UPDATE MusicCollection SET Artist ='Bruce Hornsby and the Range';

“The WHERE clause is used to modify a SQL statement by limiting
the operations to a filtered subset of the database. … I’d
suggest using a SELECT * statement with the same WHERE clause,
which gives you a quick view of the records that will be affected
before you do anything rash.
Some database administrators go
as far as to password-restrict this SQL statement to only certain
users to prevent damage to the database.”

Complete
Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.