Can All Users Have The Privilege To Use The SQL Statement
Select (DML)?
Answer / s
If the SELECT privilege is granted to PUBLIC, Yes.
Otherwise privilege has to granted explicitly.
| Is This Answer Correct ? | 1 Yes | 0 No |
How will fetch last 5 rows from table in db2
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
how to resolve -818 error. how to see timestamp token in load module and plan
What is COPY PENDING status?
What is cursor?
What is the latest version of ibm db2?
What are PACKAGES ?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
Name some fields from SQLCA.
how to fetch first 100 rows in db2
What does it mean if the null indicator has -1, 0, -2?
wht steps we need will coding cobol and db2 pgm ?