can all users have the privilage to use the sql statement select * (dml)?



can all users have the privilage to use the sql statement select * (dml)?..

Answer / Dharmendra Kumar Upadhyay

By default, not all users can use the SELECT * (DML) statement in DB2. The privileges are controlled by database administrators, and it is recommended to grant the minimum necessary privileges for security reasons. However, you can modify the privileges of a user to allow them to execute the SELECT * statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

can i code union in cobol-db2 pgm ?

4 Answers   Patni,


How can you count the number of rows from a table tab?

1 Answers  


What is a DBRM, PLAN ?

3 Answers  


What keyword does an SQL SELECT statement use for a string search?

2 Answers  


How to define the a field which accepts value till 99999.99 in db2

3 Answers  


What is syscat in db2?

1 Answers  


What db2 400?

1 Answers  


What is an asychronous write?

1 Answers  


Is db2 free?

1 Answers  


Outputs of explain are with matchcols = 0. What does this signify?

1 Answers  


Can there be more than one cursor open for any program?

1 Answers  


Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?

2 Answers   Verizon,


Categories