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
ALTER TABLENAME
ADD COLUMN <COLUMN NAME> <DATATYPE>(<SIZE>)
| Is This Answer Correct ? | 1 Yes | 0 No |
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
Why select is not preferred in embedded sql programs?
What is pagespace?
can we update the table by using cursors can anyone post the query?
my project is insurance management system,how to explain my work environment in interview?
Name the various locking levels available?
Write a query to retrive partial string.
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 is datacom db?
What is the significance of DB2 free space and what parameters control it?
What is cursor stability?
I use CS and update a page. Will the lock be released after I am done with that page?