InterviewSolution
Saved Bookmarks
| 1. |
What is the role of Schema in the DB2 database? |
|
Answer» In a database USER cannot CREATE the MULTIPLE database OBJECTS with the same name. In this case, SCHEMA provides a group which means a user can create various database objects with the same name in different schema groups. |
|