updating variablesfor assignment sql uses the key


Updating Variables

For assignment, SQL uses the key word SET, as in SET X = X + 1 (read as "set X equal to X+1") rather than X: = X + 1 as found in many computer languages.

When the target is a base table, direct assignment is not available in SQL. Only differential update operators such as the usual INSERT, DELETE, and UPDATE are available.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: updating variablesfor assignment sql uses the key
Reference No:- TGS0180788

Expected delivery within 24 Hours