What is a data page?
Answer / s
Tablespaces are divided into equal-sized units called pages
default is 4KB. Data pages contains the table data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the use of the WHERE clause.
Once you create a view, where would information about the view be stored?
How do you define a correlated name?
How can we read records for specific member in CL? AND rpg?
How to select the duplicate rows from a table?
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?
How to check sequence on a table in db2?
Which command is used to remove all rows from a table?
What are the three DB2 date and time data types and their associated functions?
What does reorg do in db2?
Write a query to extract first 5 characters of a name in the column Stud_Name?
How is the value function used?