adspace


What is a schema in postgres?

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


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959