What is the specific need of Plan and..where are the tables
in DB2 are physically saved

Answer Posted / srinivas chennareddy

Though the tables are stored logically in tables space and
physically all tables/table Spaces are stored in VSAM
files....so the ultimate pgysical storage of any database
object is a VSAM file.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are concurrency issues?

632


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2155


What is the use of with ur in db2?

615


How can we retrieve the total number of records in RPG & CLLE?

197


List out the data types available.

704






What language is db2 written in?

595


What are the contents of a dclmgen?

628


How to create db2 table in mainframe?

631


What is a bind in db2?

594


What do you mean by cursor?

586


define clustering index.

617


What are the two types of logging in the db2 database? Explain them.

582


What is the result of open cursor statement?

638


What is the usage of open cursor command?

601


What is cursor stability in db2?

811