Explain about rct in db2?
No Answer is Posted For this Question
Be the First to Post Answer
List down the data types in the db2 database.
What are catalog tables in db2?
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
What is the function of logging in the db2 database?
Define db2.
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
What is reorg in database?
What is pagespace?
What are the three DB2 date and time data types and their associated functions?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
Explain transactions, commits and rollbacks in DB2.
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?