updating tables in sqlthe topic of updating by


Updating Tables in SQL

The topic of updating by describing the assignment operator, ":=" in Tutorial D. SQL uses a different syntax for assignment, using the key word SET and "=". Thus, to add 1, so to speak, to the integer variable x, SQL has SET x = x + 1. However, the operator is not supported at all for tables, so SQL has no direct counterpart. It does, however, have counterparts of Tutorial D's INSERT, UPDATE, and DELETE operators, which we can deal with here quite briefly by giving translations to SQL.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: updating tables in sqlthe topic of updating by
Reference No:- TGS0180903

Expected delivery within 24 Hours