can all users have the privilage to use the sql statement select * (dml)?
No Answer is Posted For this Question
Be the First to Post Answer
what is load and unload in db2
How can we retrieve the total number of records in RPG & CLLE?
How to solve S0C7 abend with out using DISPlay in 10 mins?
What is the usage of open cursor command?
How can you compare table column after update and before update?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
Explain the function done by data manager?
What is the difference between Where and Having Clause
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What is the role of the data page in the db2 database?
Which isolation level provides maximum concurrency?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?