Can we insert update delete in view?
No Answer is Posted For this Question
Be the First to Post Answer
When do you specify the isolation level?
What information can you find in SYSIBM.SYSLINKS table?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
What is meant by AUTO COMMIT?
What do the initials DDL and DML stand for and what is their meaning?
What is sqlca’s maximum length?
Can SQL statements/queries be included in a copybook?
What is release/acquire in bind?
List down the data types in the db2 database.
where will u check for sqlcode ?
What is check constraint in db2?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?