What is a schema in postgres?



What is a schema in postgres?..

Answer / 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

More Postgre Interview Questions

What is postgresql client?

1 Answers  


How is postgresql different from oracle?

1 Answers  


What is the best postgresql gui tool?

1 Answers  


What is postgis and postgresql?

1 Answers  


What is postgis used for?

1 Answers  


What is regclass in postgresql?

1 Answers  


Can we add foreign key without primary key?

1 Answers  


What is the password of postgres user?

1 Answers  


How do I import a csv file into postgres?

1 Answers  


Explain multi version concurrency control.

1 Answers  


Where is postgresql conf in mac?

1 Answers  


Who created postgresql?

1 Answers  


Categories