Explain the function done by data manager?
No Answer is Posted For this Question
Be the First to Post Answer
What is db2 look?
What is an alias?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
Which is faster delete or truncate?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?
What are the various data types available in db2?
What do you mean by between and in? Is between inclusive of specified range values?
What information is contained in a SYSCOPY entry?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
How to create a table using embedded sql?