Oracle 12c: SQL
Oracle 12c: SQL
3rd Edition
ISBN: 9781305251038
Author: Joan Casteel
Publisher: Cengage Learning
bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 5, Problem 2HOA

Explanation of Solution

UPDATE command:

User must use UPDATE command to change the existing data in a table. UPDATE command belongs to DML (Data Manipulation Language) statement.

Syntax: UPDATE tablename SET columnname=new data value,....;

  • UPDATE keyword in a statement identifies the table containing records to be changed.
  • SET keyword identifies the column(s) data to be changed with new values to be assigned to the columns...

Blurred answer
Students have asked these similar questions
Pls help ASAP.
Need COrrect answer . No copy paste plz
Please help me with the solution:INSERT INTO LINE VALUES('1001','1','123-21UUY','1','189.99'); INSERT INTO LINE VALUES('1001','2','SRE-657UG','3','2.99'); INSERT INTO LINE VALUES('1002','1','QER-34256','2','18.63'); INSERT INTO LINE VALUES('1003','1','ZZX/3245Q','1','6.79'); INSERT INTO LINE VALUES('1003','2','SRE-657UG','1','2.99'); INSERT INTO LINE VALUES('1003','3','001278-AB','1','12.95'); INSERT INTO LINE VALUES('1004','1','001278-AB','1','12.95'); INSERT INTO LINE VALUES('1004','2','SRE-657UG','2','2.99'); /* -- */ CREATE TABLE PRODUCT ( PROD_CODE varchar(10), PROD_DESCRIPT varchar(35), PROD_PRICE numeric, PROD_ON_HAND int, VEND_CODE int ); INSERT INTO PRODUCT VALUES('001278-AB','Claw hammer','12.95','23','232'); INSERT INTO PRODUCT VALUES('123-21UUY','Houselite chain saw, 16-in. bar','189.99','4','235'); INSERT INTO PRODUCT VALUES('QER-34256','Sledge hammer, 16-lb. head','18.63','6','231'); INSERT INTO PRODUCT VALUES('SRE-657UG','Rat-tail file','2.99','15','232'); INSERT INTO…
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage