InterviewSolution
Saved Bookmarks
| 1. |
How You Will Define Instance And Database? |
|
Answer» INSTANCE is a combination of memory STRUCTURES and background processes which helps in reading/writing the DATA. DATABASE is mix of PHYSICAL and logical structures which helps in STORING user data. INSTANCE is a combination of memory structures and background processes which helps in reading/writing the data. DATABASE is mix of physical and logical structures which helps in storing user data. |
|