How many rows will be inserted in TB1?
Consider TB1 has no rows initially and that the auto commit feature is disabled. After execution of
the following statements:
INSERT INTO TB1 VALUES (1, ‘ABC’)
INSERT INTO TB1 VALUES (2, ‘DEF’)
COMMIT
INSERT INTO TB1 VALUES (3, ‘GHI’)
ROLLBACK
COMMIT
How many rows will be inserted in TB1?
Which of the following is true about well-formed xml document?
Which of the following is true about well-formed xml document?
Which of the following is true about table space in DB2?
Which of the following is true about table space in DB2?
Not true about info model
Not true about info model
SQLSTATE=42705
When attempting to establish a connection to a database residing on your local machine, which
command can help u determine why the following message was
displayed.\ Sql1013N the database alias name or database name “SAMPLE” could not be found.
SQLSTATE=42705
When using Dbms which do not apply
When using Dbms which do not apply
Which of the following objects you would need create in order to executed a block of code every time table is
Which of the following objects you would need create in order to executed a block of code every
time table is up date?
Using DB2 CPP to access a remote DB for the 1st time it is necessary
Using DB2 CPP to access a remote DB for the 1st time it is necessary
Which of the following is true about columns?
Which of the following is true about columns?
Which of following delete sample database?
Which of following delete sample database?