What is query_cache_limit?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What does the CHECK Utility do ?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
wht steps we need will coding cobol and db2 pgm ?
how to take the back up of the DB2 table.
i want to delete 20th million record how ?
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
What is the difference between SYNONYM and ALIAS?
B37 abend during spufi?