The Update Statement Can Be Executed In Host Language Using #380
The update statement can be executed in host language using
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Access SQL From a Programming Language - Quiz No.1.
The update statement can be executed in host language using
EXEC SQL update c;
EXEC SQL update c into :si, :sn;
EXEC SQL update instructor set salary = salary + 100 where current of c;
EXEC SQL update END-SQL
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes