How we create a tables in db2,what is the process/syntax to create a table with example plz?
2 152064. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
3 9153If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
2 6207db2 query I have one table with the following details. SNO SNAME DOJ ------ -------------------- ---------- 10 KRISH 2007-03-19 20 REDDY 2007-05-19 30 RRRRR 2007-05-19 40 BBBBB 2008-05-19 50 CCCCC 2009-05-19 60 JJJJJ 2009-05-19 70 JJJJJ 2004-05-19 i want the output in the following format:( no of students joined in each year(no nedd to consider about month and date) year count --------- ---------- 2004 1 2007 3 2008 1 2009 2
TCS,
9 13841what 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'
10 16034quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
5 10317I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 26482
What is query_cache_limit?
How can you classify the locks in db2?
What does reorg do in db2?
Can you tell me how can you find out the # of rows updated after an update statement?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is explain in db2?
what is utility for parm lib
What is blu acceleration in db2?
How can you do the explain of a dynamic sql statement?
What are the full forms of spufi and dclgen and why are they used?
What is the difference between plan and package in db2?
How to connect to db2 database from windows command line?
What is a buffer in memory?
Can we insert update delete in view?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?