What is a db2 schema?
No Answer is Posted For this Question
Be the First to Post Answer
How can you split a table in to exactly half?
What is explain plan in db2?
i have an employment table whch has salary,dept,name? i want salary b/w 1000 to 5000 can anyone pls say the query for ths ?
8 Answers Cap Gemini, CGI, EDS, IBM, Satyam, Wipro,
When is the authorization check on DB2 objects done - at BIND time or run time?
What is a collection?
What is dclgen (declaration generator)?
What are the isolation levels possible ?
What information can you find in SYSIBM.SYSLINKS table?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
Once you create a view, where would information about the view be stored?
Write a query to retrive partial string.
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?