Describe what a storage group(STOGROUP) is?
Answers were Sorted based on User's Feedback
Answer / s
STOGROUP is a group of volumes where the tablespace
datasets will reside.
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / sowmya
Stogroup is a set of volumes on disk which supports the
DASD space requirements for the tablespaces and indexes
created within the database.
| Is This Answer Correct ? | 2 Yes | 0 No |
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Explain the use of the WHERE clause?
What do you mean by between and in? Is between inclusive of specified range values?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Which isolation level provides maximum concurrency?
what is the use of cursors?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
What happens to the PLAN if index used by it is dropped?
What do you need to do before you do EXPLAIN?
What is dbrm? What it contains?
What is a precompiler?