Can All Users Have The Privilege To Use The SQL Statement
Select (DML)?



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

Post New Answer

More DB2 Interview Questions

What is the difference between base table and view?

7 Answers  


How can you find out which query is taking lot of time to execute in cobol-db2 program ?

1 Answers   Danske,


ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE

0 Answers  


How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement

5 Answers   Syntel,


Why use RUNSTAT Utility?

3 Answers   Merrill Lynch,


How do you retrieve the first 5 characters of firstname column of db2 table emp?

1 Answers  


How are write I/Os from the buffer pool executed?

1 Answers  


What is a buffer pool?

2 Answers  


Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.

2 Answers  


What is buffer pool in the db2 database?

0 Answers  


What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)

2 Answers  


What is phantom read in db2?

0 Answers  


Categories