For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
No Answer is Posted For this Question
Be the First to Post Answer
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
What is the difference between bind and rebind in db2?
what is difference between Plan and Package
What is a DBRM, PLAN ?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
How to find last record before record through SQLRPGLE?
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 lock escalation in db2?
What is the self-referencing constraint?
in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil consider for insertion and how will u insert
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
What is the physical storage length of timestamp data type?