Friday, November 29, 2013

Why we need schema in database?

There are several reasons why one might want to use schemas:
  • To allow many users to use one database without interfering with each other.
  • To organize database objects into logical groups to make them more manageable.
  • Third-party applications can be put into separate schemas so they do not collide with the names of other objects.

No comments:

Post a Comment