InterviewSolution
Saved Bookmarks
| 1. |
How Many Number Of Columns A Record Group Can Have? |
|
Answer» A record group can have an UNLIMITED number of COLUMNS of type CHAR, LONG, NUMBER, or DATE provided that the TOTAL number of column does not EXCEED 64K. A record group can have an unlimited number of columns of type CHAR, LONG, NUMBER, or DATE provided that the total number of column does not exceed 64K. |
|