|< < 37 > >|

Database Management System

Sharing of data

Programs you have written to date are mostly concerned with data that exists for the duration of the program.

Databases facilitate the sharing of data:

  • Between users

  • Between concurrent executions of the same application

  • All concurrently

  • Over time

|< < 37 > >|