adspace
Answer Posted / Nisha Bharti
In PostgreSQL, a schema is a container object that groups database objects such as tables, views, and functions. You can create multiple schemas within the same database to organize and manage related objects. The default schema for new users is `public`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers