InterviewSolution
Saved Bookmarks
| 1. |
How Do You Recognize That A Particular Table (base Table ) Can Be Extended? |
|
Answer» If the table PROPERTY is PRIVATE, then we can not EXTEND the table. If it is PUBLIC, we can. If the table property is Private, then we can not extend the table. If it is Public, we can. |
|